FACT++  1.0
DimTimer::DimTimer ( int  time)

Definition at line 52 of file dimcpp.cxx.

References firedFlag, runningFlag, and start().

53 {
54  firedFlag = 0;
55  runningFlag = 0;
56  start(time);
57 }
int start(int time)
Definition: dimcpp.cxx:29
int runningFlag
Definition: dim.hxx:24
int firedFlag
Definition: dim.hxx:23
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92

+ Here is the call graph for this function: