![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtAttributeStateRecord () | |
| virtual | ~DtAttributeStateRecord () |
| DtAttributeStateRecord (const DtAttributeStateRecord &orig) | |
| Copy constructor. More... | |
| DtAttributeStateRecord & | operator= (const DtAttributeStateRecord &orig) |
| virtual DtEnvironmentalRecord * | clone () const |
| const DtNetAttributeStateRecord * | attributeNetRep () const |
| returns the network representation of the environmental record More... | |
| DtNetAttributeStateRecord * | attributeNetRep () |
| virtual void | setGroupId (const DtGlobalObjectDesignator &id) |
| virtual const DtGlobalObjectDesignator & | groupId () const |
| virtual bool | setNumberOfValueUpdates (int val) |
| virtual int | numberOfValueUpdates () const |
| virtual bool | setValueUpdate (int index, const DtAttributeValueUpdate &update) |
| virtual bool | getValueUpdate (int index, DtAttributeValueUpdate &update) |
| virtual bool | createNetworkRepresentation () |
| Create the record's network representation. More... | |
| virtual int | netRepSize () const |
| returns the size of the net representation, in bytes. More... | |
| virtual void | setFromNet (const DtNetEnvironmentalRecord &buffer, int protocolVersion) |
| used by the PDU class to fill in the network representation More... | |
Protected Member Functions | |
| virtual bool | resizeNetRep (int newSize) |
| virtual void * | pointerToUpdateList () const |
| virtual void * | pointerToGroupdId () const |
Protected Attributes | |
| DtGlobalObjectDesignator | myGroupId |
| DtAttributeValueUpdateList | myUpdateList |
| int | myNetRepSize |
| DtAttributeStateRecord::DtAttributeStateRecord | ( | ) |
|
virtual |
| DtAttributeStateRecord::DtAttributeStateRecord | ( | const DtAttributeStateRecord & | orig | ) |
Copy constructor.
| DtAttributeStateRecord& DtAttributeStateRecord::operator= | ( | const DtAttributeStateRecord & | orig | ) |
|
virtual |
| const DtNetAttributeStateRecord* DtAttributeStateRecord::attributeNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetAttributeStateRecord* DtAttributeStateRecord::attributeNetRep | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Create the record's network representation.
|
virtual |
returns the size of the net representation, in bytes.
|
virtual |
used by the PDU class to fill in the network representation
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |