![]() |
VR-Link API Documentation for HLA 1516
|
Inheritance diagram for DtIoCommunicationsNodeRecord:
Collaboration diagram for DtIoCommunicationsNodeRecord:Public Member Functions | |
| DtIoCommunicationsNodeRecord () | |
| Constructor. More... | |
| DtIoCommunicationsNodeRecord (DtCommsNodeType communicationsNodeType, const DtCommunicationsNodeIdRecord &communicationsNodeId) | |
| Constructor. More... | |
| DtIoCommunicationsNodeRecord (const DtIoCommunicationsNodeRecord &orig) | |
| Copy Constructor. More... | |
| DtIoCommunicationsNodeRecord (void *ptr, unsigned int length) | |
| Net Constructor. More... | |
| virtual DtIoCommunicationsNodeRecord & | operator= (const DtIoCommunicationsNodeRecord &other) |
| Assignment operator. More... | |
| virtual DtStandardVariableRecord & | operator= (const DtStandardVariableRecord &record) |
| Assignment operator. More... | |
| virtual bool | operator== (const DtIoCommunicationsNodeRecord &other) |
| Equals operator. More... | |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| Equals operator. 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 DtCommsNodeType | communicationsNodeType () const |
| Setters and Getters for Communications Node type. More... | |
| virtual void | setCommunicationsNodeType (DtCommsNodeType communicationsNodeType) |
| virtual const DtCommunicationsNodeIdRecord & | communicationsNodeId () const |
| Setters and Getters for Communications Node ID. More... | |
| virtual void | setCommunicationsNodeId (const DtCommunicationsNodeIdRecord &communicationsNodeId) |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. More... | |
| virtual void | writeRecord (void *addr) const |
| Writes the network representation to the given address. More... | |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL) |
| Sets the record from an address and length. Retcode will be Valid if all goes well. More... | |
| virtual unsigned int | unpaddedNetsize () const |
| Returns the size of the network representation (without padding bytes) More... | |
| 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. More... | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. 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 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) |
| Create function used by Standard Variable Record Factory. More... | |
Protected Attributes | |
| DtCommunicationsNodeIdRecord | myCommunicationsNodeIdRecord |
| DtNetIoCommunicationsNodeRecord | myIoCommunicationsNodeRecord |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
| DtIoCommunicationsNodeRecord::DtIoCommunicationsNodeRecord | ( | ) |
Constructor.
| DtIoCommunicationsNodeRecord::DtIoCommunicationsNodeRecord | ( | DtCommsNodeType | communicationsNodeType, |
| const DtCommunicationsNodeIdRecord & | communicationsNodeId | ||
| ) |
Constructor.
| DtIoCommunicationsNodeRecord::DtIoCommunicationsNodeRecord | ( | const DtIoCommunicationsNodeRecord & | orig | ) |
Copy Constructor.
| DtIoCommunicationsNodeRecord::DtIoCommunicationsNodeRecord | ( | void * | ptr, |
| unsigned int | length | ||
| ) |
Net Constructor.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
virtual |
Setters and Getters for Communications Node ID.
|
virtual |
Setters and Getters for Communications Node type.
|
static |
Create function used by Standard Variable Record Factory.
|
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 |
|
virtual |
|
virtual |
Sets the record from an address and length. Retcode will be Valid if all goes well.
Implements DtStandardVariableRecord.
|
virtual |
Must include size of record header and padding to 8 bytes.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
virtual |
Returns the size of the network representation (without padding bytes)
Implements DtStandardVariableRecord.
|
virtual |
Writes the network representation to the given address.
The assumption is that this memory is allocated and is of the proper size.
Implements DtStandardVariableRecord.
|
protected |
|
protected |