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

Definition at line 837 of file discpp.cxx.

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

838 {
839  itsId = 0;
840  itsName = 0;
841  itsData = &value;
842  itsSize = sizeof(short);
843  itsType = DisSHORT;
844  declareIt((char *)name, (char *)"S", 0, 0);
845 }
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: