64 virtual void setFromNet(
const void* netRecord,
unsigned int length,
71 virtual void setMode5MessageFormats(
DtU32);
72 virtual DtU32 mode5MessageFormats()
const;
Definition: iffAtcNavaidsVariableRecord.h:11
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual unsigned unpaddedNetsize() const =0
This is the network size of the record without padding.
Definition: iffInteractiveBasicMode5Record.h:14
Definition: iffVariantRecordsP.h:119
virtual DtStandardVariableRecord * clone() const =0
Clone.
virtual void setRecordLength(unsigned int recordLength)=0
Must include size of record header and padding to 8 bytes.
virtual void printDataToStream(std::ostream &stream) const =0
Prints the data to the specified stream.
virtual bool operator==(const DtStandardVariableRecord &other)=0
Equals operator.
DtNetIffInteractiveBasicMode5Record myInteractiveBasicMode5Record
Definition: iffInteractiveBasicMode5Record.h:75
virtual void writeRecord(void *addr) const =0
virtual unsigned int recordLength() const =0
Get/Set Record Length.
virtual unsigned int recordType() const =0
Get/Set Record Type.
virtual void setRecordType(unsigned int recordType)=0
Get/Set Record Type.
virtual void setFromNet(const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL)=0
Sets the record from Network Representation from the given location.
Definition: standardVariableRecord.h:23
unsigned long DtU32
A 32 bit unsigned integer value.
Definition: vlMachineTypes.h:153
DtStandardVariableRetCode
Definition: standardVariableRecord.h:15
DtNetIffInteractiveBasicMode5Record * myInteractiveBasicMode5RecordPtr
Definition: iffInteractiveBasicMode5Record.h:76