![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtInteractionSendRecvXmlBlock:
Collaboration diagram for DtInteractionSendRecvXmlBlock:Public Types | |
| typedef std::map< unsigned long, DtInteractionSendRecvClassXmlBlockSP > | InteractionSendRecvClassXmlBlocksByHandle |
Public Member Functions | |
| DtInteractionSendRecvXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtInteractionSendRecvXmlBlock (DtEnvValueSP root) | |
| virtual | ~DtInteractionSendRecvXmlBlock () |
| virtual DtInteractionSendRecvClassXmlBlockSP | interactionSent (unsigned long handle) |
| virtual DtInteractionSendRecvClassXmlBlockSP | interactionReceived (unsigned long handle) |
| const InteractionSendRecvClassXmlBlocksByHandle & | interactions () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| InteractionSendRecvClassXmlBlocksByHandle | myInteractions |
| typedef std::map< unsigned long, DtInteractionSendRecvClassXmlBlockSP > DtInteractionSendRecvXmlBlock::InteractionSendRecvClassXmlBlocksByHandle |
| DtInteractionSendRecvXmlBlock::DtInteractionSendRecvXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
References myInteractions.
Referenced by create().
| DtInteractionSendRecvXmlBlock::DtInteractionSendRecvXmlBlock | ( | DtEnvValueSP | root | ) |
| DtSpyXmlBlockSP DtInteractionSendRecvXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
References DtInteractionSendRecvXmlBlock().
| DtInteractionSendRecvClassXmlBlockSP DtInteractionSendRecvXmlBlock::interactionReceived | ( | unsigned long | handle | ) | [virtual] |
References DtSpyXmlBlock::addChild(), myInteractions, and DtSpyXmlBlock::objectNode().
| const DtInteractionSendRecvXmlBlock::InteractionSendRecvClassXmlBlocksByHandle & DtInteractionSendRecvXmlBlock::interactions | ( | ) | const [inline] |
References myInteractions.
| DtInteractionSendRecvClassXmlBlockSP DtInteractionSendRecvXmlBlock::interactionSent | ( | unsigned long | handle | ) | [virtual] |
References DtSpyXmlBlock::addChild(), myInteractions, and DtSpyXmlBlock::objectNode().
Referenced by DtInteractionSendRecvXmlBlock(), interactionReceived(), interactions(), and interactionSent().