![]() |
VR-Link API Documentation for DIS
|
Inheritance diagram for DtIffInteractiveMode5ReplyRecord:
Collaboration diagram for DtIffInteractiveMode5ReplyRecord:Public Member Functions | |
| DtIffInteractiveMode5ReplyRecord () | |
| Constructor. More... | |
| DtIffInteractiveMode5ReplyRecord (const DtIffInteractiveMode5ReplyRecord &orig) | |
| Copy Constructor. More... | |
| DtIffInteractiveMode5ReplyRecord (void *ptr, unsigned int size) | |
| Net Constructor. More... | |
| DtIffInteractiveMode5ReplyRecord (DtNetIffInteractiveMode5ReplyRecord netRecord) | |
| NetType Constructor. More... | |
| virtual DtIffInteractiveMode5ReplyRecord & | operator= (const DtIffInteractiveMode5ReplyRecord &record) |
| Assignment Operator. More... | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &other) |
| Assignment operator. More... | |
| virtual bool | operator== (const DtIffInteractiveMode5ReplyRecord &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 | setInteractiveMode5Reply (DtU8) |
| Accessors. More... | |
| virtual DtU8 | interactiveMode5Reply () 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 | |
| DtNetIffInteractiveMode5ReplyRecord | myInteractiveMode5ReplyRecord |
| DtNetIffInteractiveMode5ReplyRecord * | myInteractiveMode5ReplyRecordPtr |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
| DtIffInteractiveMode5ReplyRecord::DtIffInteractiveMode5ReplyRecord | ( | ) |
Constructor.
| DtIffInteractiveMode5ReplyRecord::DtIffInteractiveMode5ReplyRecord | ( | const DtIffInteractiveMode5ReplyRecord & | orig | ) |
Copy Constructor.
| DtIffInteractiveMode5ReplyRecord::DtIffInteractiveMode5ReplyRecord | ( | void * | ptr, |
| unsigned int | size | ||
| ) |
Net Constructor.
| DtIffInteractiveMode5ReplyRecord::DtIffInteractiveMode5ReplyRecord | ( | DtNetIffInteractiveMode5ReplyRecord | 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 |