![]() |
VR-Forces Developer's Guide
|
The DtSimOperationsInProgressManager can be used to keep track (by count) of sim services in operation. It will send out a DtIfSimOperationsInProgress message for any operation change.

Protected Types | |
| typedef std::map< int, int > | OperationsInProgressCount |
Static Protected Member Functions | |
| static void | simOperationsInProgressRequestCallback (DtSimMessage *, void *usr) |
Protected Attributes | |
| OperationsInProgressCount | myOperationsInProgressCount |
| DtIfSimOperationsInProgress | mySimOperations |
| DtSimulationServices * | mySimulationServices |
| tbb::spin_rw_mutex | myMutex |
|
protected |
| DtSimOperationsInProgressManager::DtSimOperationsInProgressManager | ( | DtSimulationServices * | simServices | ) |
Constructs the AIS data manager.
|
virtual |
The destructor.
|
overridevirtual |
Implements DtSimOperationsInProgressInterface.
|
overridevirtual |
Implements DtSimOperationsInProgressInterface.
|
overridevirtual |
Implements DtSimOperationsInProgressInterface.
|
overridevirtual |
Implements DtSimOperationsInProgressInterface.
|
overridevirtual |
Implements DtSimOperationsInProgressInterface.
Implements DtSimOperationsInProgressInterface.
|
virtual |
|
staticprotected |
Callback that calls updateSimOperationsOnNet.
|
protected |
|
protected |
|
protected |
|
mutableprotected |