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

Definition at line 899 of file discpp.cxx.

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

900 {
901  itsId = 0;
902  itsName = 0;
903  itsData = &value;
904  itsSize = sizeof(int);
905  itsType = DisINT;
906  declareIt((char *)name, (char *)"L", 0, dns);
907 }
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: