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

Definition at line 807 of file discpp.cxx.

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

808 {
809  itsId = 0;
810  itsName = 0;
811  itsData = &value;
812  itsSize = sizeof(float);
813  itsType = DisFLOAT;
814  declareIt((char *)name, (char *)"F", 0, 0);
815 }
Definition: dis.hxx:24
DisTYPE itsType
Definition: dis.hxx:211
char * itsName
Definition: dis.hxx:227
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: