![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtLrcMsgStatsXmlBlock:
Collaboration diagram for DtLrcMsgStatsXmlBlock:Public Types | |
| typedef std::map< DtRtiMsgKind, DtMsgStatsXmlBlockSP > | MessagesByKindMap |
Public Member Functions | |
| DtLrcMsgStatsXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtLrcMsgStatsXmlBlock (DtEnvValueSP root) | |
| virtual | ~DtLrcMsgStatsXmlBlock () |
| virtual void | reset () |
| virtual void | messageSent (unsigned int fedId, DtRtiMsgKind msgKind, unsigned int size, double sendTime) |
| virtual void | messageRead (unsigned int fedId, DtRtiMsgKind msgKind, unsigned int size, double recvTime) |
| const DtMsgStatsXmlBlockSP | msgStats (DtRtiMsgKind msgKind) const |
| const MessagesByKindMap & | messages () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtStatisticsXmlBlock< unsigned int >::BlockWP | mySentBytes |
| DtStatisticsXmlBlock< unsigned int >::BlockWP | myReadBytes |
| DtStatisticsXmlBlock< unsigned int >::BlockWP | myAnonBytes |
| DtStatisticsXmlBlock< unsigned int >::BlockWP | myStampedBytes |
| DtStatisticsXmlBlock< double > ::BlockWP | myNetworkReadTimes |
| DtStatisticsXmlBlock< double > ::BlockWP | myNetworkSendTimes |
| MessagesByKindMap | myMessages |
| typedef std::map< DtRtiMsgKind, DtMsgStatsXmlBlockSP > DtLrcMsgStatsXmlBlock::MessagesByKindMap |
| DtLrcMsgStatsXmlBlock::DtLrcMsgStatsXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
References myAnonBytes, myMessages, myNetworkReadTimes, myNetworkSendTimes, myReadBytes, mySentBytes, and myStampedBytes.
| DtLrcMsgStatsXmlBlock::DtLrcMsgStatsXmlBlock | ( | DtEnvValueSP | root | ) |
| DtLrcMsgStatsXmlBlock::~DtLrcMsgStatsXmlBlock | ( | ) | [virtual] |
| DtSpyXmlBlockSP DtLrcMsgStatsXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
| void DtLrcMsgStatsXmlBlock::messageRead | ( | unsigned int | fedId, |
| DtRtiMsgKind | msgKind, | ||
| unsigned int | size, | ||
| double | recvTime | ||
| ) | [virtual] |
| const DtLrcMsgStatsXmlBlock::MessagesByKindMap & DtLrcMsgStatsXmlBlock::messages | ( | ) | const [inline] |
References myMessages.
| void DtLrcMsgStatsXmlBlock::messageSent | ( | unsigned int | fedId, |
| DtRtiMsgKind | msgKind, | ||
| unsigned int | size, | ||
| double | sendTime | ||
| ) | [virtual] |
| const DtMsgStatsXmlBlockSP DtLrcMsgStatsXmlBlock::msgStats | ( | DtRtiMsgKind | msgKind | ) | const |
References myMessages.
| void DtLrcMsgStatsXmlBlock::reset | ( | ) | [virtual] |
DtStatisticsXmlBlock<unsigned int>::BlockWP DtLrcMsgStatsXmlBlock::myAnonBytes [protected] |
Referenced by DtLrcMsgStatsXmlBlock(), messageRead(), and reset().
MessagesByKindMap DtLrcMsgStatsXmlBlock::myMessages [protected] |
Referenced by DtLrcMsgStatsXmlBlock(), messageRead(), messages(), messageSent(), msgStats(), and reset().
DtStatisticsXmlBlock<double>::BlockWP DtLrcMsgStatsXmlBlock::myNetworkReadTimes [protected] |
Referenced by DtLrcMsgStatsXmlBlock(), messageRead(), and reset().
DtStatisticsXmlBlock<double>::BlockWP DtLrcMsgStatsXmlBlock::myNetworkSendTimes [protected] |
Referenced by DtLrcMsgStatsXmlBlock(), messageSent(), and reset().
DtStatisticsXmlBlock<unsigned int>::BlockWP DtLrcMsgStatsXmlBlock::myReadBytes [protected] |
Referenced by DtLrcMsgStatsXmlBlock(), messageRead(), and reset().
DtStatisticsXmlBlock<unsigned int>::BlockWP DtLrcMsgStatsXmlBlock::mySentBytes [protected] |
Referenced by DtLrcMsgStatsXmlBlock(), messageSent(), and reset().
DtStatisticsXmlBlock<unsigned int>::BlockWP DtLrcMsgStatsXmlBlock::myStampedBytes [protected] |
Referenced by DtLrcMsgStatsXmlBlock(), messageRead(), and reset().