![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtInteractionSendRecvClassXmlBlock:
Collaboration diagram for DtInteractionSendRecvClassXmlBlock:Public Member Functions | |
| DtInteractionSendRecvClassXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtInteractionSendRecvClassXmlBlock (unsigned long handle, DtEnvValueSP root) | |
| virtual | ~DtInteractionSendRecvClassXmlBlock () |
| virtual void | interactionSent () |
| virtual void | interactionReceived () |
| unsigned long | handle () const |
| unsigned long | sent () const |
| unsigned long | received () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< unsigned long, true > | myHandle |
| DtSpyXmlBlockElement< unsigned long, true > | mySentCount |
| DtSpyXmlBlockElement< unsigned long, true > | myReceivedCount |
| DtInteractionSendRecvClassXmlBlock::DtInteractionSendRecvClassXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
| DtInteractionSendRecvClassXmlBlock::DtInteractionSendRecvClassXmlBlock | ( | unsigned long | handle, |
| DtEnvValueSP | root | ||
| ) |
| DtSpyXmlBlockSP DtInteractionSendRecvClassXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
| unsigned long DtInteractionSendRecvClassXmlBlock::handle | ( | ) | const [inline] |
References myHandle.
| void DtInteractionSendRecvClassXmlBlock::interactionReceived | ( | ) | [virtual] |
References myReceivedCount.
| void DtInteractionSendRecvClassXmlBlock::interactionSent | ( | ) | [virtual] |
References mySentCount.
| unsigned long DtInteractionSendRecvClassXmlBlock::received | ( | ) | const [inline] |
References myReceivedCount.
| unsigned long DtInteractionSendRecvClassXmlBlock::sent | ( | ) | const [inline] |
References mySentCount.
DtSpyXmlBlockElement< unsigned long, true > DtInteractionSendRecvClassXmlBlock::myHandle [protected] |
Referenced by handle().
DtSpyXmlBlockElement< unsigned long, true > DtInteractionSendRecvClassXmlBlock::myReceivedCount [protected] |
Referenced by interactionReceived(), and received().
DtSpyXmlBlockElement< unsigned long, true > DtInteractionSendRecvClassXmlBlock::mySentCount [protected] |
Referenced by interactionSent(), and sent().