![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtPubSubObjectsXmlBlock:
Collaboration diagram for DtPubSubObjectsXmlBlock:Public Member Functions | |
| DtPubSubObjectsXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtPubSubObjectsXmlBlock (unsigned long handle, const DtString &subAttrSet, const DtString &pubAttrSet, DtEnvValueSP root) | |
| virtual | ~DtPubSubObjectsXmlBlock () |
| unsigned long | handle () const |
| virtual void | setSubs (const DtString &subs) |
| DtString | subs () const |
| virtual void | setPubs (const DtString &pubs) |
| DtString | pubs () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< unsigned long, true > | myHandle |
| DtSpyXmlBlockElement< DtString, true > | mySubscriptions |
| DtSpyXmlBlockElement< DtString, true > | myPublications |
| DtPubSubObjectsXmlBlock::DtPubSubObjectsXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
| DtPubSubObjectsXmlBlock::DtPubSubObjectsXmlBlock | ( | unsigned long | handle, |
| const DtString & | subAttrSet, | ||
| const DtString & | pubAttrSet, | ||
| DtEnvValueSP | root | ||
| ) |
| DtPubSubObjectsXmlBlock::~DtPubSubObjectsXmlBlock | ( | ) | [virtual] |
| DtSpyXmlBlockSP DtPubSubObjectsXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
| unsigned long DtPubSubObjectsXmlBlock::handle | ( | ) | const [inline] |
References myHandle.
| DtString DtPubSubObjectsXmlBlock::pubs | ( | ) | const [inline] |
References myPublications.
Referenced by setPubs().
| void DtPubSubObjectsXmlBlock::setPubs | ( | const DtString & | pubs | ) | [virtual] |
References myPublications, and pubs().
| void DtPubSubObjectsXmlBlock::setSubs | ( | const DtString & | subs | ) | [virtual] |
References mySubscriptions, and subs().
| DtString DtPubSubObjectsXmlBlock::subs | ( | ) | const [inline] |
References mySubscriptions.
Referenced by setSubs().
DtSpyXmlBlockElement< unsigned long, true > DtPubSubObjectsXmlBlock::myHandle [protected] |
Referenced by handle().
DtSpyXmlBlockElement< DtString, true > DtPubSubObjectsXmlBlock::myPublications [protected] |
DtSpyXmlBlockElement< DtString, true > DtPubSubObjectsXmlBlock::mySubscriptions [protected] |