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

Definition at line 827 of file discpp.cxx.

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

828 {
829  itsId = 0;
830  itsName = 0;
831  itsData = &value;
832  itsSize = sizeof(longlong);
833  itsType = DisXLONG;
834  declareIt((char *)name, (char *)"X", 0, 0);
835 }
Definition: dis.hxx:24
DisTYPE itsType
Definition: dis.hxx:211
char * itsName
Definition: dis.hxx:227
int64_t longlong
Definition: dim_common.h:56
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: