|
| SimpleService (const char *name) |
|
| 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 |
DimInfo * | getInfo () |
|
virtual | ~DimInfoHandler () |
|
| DimTimer () |
|
| DimTimer (int time) |
|
virtual | ~DimTimer () |
|
int | start (int time) |
|
int | stop () |
|
int | fired () |
|
void | clear () |
|
Definition at line 14 of file pvss_dim_client.cxx.