FACT++  1.0
void DimInfo::timerHandler ( )
virtual

Reimplemented from DimTimer.

Definition at line 143 of file diccpp.cxx.

References dic_info_service(), itsId, itsName, itsNolinkBuf, itsNolinkSize, itsTime, itsType, and user_routine().

144 {
145 // itsTagId = id_get((void *)this, SRC_DIC);
147 // user_routine, itsTagId,
148  user_routine, (dim_long)this,
150 }
unsigned dic_info_service(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:601
int itsId
Definition: dic.hxx:125
char * itsName
Definition: dic.hxx:121
void * itsNolinkBuf
Definition: dic.hxx:130
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: