![]() |
VR-Link API Documentation for HLA 4
|
Inheritance diagram for IffDiscoveryMessage:
Collaboration diagram for IffDiscoveryMessage:Public Types | |
| enum | SystemType { SystemType_OtherSysType = 0, SystemType_Transponder = 1, SystemType_Interrogator = 2, SystemType_SovietTransponder = 3, SystemType_SovietInterrogator = 4 } |
Public Member Functions | |
| IffDiscoveryMessage () | |
| virtual | ~IffDiscoveryMessage () |
| virtual std::string | getHostGlobalIdentifier () |
| virtual void | setHostGlobalIdentifier (std::string val) |
| virtual unsigned short | getEmbeddedIndex () |
| virtual void | setEmbeddedIndex (unsigned short val) |
| virtual SystemType | getSystemType () |
| virtual void | setSystemType (SystemType val) |
| virtual int | messageSize () |
| this function needs to be in each derived class for decoding More... | |
Static Public Member Functions | |
| static DtMessage * | decode (unsigned char *buffer, int length) |
| static std::string | theMessageName () |
Protected Member Functions | |
| virtual void | serialize (DtStreamWriter &writer) |
| virtual void | deserialize (DtStreamReader &reader) |
Protected Attributes | |
| std::string | myHostGlobalIdentifier |
| unsigned short | myEmbeddedIndex |
| SystemType | mySystemType |
Static Protected Attributes | |
| static std::string | theFullName |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!This is an auto-generated file. Any changes will be destroyed!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
| IffDiscoveryMessage::IffDiscoveryMessage | ( | ) |
|
virtual |
|
protectedvirtual |
Reimplemented from DtMessage.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
this function needs to be in each derived class for decoding
Get the size of the message data in bytes
Reimplemented from DtMessage.
|
protectedvirtual |
Reimplemented from DtMessage.
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |
|
protected |
|
staticprotected |