![]() |
VR-Link API Documentation for HLA 1.3
|
Variable record for sending NETN embedded unit list record. More...
Inheritance diagram for DtEmbeddedUnitListRecord:
Collaboration diagram for DtEmbeddedUnitListRecord:Public Member Functions | |
| DtEmbeddedUnitListRecord () | |
| Constructor. More... | |
| DtEmbeddedUnitListRecord (const DtEmbeddedUnitListRecord &orig) | |
| Copy Constructor. More... | |
| DtEmbeddedUnitListRecord (void *netBuffer, unsigned int size) | |
| Net Constructor. More... | |
| virtual | ~DtEmbeddedUnitListRecord () |
| Destructor. More... | |
| virtual bool | operator== (const DtEmbeddedUnitListRecord &other) |
| Equals operator. More... | |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| Equals operator. More... | |
| virtual const std::vector < DtVrlUuid > & | uuids () const |
| Gets the stored Uuids. More... | |
| virtual void | setUuids (const std::vector< DtVrlUuid > &uuids) |
| Sets the stored Uuids. More... | |
| virtual void | printData () const |
| Prints the data to DtInfo. 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 unsigned int | netSize () const |
| Returns the size of the network representation (including padding bytes) More... | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. More... | |
| virtual unsigned int | recordType () const |
| Get/Set Record Type. More... | |
| virtual void | setRecordType (unsigned int recordType) |
| Get/Set Record Type. More... | |
| virtual unsigned int | recordLength () const |
| Get/Set Record Length. More... | |
| virtual void | setRecordLength (unsigned int recordLength) |
| Must include size of record header and padding to 8 bytes. More... | |
Public Member Functions inherited from DtStandardVariableRecord | |
| DtStandardVariableRecord () | |
| Constructor. More... | |
| virtual | ~DtStandardVariableRecord () |
| Destructor. More... | |
| virtual unsigned int | netSize () |
| Returns the size of the network representation (including padding bytes) More... | |
| virtual void | setOriginatingSimulationAddress (const DtSimulationAddress &) |
| virtual const DtSimulationAddress & | originatingSimulationAddress () const |
Static Public Member Functions | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
| Creator of an unknown record for registering in a factory. More... | |
| static unsigned int | recordTypeToUse () |
| Return the attribute record type. More... | |
Protected Attributes | |
| std::vector< DtVrlUuid > | myVrlEmbeddedUnitList |
| DtNetEmbeddedUnitListRecord | myNetEmbeddedUnitListRecord |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
Static Protected Attributes | |
| static const unsigned int | theMinimumSize |
Variable record for sending NETN embedded unit list record.
| DtEmbeddedUnitListRecord::DtEmbeddedUnitListRecord | ( | ) |
Constructor.
| DtEmbeddedUnitListRecord::DtEmbeddedUnitListRecord | ( | const DtEmbeddedUnitListRecord & | orig | ) |
Copy Constructor.
| DtEmbeddedUnitListRecord::DtEmbeddedUnitListRecord | ( | void * | netBuffer, |
| unsigned int | size | ||
| ) |
Net Constructor.
|
virtual |
Destructor.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
Creator of an unknown record for registering in a factory.
|
virtual |
Returns the size of the network representation (including padding bytes)
|
virtual |
Equals operator.
|
virtual |
Equals operator.
Implements DtStandardVariableRecord.
|
virtual |
Prints the data to DtInfo.
Reimplemented from DtStandardVariableRecord.
|
virtual |
Prints the data to the specified stream.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Length.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
static |
Return the attribute record type.
|
virtual |
Sets the record from Network Representation from the given location.
Memory must exist for life of the variable record
Implements DtStandardVariableRecord.
|
virtual |
Must include size of record header and padding to 8 bytes.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
virtual |
Sets the stored Uuids.
|
virtual |
This is the network size of the record without padding.
Implements DtStandardVariableRecord.
|
virtual |
Gets the stored Uuids.
|
virtual |
Implements DtStandardVariableRecord.
|
protected |
|
protected |
|
staticprotected |