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