![]() |
VR-Link API Documentation for HLA 1516
|
Inheritance diagram for DtUnknownStandardVariableRecord:
Collaboration diagram for DtUnknownStandardVariableRecord:Public Member Functions | |
| DtUnknownStandardVariableRecord (unsigned int recordType, unsigned int recordLength) | |
| Constructor. | |
| DtUnknownStandardVariableRecord (const DtUnknownStandardVariableRecord &orig) | |
| Copy Constructor. | |
| DtUnknownStandardVariableRecord (void *ptr, unsigned int size) | |
| Net Constructor. | |
| virtual | ~DtUnknownStandardVariableRecord () |
| Destructor. | |
| virtual DtUnknownStandardVariableRecord & | operator= (const DtUnknownStandardVariableRecord &record) |
| Assignment Operator. | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &other) |
| Assignment operator. | |
| virtual bool | operator== (const DtUnknownStandardVariableRecord &record) |
| Equals Operator. | |
| virtual bool | operator== (const DtStandardVariableRecord &record) |
| Equals Operator. | |
| virtual unsigned int | recordType () const |
| Setters and Getters for Record Type. | |
| virtual void | setRecordType (unsigned int recordType) |
| virtual unsigned int | recordLength () const |
| Setters and Getters for Record Length. | |
| virtual void | setRecordLength (unsigned int recordLength) |
| virtual void | setStandardVariableRecordBuffer (char *buffer, unsigned int length) |
| virtual const char * | standardVariableRecordBuffer () const |
| 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. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. | |
| virtual unsigned int | unpaddedNetsize () const |
| Returns the size of the network representation (including padding bytes) | |
| virtual unsigned int | netSize () const |
| This overrides netSize because this Record is a special case as it is of a fixed size and Will never require padding. | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. | |
Public Member Functions inherited from DtStandardVariableRecord | |
| DtStandardVariableRecord () | |
| Constructor. | |
| virtual | ~DtStandardVariableRecord () |
| Destructor. | |
| virtual void | printData () const |
| Prints the data to DtInfo. | |
| virtual unsigned int | netSize () |
| Returns the size of the network representation (including padding bytes) | |
| virtual void | setOriginatingSimulationAddress (const DtSimulationAddress &) |
| virtual const DtSimulationAddress & | originatingSimulationAddress () const |
Static Public Member Functions | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
Protected Attributes | |
| DtNetStandardVariableRecord | myUnknownStandardVariableRecord |
| DtNetStandardVariableRecord * | myUnknownStandardVariableRecordPtr |
| char * | myUnknownStandardVariableRecordBuffer |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
| DtUnknownStandardVariableRecord::DtUnknownStandardVariableRecord | ( | unsigned int | recordType, |
| unsigned int | recordLength | ||
| ) |
Constructor.
| DtUnknownStandardVariableRecord::DtUnknownStandardVariableRecord | ( | const DtUnknownStandardVariableRecord & | orig | ) |
Copy Constructor.
| DtUnknownStandardVariableRecord::DtUnknownStandardVariableRecord | ( | void * | ptr, |
| unsigned int | size | ||
| ) |
Net Constructor.
|
virtual |
Destructor.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
|
virtual |
This overrides netSize because this Record is a special case as it is of a fixed size and Will never require padding.
|
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 |
Implements DtStandardVariableRecord.
|
virtual |
Implements DtStandardVariableRecord.
|
virtual |
|
virtual |
|
virtual |
Returns the size of the network representation (including padding bytes)
Implements DtStandardVariableRecord.
|
virtual |
Implements DtStandardVariableRecord.
|
protected |
|
protected |
|
protected |