![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtObjIntStatsXmlBlock:
Collaboration diagram for DtObjIntStatsXmlBlock:Public Member Functions | |
| DtObjIntStatsXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtObjIntStatsXmlBlock (bool isObjNotInter, unsigned int objectHandle, unsigned int classHandle, bool isRegistered, DtEnvValueSP root) | |
| virtual | ~DtObjIntStatsXmlBlock () |
| virtual void | reset () |
| virtual void | received (unsigned int size) |
| virtual void | sent (unsigned int size) |
| virtual void | deleted () |
| virtual void | removed () |
| bool | isObject () const |
| unsigned int | instanceHandle () const |
| unsigned int | classHandle () const |
| bool | isRegistered () const |
| unsigned int | updatesReceived () const |
| unsigned int | bytesReceived () const |
| unsigned int | updatesSent () const |
| unsigned int | bytesSent () const |
| bool | isDeleted () const |
| bool | isRemoved () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< bool, true > | myIsObject |
| DtSpyXmlBlockElement< unsigned int, true > | myInstanceHandle |
| DtSpyXmlBlockElement< bool, true > | myRegisteredNotDiscovered |
| DtSpyXmlBlockElement< unsigned int, true > | myUpdatesReceived |
| DtSpyXmlBlockElement< unsigned int, true > | myBytesReceived |
| DtSpyXmlBlockElement< unsigned int, true > | myUpdatesSent |
| DtSpyXmlBlockElement< unsigned int, true > | myBytesSent |
| DtSpyXmlBlockElement< unsigned int, true > | myFomHandle |
| DtSpyXmlBlockElement< bool, true > | myDeleted |
| DtSpyXmlBlockElement< bool, true > | myRemoved |
| DtObjIntStatsXmlBlock::DtObjIntStatsXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
Referenced by create().
| DtObjIntStatsXmlBlock::DtObjIntStatsXmlBlock | ( | bool | isObjNotInter, |
| unsigned int | objectHandle, | ||
| unsigned int | classHandle, | ||
| bool | isRegistered, | ||
| DtEnvValueSP | root | ||
| ) |
| DtObjIntStatsXmlBlock::~DtObjIntStatsXmlBlock | ( | ) | [virtual] |
| unsigned int DtObjIntStatsXmlBlock::bytesReceived | ( | ) | const [inline] |
References myBytesReceived.
| unsigned int DtObjIntStatsXmlBlock::bytesSent | ( | ) | const [inline] |
References myBytesSent.
| unsigned int DtObjIntStatsXmlBlock::classHandle | ( | ) | const [inline] |
References myFomHandle.
| DtSpyXmlBlockSP DtObjIntStatsXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
References DtObjIntStatsXmlBlock().
| void DtObjIntStatsXmlBlock::deleted | ( | ) | [virtual] |
References myDeleted.
| unsigned int DtObjIntStatsXmlBlock::instanceHandle | ( | ) | const [inline] |
References myInstanceHandle.
| bool DtObjIntStatsXmlBlock::isDeleted | ( | ) | const [inline] |
References myDeleted.
| bool DtObjIntStatsXmlBlock::isObject | ( | ) | const [inline] |
References myIsObject.
| bool DtObjIntStatsXmlBlock::isRegistered | ( | ) | const [inline] |
References myRegisteredNotDiscovered.
| bool DtObjIntStatsXmlBlock::isRemoved | ( | ) | const [inline] |
References myRemoved.
| void DtObjIntStatsXmlBlock::received | ( | unsigned int | size | ) | [virtual] |
References myBytesReceived, and myUpdatesReceived.
| void DtObjIntStatsXmlBlock::removed | ( | ) | [virtual] |
References myRemoved.
| void DtObjIntStatsXmlBlock::reset | ( | ) | [virtual] |
References myBytesReceived, myBytesSent, myUpdatesReceived, and myUpdatesSent.
| void DtObjIntStatsXmlBlock::sent | ( | unsigned int | size | ) | [virtual] |
References myBytesSent, and myUpdatesSent.
| unsigned int DtObjIntStatsXmlBlock::updatesReceived | ( | ) | const [inline] |
References myUpdatesReceived.
| unsigned int DtObjIntStatsXmlBlock::updatesSent | ( | ) | const [inline] |
References myUpdatesSent.
DtSpyXmlBlockElement< unsigned int, true > DtObjIntStatsXmlBlock::myBytesReceived [protected] |
Referenced by bytesReceived(), received(), and reset().
DtSpyXmlBlockElement< unsigned int, true > DtObjIntStatsXmlBlock::myBytesSent [protected] |
Referenced by bytesSent(), reset(), and sent().
DtSpyXmlBlockElement< bool, true > DtObjIntStatsXmlBlock::myDeleted [protected] |
Referenced by deleted(), and isDeleted().
DtSpyXmlBlockElement< unsigned int, true > DtObjIntStatsXmlBlock::myFomHandle [protected] |
Referenced by classHandle().
DtSpyXmlBlockElement< unsigned int, true > DtObjIntStatsXmlBlock::myInstanceHandle [protected] |
Referenced by instanceHandle().
DtSpyXmlBlockElement< bool, true > DtObjIntStatsXmlBlock::myIsObject [protected] |
Referenced by isObject().
DtSpyXmlBlockElement< bool, true > DtObjIntStatsXmlBlock::myRegisteredNotDiscovered [protected] |
Referenced by isRegistered().
DtSpyXmlBlockElement< bool, true > DtObjIntStatsXmlBlock::myRemoved [protected] |
Referenced by isRemoved(), and removed().
DtSpyXmlBlockElement< unsigned int, true > DtObjIntStatsXmlBlock::myUpdatesReceived [protected] |
Referenced by received(), reset(), and updatesReceived().
DtSpyXmlBlockElement< unsigned int, true > DtObjIntStatsXmlBlock::myUpdatesSent [protected] |
Referenced by reset(), sent(), and updatesSent().