Skip to content
Snippets Groups Projects
Commit cb9e85dd authored by Lucio Zambon's avatar Lucio Zambon
Browse files

Add new file

parent bb6f6d05
No related branches found
No related tags found
No related merge requests found
static const char *RcsId = "$Header: /home/cvsadm/cvsroot/fermi/servers/guntiming/src/ClassFactory.cpp,v 1.1.1.1 2014-12-11 14:05:08 zambonl 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: zambonl $
//
// $Revision: 1.1.1.1 $
//
// $Log: ClassFactory.cpp,v $
// Revision 1.1.1.1 2014-12-11 14:05:08 zambonl
// Prima versione
//
// Revision 1.1.1.1 2014-11-11 10:00:36 zambonl
// Prima versione
//
// Revision 1.1.1.1 2013-08-06 08:24:53 zambonl
// Prima versione
//
//
// 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 <GuntimingClass.h>
/**
* Create GuntimingClass singleton and store it in DServer object.
*/
void Tango::DServer::class_factory()
{
add_class(Guntiming_ns::GuntimingClass::init("Guntiming"));
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment