FACT++  1.0
SimpleService Class Reference
+ Inheritance diagram for SimpleService:
+ Collaboration diagram for SimpleService:

Public Member Functions

 SimpleService (const char *name)
 
- Public Member Functions inherited from DimInfo
 DimInfo ()
 
 DimInfo (const char *name, int nolink)
 
 DimInfo (const char *name, int time, int nolink)
 
 DimInfo (const char *name, float nolink)
 
 DimInfo (const char *name, int time, float nolink)
 
 DimInfo (const char *name, double nolink)
 
 DimInfo (const char *name, int time, double nolink)
 
 DimInfo (const char *name, longlong nolink)
 
 DimInfo (const char *name, int time, longlong nolink)
 
 DimInfo (const char *name, short nolink)
 
 DimInfo (const char *name, int time, short nolink)
 
 DimInfo (const char *name, char *nolink)
 
 DimInfo (const char *name, int time, char *nolink)
 
 DimInfo (const char *name, void *nolink, int nolinksize)
 
 DimInfo (const char *name, int time, void *nolink, int nolinksize)
 
 DimInfo (const char *name, int nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, int time, int nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, float nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, int time, float nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, double nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, int time, double nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, longlong nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, int time, longlong nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, short nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, int time, short nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, char *nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, int time, char *nolink, DimInfoHandler *handler)
 
 DimInfo (const char *name, void *nolink, int nolinksize, DimInfoHandler *handler)
 
 DimInfo (const char *name, int time, void *nolink, int nolinksize, DimInfoHandler *handler)
 
virtual ~DimInfo ()
 
int getSize ()
 
char * getName ()
 
void * getData ()
 
int getInt ()
 
float getFloat ()
 
double getDouble ()
 
longlong getLonglong ()
 
short getShort ()
 
char * getString ()
 
void timerHandler ()
 
virtual void subscribe (char *name, int time, void *nolink, int nolinksize, DimInfoHandler *handler)
 
virtual void doIt ()
 
int getQuality ()
 
int getTimestamp ()
 
int getTimestampMillisecs ()
 
char * getFormat ()
 
void subscribe (char *name, void *nolink, int nolinksize, int time, DimInfoHandler *handler)
 
- Public Member Functions inherited from DimInfoHandler
DimInfogetInfo ()
 
virtual ~DimInfoHandler ()
 
- Public Member Functions inherited from DimTimer
 DimTimer ()
 
 DimTimer (int time)
 
virtual ~DimTimer ()
 
int start (int time)
 
int stop ()
 
int fired ()
 
void clear ()
 

Private Member Functions

void infoHandler ()
 

Additional Inherited Members

- Public Attributes inherited from DimInfo
DimInfoHandleritsHandler
 
void * itsData
 
int itsDataSize
 
int itsSize
 
- Public Attributes inherited from DimInfoHandler
DimInfoitsService
 
- Public Attributes inherited from DimTimer
int firedFlag
 
int runningFlag
 
- Protected Attributes inherited from DimInfo
char * itsName
 
int itsId
 
int itsTime
 
int itsType
 
char * itsFormat
 
void * itsNolinkBuf
 
int itsNolinkSize
 
int secs
 
int millisecs
 

Detailed Description

Definition at line 14 of file pvss_dim_client.cxx.


The documentation for this class was generated from the following file: