![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtFomInteractionXmlBlock:
Collaboration diagram for DtFomInteractionXmlBlock:| typedef std::set< DtFomParameterXmlBlockSP > DtFomInteractionXmlBlock::FomParameterXmlBlockSet |
| typedef std::set< DtFomInteractionXmlBlockSP > DtFomInteractionXmlBlock::FomStateInteractionXmlBlockSet |
| DtFomInteractionXmlBlock::DtFomInteractionXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
Referenced by addInteraction(), and create().
| DtFomInteractionXmlBlock::DtFomInteractionXmlBlock | ( | const DtString & | name, |
| unsigned long | handle, | ||
| DtTransportType | transport, | ||
| DtOrderType | order, | ||
| DtEnvValueSP | root | ||
| ) |
| DtFomInteractionXmlBlock::~DtFomInteractionXmlBlock | ( | ) | [virtual] |
| DtFomInteractionXmlBlockSP DtFomInteractionXmlBlock::addInteraction | ( | const DtString & | name, |
| unsigned long | handle, | ||
| DtTransportType | transport, | ||
| DtOrderType | order | ||
| ) | [virtual] |
References DtSpyXmlBlock::addChild(), DtFomInteractionXmlBlock(), and DtSpyXmlBlock::objectNode().
| DtFomParameterXmlBlockSP DtFomInteractionXmlBlock::addParameter | ( | const DtString & | name, |
| unsigned long | handle | ||
| ) | [virtual] |
References DtSpyXmlBlock::addChild(), and DtSpyXmlBlock::objectNode().
| DtSpyXmlBlockSP DtFomInteractionXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
References DtFomInteractionXmlBlock().
| unsigned long DtFomInteractionXmlBlock::handle | ( | ) | const [inline] |
References myHandle.
| DtFomInteractionXmlBlock::FomStateInteractionXmlBlockSet DtFomInteractionXmlBlock::interactions | ( | ) | [virtual] |
| DtOrderType DtFomInteractionXmlBlock::order | ( | ) | const [inline] |
References myOrder.
| DtFomInteractionXmlBlock::FomParameterXmlBlockSet DtFomInteractionXmlBlock::parameters | ( | ) | [virtual] |
| DtFomInteractionXmlBlockSP DtFomInteractionXmlBlock::removeInteraction | ( | const DtString & | name | ) | [virtual] |
References DtSpyXmlBlock::name(), and DtSpyXmlBlock::removeChild().
| void DtFomInteractionXmlBlock::removeInteraction | ( | DtFomInteractionXmlBlockSP | objectSP | ) | [virtual] |
References DtSpyXmlBlock::removeChild().
| DtFomParameterXmlBlockSP DtFomInteractionXmlBlock::removeParameter | ( | const DtString & | name | ) | [virtual] |
References DtSpyXmlBlock::name(), and DtSpyXmlBlock::removeChild().
| void DtFomInteractionXmlBlock::removeParameter | ( | DtFomParameterXmlBlockSP | parameterSP | ) | [virtual] |
References DtSpyXmlBlock::removeChild().
| DtTransportType DtFomInteractionXmlBlock::transport | ( | ) | const [inline] |
References myTransport.
DtSpyXmlBlockElement< unsigned long, true > DtFomInteractionXmlBlock::myHandle [protected] |
Referenced by handle().
DtSpyXmlBlockElement< unsigned long, true > DtFomInteractionXmlBlock::myOrder [protected] |
Referenced by order().
DtSpyXmlBlockElement< unsigned long, true > DtFomInteractionXmlBlock::myTransport [protected] |
Referenced by transport().