FACT++  1.0
static void timer_user_routine ( void *  tp)
static

Definition at line 18 of file dimcpp.cxx.

References DimTimer::firedFlag, DimCore::inCallback, DimTimer::runningFlag, t, and DimTimer::timerHandler().

Referenced by DimTimer::start().

19 {
20  DimTimer *t = (DimTimer *)tp;
22  t->firedFlag = 1;
23  t->runningFlag = 0;
24  t->timerHandler();
26 }
int runningFlag
Definition: dim.hxx:24
virtual void timerHandler()
Definition: dim.hxx:32
static int inCallback
Definition: dim.hxx:11
int firedFlag
Definition: dim.hxx:23
TT t
Definition: test_client.c:26
Definition: dim.hxx:20

+ Here is the call graph for this function:

+ Here is the caller graph for this function: