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

Definition at line 817 of file discpp.cxx.

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

818 {
819  itsId = 0;
820  itsName = 0;
821  itsData = &value;
822  itsSize = sizeof(double);
823  itsType = DisDOUBLE;
824  declareIt((char *)name, (char *)"D", 0, 0);
825 }
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: