FACT++  1.0
DimService::DimService ( DimServerDns dns,
const char *  name,
short &  value 
)

Definition at line 939 of file discpp.cxx.

References declareIt(), DisSHORT, itsData, itsId, itsName, itsSize, and itsType.

940 {
941  itsId = 0;
942  itsName = 0;
943  itsData = &value;
944  itsSize = sizeof(short);
945  itsType = DisSHORT;
946  declareIt((char *)name, (char *)"S", 0, dns);
947 }
DisTYPE itsType
Definition: dis.hxx:211
char * itsName
Definition: dis.hxx:227
Definition: dis.hxx:24
int itsSize
Definition: dis.hxx:210
void declareIt(char *name, char *format, DimServiceHandler *handler, DimServerDns *dns)
Definition: discpp.cxx:49
int itsId
Definition: dis.hxx:228
void * itsData
Definition: dis.hxx:208

+ Here is the call graph for this function: