![]() |
VR-Link API Documentation for DIS
|
Inheritance diagram for DtIffInteractiveBasicMode5Record:
Collaboration diagram for DtIffInteractiveBasicMode5Record:Public Member Functions | |
| DtIffInteractiveBasicMode5Record () | |
| Constructor. More... | |
| DtIffInteractiveBasicMode5Record (const DtIffInteractiveBasicMode5Record &orig) | |
| Copy Constructor. More... | |
| DtIffInteractiveBasicMode5Record (void *ptr, unsigned int size) | |
| Net Constructor. More... | |
| DtIffInteractiveBasicMode5Record (DtNetIffInteractiveBasicMode5Record netRecord) | |
| NetType Constructor. More... | |
| virtual DtIffInteractiveBasicMode5Record & | operator= (const DtIffInteractiveBasicMode5Record &record) |
| Assignment Operator. More... | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &other) |
| Assignment operator. More... | |
| virtual bool | operator== (const DtIffInteractiveBasicMode5Record &record) |
| Equals Operator. More... | |
| virtual bool | operator== (const DtStandardVariableRecord &record) |
| Equals Operator. More... | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. More... | |
| virtual unsigned int | recordType () const |
| Setters and Getters for Record Type. More... | |
| virtual void | setRecordType (unsigned int recordType) |
| Get/Set Record Type. More... | |
| virtual unsigned int | recordLength () const |
| Setters and Getters for Record Length. More... | |
| virtual void | setRecordLength (unsigned int recordLength) |
| Must include size of record header and padding to 8 bytes. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. More... | |
| virtual void | writeRecord (void *addr) const |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL) |
| Sets the record from Network Representation from the given location. More... | |
| virtual unsigned | unpaddedNetsize () const |
| This is the network size of the record without padding. More... | |
| virtual void | setMode5MessageFormats (DtU32) |
| Accessors. More... | |
| virtual DtU32 | mode5MessageFormats () const |
Public Member Functions inherited from DtIffAtcNavaidsVariableRecord | |
| DtIffAtcNavaidsVariableRecord () | |
| Constructor. More... | |
| virtual unsigned int | netSize () |
| Returns the size of the network representation (including padding bytes) More... | |
Public Member Functions inherited from DtStandardVariableRecord | |
| DtStandardVariableRecord () | |
| Constructor. More... | |
| virtual | ~DtStandardVariableRecord () |
| Destructor. More... | |
| virtual void | printData () const |
| Prints the data to DtInfo. More... | |
| virtual void | setOriginatingSimulationAddress (const DtSimulationAddress &) |
| virtual const DtSimulationAddress & | originatingSimulationAddress () const |
Static Public Member Functions | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
| Create function used by Standard Variable Record Factory. More... | |
Protected Attributes | |
| DtNetIffInteractiveBasicMode5Record | myInteractiveBasicMode5Record |
| DtNetIffInteractiveBasicMode5Record * | myInteractiveBasicMode5RecordPtr |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
| DtIffInteractiveBasicMode5Record::DtIffInteractiveBasicMode5Record | ( | ) |
Constructor.
| DtIffInteractiveBasicMode5Record::DtIffInteractiveBasicMode5Record | ( | const DtIffInteractiveBasicMode5Record & | orig | ) |
Copy Constructor.
| DtIffInteractiveBasicMode5Record::DtIffInteractiveBasicMode5Record | ( | void * | ptr, |
| unsigned int | size | ||
| ) |
Net Constructor.
| DtIffInteractiveBasicMode5Record::DtIffInteractiveBasicMode5Record | ( | DtNetIffInteractiveBasicMode5Record | netRecord | ) |
NetType Constructor.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
Create function used by Standard Variable Record Factory.
|
virtual |
|
virtual |
Assignment Operator.
|
virtual |
Assignment operator.
|
virtual |
Equals Operator.
|
virtual |
Equals Operator.
Implements DtStandardVariableRecord.
|
virtual |
Prints the data to the specified stream.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Record Length.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Record Type.
Implements DtStandardVariableRecord.
|
virtual |
Sets the record from Network Representation from the given location.
Implements DtStandardVariableRecord.
|
virtual |
Accessors.
|
virtual |
Must include size of record header and padding to 8 bytes.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
virtual |
This is the network size of the record without padding.
Implements DtStandardVariableRecord.
|
virtual |
Implements DtStandardVariableRecord.
|
protected |
|
protected |