Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
guntiming-e
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
guntiming-e
Commits
cb9e85dd
Commit
cb9e85dd
authored
3 months ago
by
Lucio Zambon
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
bb6f6d05
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ClassFactory.cpp
+53
-0
53 additions, 0 deletions
src/ClassFactory.cpp
with
53 additions
and
0 deletions
src/ClassFactory.cpp
0 → 100644
+
53
−
0
View file @
cb9e85dd
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"
));
}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment