![]() |
VR-Link API Documentation for DIS
|
Inheritance diagram for DtIffCryptoControlRecord:
Collaboration diagram for DtIffCryptoControlRecord:Public Member Functions | |
| DtIffCryptoControlRecord () | |
| Constructor. More... | |
| DtIffCryptoControlRecord (const DtIffCryptoControlRecord &orig) | |
| Copy Constructor. More... | |
| DtIffCryptoControlRecord (void *ptr, unsigned int size) | |
| Net Constructor. More... | |
| DtIffCryptoControlRecord (DtNetIffCryptoControlRecord netRecord) | |
| NetType Constructor. More... | |
| virtual DtIffCryptoControlRecord & | operator= (const DtIffCryptoControlRecord &record) |
| Assignment Operator. More... | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &other) |
| Assignment operator. More... | |
| virtual bool | operator== (const DtIffCryptoControlRecord &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 | setMode5PseudoCryptoCode (DtU16) |
| Accessors. More... | |
| virtual DtU16 | mode5PseudoCryptoCode () const |
| virtual void | setMode4PseudoCryptoCodeA (DtU16) |
| virtual DtU16 | mode4PseudoCryptoCodeA () const |
| virtual void | setMode4PseudoCryptoCodeB (DtU16) |
| virtual DtU16 | mode4PseudoCryptoCodeB () 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 | |
| DtNetIffCryptoControlRecord | myCryptoControlRecord |
| DtNetIffCryptoControlRecord * | myCryptoControlRecordPtr |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
| DtIffCryptoControlRecord::DtIffCryptoControlRecord | ( | ) |
Constructor.
| DtIffCryptoControlRecord::DtIffCryptoControlRecord | ( | const DtIffCryptoControlRecord & | orig | ) |
Copy Constructor.
| DtIffCryptoControlRecord::DtIffCryptoControlRecord | ( | void * | ptr, |
| unsigned int | size | ||
| ) |
Net Constructor.
| DtIffCryptoControlRecord::DtIffCryptoControlRecord | ( | DtNetIffCryptoControlRecord | netRecord | ) |
NetType Constructor.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
Create function used by Standard Variable Record Factory.
|
virtual |
|
virtual |
|
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 |
|
virtual |
|
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 |