![]() |
VR-Link C# API Documentation
|
Collaboration diagram for makVrl.Clock:Public Member Functions | |
| Clock () | |
| void | setSimTime (double newTime) |
| bool | isSimTimeSet () |
| double | elapsedRealTime () |
Static Public Member Functions | |
| static double | absRealTime () |
Properties | |
| double | simTime [get] |
| double | initialTime [get, set] |
| double | approxElapsedRealTime [get, set] |
Static Private Member Functions | |
| static | Clock () |
| static void | init () |
Private Attributes | |
| double | myInitialTime |
| double | mySimTime |
| double | myApproxElapsedRealTime |
| bool | mySimTimeSet |
Static Private Attributes | |
| static Stopwatch | theStopWatch |
|
inlinestaticprivate |
References makVrl.Clock.init().
|
inline |
|
inlinestatic |
|
inline |
|
inlinestaticprivate |
References makVrl.Clock.theStopWatch.
Referenced by makVrl.Clock.Clock().
|
inline |
References makVrl.Clock.mySimTimeSet.
|
inline |
References makVrl.Clock.mySimTime, and makVrl.Clock.mySimTimeSet.
|
private |
Referenced by makVrl.Clock.Clock().
|
private |
Referenced by makVrl.Clock.Clock().
|
private |
Referenced by makVrl.Clock.Clock(), and makVrl.Clock.setSimTime().
|
private |
Referenced by makVrl.Clock.Clock(), makVrl.Clock.isSimTimeSet(), and makVrl.Clock.setSimTime().
|
staticprivate |
Referenced by makVrl.Clock.init().
|
getset |
|
getset |
|
get |
Referenced by f18.VehicleSim.munitionTick().