![]() |
VR-Link API Documentation for HLA 1.3
|
This file contains typedefs used to represent objects in a protocol neutral way. More...
Go to the source code of this file.
Classes | |
| class | DtNetGlobalObjectDesignator |
| This class was created as a hack so that the simple encoders and decoders will work for DtGlobalObjectDesignators. More... | |
Defines | |
| #define | DtMAX_OBJECT_NAME_LENGTH 64 |
Typedefs | |
| typedef DtString | DtGlobalObjectDesignator |
| In HLA a DtGlobalObjectDesignator is a DtString. | |
This file contains typedefs used to represent objects in a protocol neutral way.
A DtGlobalObjectDesignator is an identifier that can be used to describe an object when communicating among simulations in DIS PDUs or HLA objects or interactions. In DIS, the Global Object Designator is the entity ID. In HLA, it is a DtString denoting an object name when using RTI 1.3, or an HLA ObjectID when using RTI 1.0.3.
| #define DtMAX_OBJECT_NAME_LENGTH 64 |
| typedef DtString DtGlobalObjectDesignator |
In HLA a DtGlobalObjectDesignator is a DtString.