19 DtIffInteractiveMode4ReplyRecord();
22 DtIffInteractiveMode4ReplyRecord(
const DtIffInteractiveMode4ReplyRecord& orig);
25 DtIffInteractiveMode4ReplyRecord(
void* ptr,
unsigned int size);
28 DtIffInteractiveMode4ReplyRecord(DtNetIffInteractiveMode4ReplyRecord netRecord);
31 virtual DtIffInteractiveMode4ReplyRecord& operator=(
const DtIffInteractiveMode4ReplyRecord& record);
37 virtual bool operator==(
const DtIffInteractiveMode4ReplyRecord& record);
64 virtual void setFromNet(
const void* netRecord,
unsigned int length,
71 virtual void setInteractiveMode4Reply(
DtU8);
72 virtual DtU8 interactiveMode4Reply()
const;
75 DtNetIffInteractiveMode4ReplyRecord myInteractiveMode4ReplyRecord;
76 DtNetIffInteractiveMode4ReplyRecord* myInteractiveMode4ReplyRecordPtr;
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.
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.
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
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
DtStandardVariableRetCode
Definition: standardVariableRecord.h:15