![]() |
VR-Link API Documentation for HLA 1.3
|
Inheritance diagram for DtIffAtcNavaidsVariableRecord:
Collaboration diagram for DtIffAtcNavaidsVariableRecord:Public Member Functions | |
| DtIffAtcNavaidsVariableRecord () | |
| Constructor. | |
| virtual unsigned int | netSize () |
| Returns the size of the network representation (including padding bytes) | |
Public Member Functions inherited from DtStandardVariableRecord | |
| DtStandardVariableRecord () | |
| Constructor. | |
| virtual | ~DtStandardVariableRecord () |
| Destructor. | |
| virtual bool | operator== (const DtStandardVariableRecord &other)=0 |
| Equals operator. | |
| virtual void | printData () const |
| Prints the data to DtInfo. | |
| virtual void | printDataToStream (std::ostream &stream) const =0 |
| Prints the data to the specified stream. | |
| virtual void | writeRecord (void *addr) const =0 |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL)=0 |
| Sets the record from Network Representation from the given location. | |
| virtual unsigned | unpaddedNetsize () const =0 |
| This is the network size of the record without padding. | |
| virtual DtStandardVariableRecord * | clone () const =0 |
| Clone. | |
| virtual unsigned int | recordType () const =0 |
| Get/Set Record Type. | |
| virtual void | setRecordType (unsigned int recordType)=0 |
| Get/Set Record Type. | |
| virtual unsigned int | recordLength () const =0 |
| Get/Set Record Length. | |
| virtual void | setRecordLength (unsigned int recordLength)=0 |
| Must include size of record header and padding to 8 bytes. | |
| virtual void | setOriginatingSimulationAddress (const DtSimulationAddress &) |
| virtual const DtSimulationAddress & | originatingSimulationAddress () const |
Additional Inherited Members | |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
| DtIffAtcNavaidsVariableRecord::DtIffAtcNavaidsVariableRecord | ( | ) |
Constructor.
|
virtual |
Returns the size of the network representation (including padding bytes)
Reimplemented from DtStandardVariableRecord.