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

Definition at line 909 of file discpp.cxx.

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

910 {
911  itsId = 0;
912  itsName = 0;
913  itsData = &value;
914  itsSize = sizeof(float);
915  itsType = DisFLOAT;
916  declareIt((char *)name, (char *)"F", 0, dns);
917 }
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: