DtSilentEntityList is a class which contains the information needed to describe a list of silent entities for the aggregate state PDU.
More...
Detailed Description
DtSilentEntityList is a class which contains the information needed to describe a list of silent entities for the aggregate state PDU.
Constructor & Destructor Documentation
| DtSilentEntityList::DtSilentEntityList |
( |
| ) |
|
| virtual DtSilentEntityList::~DtSilentEntityList |
( |
| ) |
|
|
virtual |
Member Function Documentation
| static int DtSilentEntityList::byteLengthOfNetworkRecord |
( |
DtNetSilentEntityList * |
recPtr, |
|
|
double |
rprVersion = 1.0 |
|
) |
| |
|
static |
Get the length of the network representation of a record.
If this is for the RPR FOM, specify the version
| virtual const DtEntityType& DtSilentEntityList::entityType |
( |
| ) |
const |
|
virtual |
| virtual bool DtSilentEntityList::getAppearance |
( |
int |
index, |
|
|
DtU32 & |
app |
|
) |
| const |
|
virtual |
| virtual int DtSilentEntityList::networkByteLength |
( |
double |
rpr_version = 1.0 | ) |
const |
|
virtual |
Get the network byte length of this record.
If this is for the RPR FOM, specify the version.
| virtual DtU16 DtSilentEntityList::numberOfAppearanceRecords |
( |
| ) |
const |
|
virtual |
| virtual DtU16 DtSilentEntityList::numberOfEntities |
( |
| ) |
const |
|
virtual |
| virtual void DtSilentEntityList::printData |
( |
| ) |
const |
|
virtual |
| virtual void DtSilentEntityList::printDataToStream |
( |
std::ostream & |
stream | ) |
const |
|
virtual |
| virtual bool DtSilentEntityList::setAppearance |
( |
int |
index, |
|
|
DtU32 |
app |
|
) |
| |
|
virtual |
Set/Get the appearance of an entity (as a 32 bit integer).
Returns false if the index is out of range. Set will erase all previous values. In RPR 2.0006 - 2.0017, there is only one appearance value (0) Appereances are not available at all in RPR 1.0
Set/Get appearance by attribute.
Returns false if the index is out of range.
| virtual void DtSilentEntityList::setEntityType |
( |
const DtEntityType & |
type | ) |
|
|
virtual |
| virtual bool DtSilentEntityList::setNumberOfAppearanceRecords |
( |
const DtU16 |
value | ) |
|
|
virtual |
Set/Get the number of appearance records.
Set returns false if the value is too large, old values are not retained when the number changes.
- Parameters
-
| enableAttributeList | RPR Versions 1.0-2.0017 needs to be false due to an error those RPR versions. |
| virtual void DtSilentEntityList::setNumberOfEntities |
( |
const DtU16 |
value | ) |
|
|
virtual |
Set/Get the number of entities.
Load/unload data from a packet record.
Member Data Documentation
| DtU32* DtSilentEntityList::myEntityAppearanceList |
|
protected |
| DtU16 DtSilentEntityList::myNumberOfAppearanceRecords |
|
protected |
| DtU16 DtSilentEntityList::myNumberOfEntities |
|
protected |
The documentation for this class was generated from the following file: