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

Definition at line 929 of file discpp.cxx.

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

930 {
931  itsId = 0;
932  itsName = 0;
933  itsData = &value;
934  itsSize = sizeof(longlong);
935  itsType = DisXLONG;
936  declareIt((char *)name, (char *)"X", 0, dns);
937 }
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: