FACT++  1.0
void DimStampedInfo::subscribe ( char *  name,
void *  nolink,
int  nolinksize,
int  time,
DimInfoHandler handler 
)
inline

Definition at line 198 of file dic.hxx.

References DimInfo::doIt(), handler(), DimInfo::subscribe(), and time.

200  { subscribe((char *)name, time, nolink, nolinksize, handler); };
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92
void subscribe(char *name, void *nolink, int nolinksize, int time, DimInfoHandler *handler)
Definition: dic.hxx:198

+ Here is the call graph for this function: