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

Definition at line 797 of file discpp.cxx.

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

798 {
799  itsId = 0;
800  itsName = 0;
801  itsData = &value;
802  itsSize = sizeof(int);
803  itsType = DisINT;
804  declareIt((char *)name, (char *)"L", 0, 0);
805 }
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: