![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtLrcStateXmlBlock:
Collaboration diagram for DtLrcStateXmlBlock:Public Member Functions | |
| DtLrcStateXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtLrcStateXmlBlock (const DtString &name, unsigned long federationHandle, unsigned long federateHandle, DtEnvValueSP root) | |
| virtual | ~DtLrcStateXmlBlock () |
| DtLrcStateDatabaseXmlBlockSP | stats () const |
| void | setFederateName (const DtString &name) |
| void | setFederationHandle (unsigned long handle) |
| unsigned long | federationHandle () const |
| void | setFederateHandle (unsigned long handle) |
| unsigned long | federateHandle () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtLrcStateDatabaseXmlBlockSP | myStats |
| DtSpyXmlBlockElement< DtString, false > | myFederateName |
| DtSpyXmlBlockElement< unsigned long, false > | myFederationHandle |
| DtSpyXmlBlockElement< unsigned long, false > | myFederateHandle |
| DtLrcStateXmlBlock::DtLrcStateXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
References DtSpyXmlBlock::addChild(), myStats, DtSpyXmlBlock::objectNode(), and stats().
Referenced by create().
| DtLrcStateXmlBlock::DtLrcStateXmlBlock | ( | const DtString & | name, |
| unsigned long | federationHandle, | ||
| unsigned long | federateHandle, | ||
| DtEnvValueSP | root | ||
| ) |
References DtSpyXmlBlock::addChild(), myStats, DtSpyXmlBlock::objectNode(), and stats().
| DtLrcStateXmlBlock::~DtLrcStateXmlBlock | ( | ) | [virtual] |
| DtSpyXmlBlockSP DtLrcStateXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
References DtLrcStateXmlBlock().
| unsigned long DtLrcStateXmlBlock::federateHandle | ( | ) | const [inline] |
References myFederateHandle.
| unsigned long DtLrcStateXmlBlock::federationHandle | ( | ) | const [inline] |
References myFederationHandle.
| void DtLrcStateXmlBlock::setFederateHandle | ( | unsigned long | handle | ) | [inline] |
References myFederateHandle.
| void DtLrcStateXmlBlock::setFederateName | ( | const DtString & | name | ) | [inline] |
References myFederateName, and DtSpyXmlBlock::name().
| void DtLrcStateXmlBlock::setFederationHandle | ( | unsigned long | handle | ) | [inline] |
References myFederationHandle.
| DtLrcStateDatabaseXmlBlockSP DtLrcStateXmlBlock::stats | ( | ) | const [inline] |
References myStats.
Referenced by DtLrcStateXmlBlock().
DtSpyXmlBlockElement< unsigned long, false > DtLrcStateXmlBlock::myFederateHandle [protected] |
Referenced by federateHandle(), and setFederateHandle().
DtSpyXmlBlockElement< DtString, false > DtLrcStateXmlBlock::myFederateName [protected] |
Referenced by setFederateName().
DtSpyXmlBlockElement< unsigned long, false > DtLrcStateXmlBlock::myFederationHandle [protected] |
Referenced by federationHandle(), and setFederationHandle().
Referenced by DtLrcStateXmlBlock(), and stats().