static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/NovelecElectro/src/ClassFactory.cpp,v 1.3 2012-07-09 13:25:43 xavela Exp $"; //+============================================================================= // // file : ClassFactory.cpp // // description : C++ source for the class_factory method of the DServer // device class. This method is responsible to create // all class singletin for a device server. It is called // at device server startup // // project : TANGO Device Server // // $Author: xavela $ // // $Revision: 1.3 $ // // $Log: not supported by cvs2svn $ // Revision 1.2 2010/06/10 15:12:16 xavela // TEST : control two channels with different MCCE2 // // // copyleft : European Synchrotron Radiation Facility // BP 220, Grenoble 38043 // FRANCE // //-============================================================================= // // This file is generated by POGO // (Program Obviously used to Generate tango Object) // // (c) - Software Engineering Group - ESRF //============================================================================= #include <tango.h> #include <MCCE2ElectrometersClass.h> /** * Create MCCE2ElectrometersClass singleton and store it in DServer object. */ void Tango::DServer::class_factory() { add_class(MCCE2Electrometers_ns::MCCE2ElectrometersClass::init("MCCE2Electrometers")); }