![]() |
VR-Link API Documentation for DIS
|
DtSilentAggregateList is a class which contains the information needed to describe a list of silent aggregates for the aggregate state PDU. More...
Collaboration diagram for DtSilentAggregateList:Public Member Functions | |
| DtSilentAggregateList () | |
| Constructors. | |
| DtSilentAggregateList (const DtSilentAggregateList &orig) | |
| virtual | ~DtSilentAggregateList () |
| Destructor. | |
| DtSilentAggregateList & | operator= (const DtSilentAggregateList &orig) |
| Assignment operator. | |
| DtSilentAggregateList & | operator= (const DtNetSilentAggregateList &orig) |
| int | operator== (const DtSilentAggregateList &otherguy) const |
| Comparison operators. | |
| int | operator!= (const DtSilentAggregateList &otherguy) const |
| virtual void | setNumberOfAggregates (const DtU16 value) |
| Set/Get the number of aggregates. | |
| virtual DtU16 | numberOfAggregates () const |
| virtual void | setAggregateType (const DtEntityType &type) |
| Set/Get the aggregate type. | |
| virtual const DtEntityType & | aggregateType () const |
| virtual void | printData () const |
| Print the record. | |
| virtual void | printDataToStream (std::ostream &) const |
| virtual void | unloadNetRecord (const DtNetSilentAggregateList &record) |
| Load/unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetSilentAggregateList &record) const |
Static Public Member Functions | |
| static int | byteLengthOfNetworkRecord () |
| Get the length of the network representation of a record. | |
Protected Attributes | |
| DtU16 | myNumberOfAggregates |
| Data members: | |
| DtEntityType | myEntityType |
DtSilentAggregateList is a class which contains the information needed to describe a list of silent aggregates for the aggregate state PDU.
Constructors.
| DtSilentAggregateList::DtSilentAggregateList | ( | const DtSilentAggregateList & | orig | ) |
| virtual DtSilentAggregateList::~DtSilentAggregateList | ( | ) | [virtual] |
Destructor.
| virtual const DtEntityType& DtSilentAggregateList::aggregateType | ( | ) | const [virtual] |
| static int DtSilentAggregateList::byteLengthOfNetworkRecord | ( | ) | [static] |
Get the length of the network representation of a record.
| virtual void DtSilentAggregateList::loadNetRecord | ( | DtNetSilentAggregateList & | record | ) | const [virtual] |
| virtual DtU16 DtSilentAggregateList::numberOfAggregates | ( | ) | const [virtual] |
| int DtSilentAggregateList::operator!= | ( | const DtSilentAggregateList & | otherguy | ) | const |
| DtSilentAggregateList& DtSilentAggregateList::operator= | ( | const DtSilentAggregateList & | orig | ) |
Assignment operator.
| DtSilentAggregateList& DtSilentAggregateList::operator= | ( | const DtNetSilentAggregateList & | orig | ) |
| int DtSilentAggregateList::operator== | ( | const DtSilentAggregateList & | otherguy | ) | const |
Comparison operators.
| virtual void DtSilentAggregateList::printData | ( | ) | const [virtual] |
Print the record.
| virtual void DtSilentAggregateList::printDataToStream | ( | std::ostream & | ) | const [virtual] |
| virtual void DtSilentAggregateList::setAggregateType | ( | const DtEntityType & | type | ) | [virtual] |
Set/Get the aggregate type.
| virtual void DtSilentAggregateList::setNumberOfAggregates | ( | const DtU16 | value | ) | [virtual] |
Set/Get the number of aggregates.
| virtual void DtSilentAggregateList::unloadNetRecord | ( | const DtNetSilentAggregateList & | record | ) | [virtual] |
Load/unload data from a packet record.
DtEntityType DtSilentAggregateList::myEntityType [protected] |
DtU16 DtSilentAggregateList::myNumberOfAggregates [protected] |
Data members: