The DtSimEntryUpdater is responsible for setting the update rate of each DtSimEnty. The DtSimState's of a DtSimEnty are guaranteed to be updated at this rate. The DtSimEntryUpdater is a singleton.
|
| enum | UpdateRate {
NoUpdates = 0x0000,
At8s = 0x0001,
At4s = 0x0002,
At2s = 0x0004,
At1Hz = 0x0008,
At2Hz = 0x0010,
At4Hz = 0x0020,
At8Hz = 0x0040,
At16Hz = 0x0080,
At32Hz = 0x0100,
At64Hz = 0x0200,
At128Hz = 0x0400,
At256Hz = 0x0800,
At512Hz = 0x1000,
AnyUpdates = 0xFFFF
} |
| |
| Enumerator |
|---|
| NoUpdates |
|
| At8s |
Send no updates.
|
| At4s |
1 update every 8 seconds;
|
| At2s |
1 update every 4 seconds;
|
| At1Hz |
1 update every 2 seconds;
|
| At2Hz |
1 update per second
|
| At4Hz |
2 updates per second
|
| At8Hz |
4 updates per second
|
| At16Hz |
8 updates per second
|
| At32Hz |
16 updates per second
|
| At64Hz |
32 updates per second
|
| At128Hz |
64 updates per second
|
| At256Hz |
128 updates per second
|
| At512Hz |
256 updates per second
|
| AnyUpdates |
512 updates per second
|
| virtual makVrv::DtSimEntryUpdater::~DtSimEntryUpdater |
( |
| ) |
|
|
virtual |
| makVrv::DtSimEntryUpdater::DtSimEntryUpdater |
( |
DtDe & |
de | ) |
|
|
protected |
| virtual void makVrv::DtSimEntryUpdater::forceUpdate |
( |
DtUniqueID |
id | ) |
|
|
virtual |
Force an update on the object with the provide id.
| DtDe& makVrv::DtSimEntryUpdater::myDe |
|
protected |
The documentation for this class was generated from the following file:
- /data/exports/nrhent7-1/nightly/docs/vrForces.vrf5-0-branch/include/vrvCore/DtSimEntryUpdater.h