FACT++  1.0
DimInfo::DimInfo ( const char *  name,
int  time,
double  nolink,
DimInfoHandler handler 
)
inline

Definition at line 77 of file dic.hxx.

78  { subscribe((char *)name, time, &nolink, sizeof(double), handler); };
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92
virtual void subscribe(char *name, int time, void *nolink, int nolinksize, DimInfoHandler *handler)
Definition: diccpp.cxx:152