Go to the source code of this file.
Macros |
| #define | DtKeyFromKindDomain(kind, domain) ((kind << 8) | (0x00FF & domain)) |
| | Instances of DtIfStatus are sent out in response to a DtIfStatusRequest message and have boolean values to indicate if the application is capable of simulating entities and if it is in a loaded state.
|
Detailed Description
Macro Definition Documentation
| #define DtKeyFromKindDomain |
( |
|
kind, |
|
|
|
domain |
|
) |
| ((kind << 8) | (0x00FF & domain)) |
Instances of DtIfStatus are sent out in response to a DtIfStatusRequest message and have boolean values to indicate if the application is capable of simulating entities and if it is in a loaded state.
Also contains general status information about the simulation engine.
Content-Type: DtStatusMessageType
Variable Documentation
| const int DtIfStatusVersion = 10 |