![]() |
VR-Link API Documentation for HLA 1.3
|
This class was created as a hack so that the simple encoders and decoders will work for DtGlobalObjectDesignators. More...
Collaboration diagram for DtNetGlobalObjectDesignator:Public Member Functions | |
| DtNetGlobalObjectDesignator & | operator= (const DtGlobalObjectDesignator &des) |
| operator DtGlobalObjectDesignator () const | |
Protected Attributes | |
| char | myRep [DtMAX_OBJECT_NAME_LENGTH] |
This class was created as a hack so that the simple encoders and decoders will work for DtGlobalObjectDesignators.
However, it is not correct to give all RTI Object Designators a fixed size of 64 bytes. VR-Link's lgrControl, stealth view control, and isPartOf struct currently use this class, but in general these are special cases and it should never be used.
| DtNetGlobalObjectDesignator::operator DtGlobalObjectDesignator | ( | ) | const |
| DtNetGlobalObjectDesignator& DtNetGlobalObjectDesignator::operator= | ( | const DtGlobalObjectDesignator & | des | ) |
char DtNetGlobalObjectDesignator::myRep[DtMAX_OBJECT_NAME_LENGTH] [protected] |