FACT++  1.0
void DimStampedInfo::doIt ( )
privatevirtual

Reimplemented from DimInfo.

Definition at line 227 of file diccpp.cxx.

References dic_info_service_stamped(), dim_init(), DimInfo::itsId, DimInfo::itsName, DimInfo::itsNolinkBuf, DimInfo::itsNolinkSize, DimInfo::itsTime, DimInfo::itsType, and user_routine().

228 {
229  dim_init();
230  DISABLE_AST
231 // itsTagId = id_get((void *)this, SRC_DIC);
233 // user_routine, itsTagId,
234  user_routine, (dim_long)this,
236  ENABLE_AST
237 }
unsigned dic_info_service_stamped(char *serv_name, int req_type, int req_timeout, void *serv_address, int serv_size, void(*usr_routine)(), dim_long tag, void *fill_addr, int fill_size)
Definition: dic.c:613
int itsId
Definition: dic.hxx:125
char * itsName
Definition: dic.hxx:121
void * itsNolinkBuf
Definition: dic.hxx:130
void dim_init()
Definition: dim_thr.c:111
long dim_long
Definition: dim_common.h:57
int itsType
Definition: dic.hxx:127
int itsNolinkSize
Definition: dic.hxx:131
static void user_routine(void *tagp, void *bufp, int *size)
Definition: diccpp.cxx:11
int itsTime
Definition: dic.hxx:126

+ Here is the call graph for this function: