36 void *usr,
bool periodIsRealTime =
false);
40 virtual void fire()
override;
44 return myPeriodIsRealTime;
Instances of DtTimer are used to maintain the information needed to represent some kind of scheduled ...
Definition: timer.h:38
DtTimer & operator=(const DtTimer &orig)
assignment operator
const DtSimManager * myClock
Definition: periodicTimer.h:49
bool myPeriodIsRealTime
Definition: periodicTimer.h:50
const DtTime myPeriod
Definition: periodicTimer.h:48
virtual void fire()
Sets off (fires) the timer. Sets the fired state to true. If a callback exists, invokes the callback...
void(* DtTimerCallbackFcn)(DtTimer *timer)
Definition: timer.h:24
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:137
virtual bool periodIsRealTime() const override
Whether or not to measure period in real time (vs. sim time). Default is false.
Definition: periodicTimer.h:42
Definition: periodicTimer.h:23
#define DT_DLL_vrfcore
This file is used to determine how to build.
Definition: vrfcoreDefines.h:25