![]() |
VR-Link API Documentation for DIS
|
This file contains the declaration of DtClock and DtTime. More...
Go to the source code of this file.
Classes | |
| class | DtClock |
| Used to set and maintain time in a simulation. More... | |
Macros | |
| #define | DtHour2Sec DtClock::hour2sec |
| For backwards compatibility. | |
| #define | DtSec2Hour DtClock::sec2hour |
Typedefs | |
| typedef DtReal | DtTime |
| A definition of DtTime. | |
Functions | |
| void | DtTimeInit () |
| DtTime | DtGetSimTime () |
| void | DtSetSimTime (DtTime NewSimTime) |
| void | DtIsSimTimeSet () |
| DtTime | DtGetElapsedRealTime () |
| DtTime | DtGetApproximateElapsedRealTime () |
| DtTime | DtAbsRealTime () |
| DtAbsRealTime() may not be as accurate as creating a persistent instance of a DtClock and getting the absRealTime via the DtClock::absRealTime() method. | |
This file contains the declaration of DtClock and DtTime.
| #define DtHour2Sec DtClock::hour2sec |
For backwards compatibility.
Use the class above and its member functions instead of the global functions below.
Referenced by DtHourFrac2Sec().
| #define DtSec2Hour DtClock::sec2hour |
Referenced by DtSec2HourFrac().
| DtTime DtAbsRealTime | ( | ) |
DtAbsRealTime() may not be as accurate as creating a persistent instance of a DtClock and getting the absRealTime via the DtClock::absRealTime() method.
| DtTime DtGetApproximateElapsedRealTime | ( | ) |
| DtTime DtGetElapsedRealTime | ( | ) |
| DtTime DtGetSimTime | ( | ) |
| void DtIsSimTimeSet | ( | ) |
| void DtSetSimTime | ( | DtTime | NewSimTime | ) |
| void DtTimeInit | ( | ) |