![]() |
MAK RTIspy API Documentation for HLA Evolved
|
The declaration of the RTI object class. More...
Go to the source code of this file.
Classes | |
| class | DtObjectAttrInfo |
| Attribute information maintained per object. More... | |
| class | DtObjectAttrInfo::tuple |
| class | DtRtiObject |
| The RTI object maintains the internal RTI object state. More... | |
Typedefs | |
| typedef DtRtiObject *(* | DtEmptyRtiObjectCreator )() |
| creator Typedef for Empty RTI Object Creator | |
| typedef DtRtiObject *(* | DtRegisteredRtiObjectCreator )(DtObjectInstanceHandle id, const char *objName, DtObjectClassInfo *actualClass, DtUpdateType updateType) |
| creator Typedef for Registered RTI Object Creator | |
| typedef DtRtiObject *(* | DtDiscoveredRtiObjectCreator )(DtObjectInstanceHandle id, const char *objName, DtObjectClassInfo *actualClass, DtObjectClassInfo *discoveredClass, DtUpdateType updateType) |
| creator Typedef for Discovered RTI Object creator | |
Enumerations | |
| enum | DtUpdateType { DtUpdateMomFederateObject, DtUpdateMomFederationObject, DtUpdateFederateObject } |
| Update type for object. More... | |
The declaration of the RTI object class.
| typedef DtRtiObject*(* DtDiscoveredRtiObjectCreator)(DtObjectInstanceHandle id, const char *objName, DtObjectClassInfo *actualClass, DtObjectClassInfo *discoveredClass, DtUpdateType updateType) |
creator Typedef for Discovered RTI Object creator
| typedef DtRtiObject*(* DtEmptyRtiObjectCreator)() |
creator Typedef for Empty RTI Object Creator
| typedef DtRtiObject*(* DtRegisteredRtiObjectCreator)(DtObjectInstanceHandle id, const char *objName, DtObjectClassInfo *actualClass, DtUpdateType updateType) |
creator Typedef for Registered RTI Object Creator
| enum DtUpdateType |