The DtSimEntryUpdater is responsible for setting the update rate of each DtSimEnty.
More...
Public Types |
| enum | UpdateRate {
NoUpdates = 0x00,
At8s = 0x01,
At4s = 0x02,
At2s = 0x04,
At1Hz = 0x08,
At2Hz = 0x10,
At4Hz = 0x20,
At8Hz = 0x40,
At16Hz = 0x80,
At32Hz = 0x100,
At64Hz = 0x200,
AnyUpdates = 0xFFF
} |
Detailed Description
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.
Member Enumeration Documentation
- 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
|
| AnyUpdates |
64 updates per second
|
Constructor & Destructor Documentation
| virtual makVrv::DtSimEntryUpdater::~DtSimEntryUpdater |
( |
| ) |
|
|
virtual |
| makVrv::DtSimEntryUpdater::DtSimEntryUpdater |
( |
DtDe & |
de | ) |
|
|
protected |
Member Function Documentation
| virtual void makVrv::DtSimEntryUpdater::forceUpdate |
( |
DtUniqueID |
id | ) |
|
|
virtual |
Force an update on the object with the provide id.
Member Data Documentation
| DtDe& makVrv::DtSimEntryUpdater::myDe |
|
protected |
The documentation for this class was generated from the following file: