![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtMsgStatsXmlBlock:
Collaboration diagram for DtMsgStatsXmlBlock:Public Member Functions | |
| DtMsgStatsXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtMsgStatsXmlBlock (DtRtiMsgKind msgKind, DtEnvValueSP root) | |
| virtual | ~DtMsgStatsXmlBlock () |
| virtual void | reset () |
| virtual void | recordSentMsg (unsigned int msgBytes, double sendTime) |
| virtual void | recordReadMsg (unsigned int msgBytes, double readTime) |
| DtRtiMsgKind | kind () const |
| unsigned int | sendCount () const |
| DtStatisticsXmlBlock< unsigned int >::BlockSP | sentBytes () const |
| DtStatisticsXmlBlock< double > ::BlockSP | sendTime () const |
| unsigned int | readCount () const |
| DtStatisticsXmlBlock< unsigned int >::BlockSP | readBytes () const |
| DtStatisticsXmlBlock< double > ::BlockSP | readTime () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< unsigned int, true > | myMsgKind |
| DtSpyXmlBlockElement< unsigned int, true > | mySentMsgCount |
| DtStatisticsXmlBlock< unsigned int >::BlockWP | mySentBytes |
| DtStatisticsXmlBlock< double > ::BlockWP | mySendTime |
| DtSpyXmlBlockElement< unsigned int, true > | myReadMsgCount |
| DtStatisticsXmlBlock< unsigned int >::BlockWP | myReadBytes |
| DtStatisticsXmlBlock< double > ::BlockWP | myReadTime |
| DtMsgStatsXmlBlock::DtMsgStatsXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
References myReadBytes, myReadTime, mySendTime, mySentBytes, theReadBytesXmlTag, theReadTimeXmlTag, theSendTimeXmlTag, and theSentBytesXmlTag.
Referenced by create().
| DtMsgStatsXmlBlock::DtMsgStatsXmlBlock | ( | DtRtiMsgKind | msgKind, |
| DtEnvValueSP | root | ||
| ) |
| DtMsgStatsXmlBlock::~DtMsgStatsXmlBlock | ( | ) | [virtual] |
| DtSpyXmlBlockSP DtMsgStatsXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
References DtMsgStatsXmlBlock().
| DtRtiMsgKind DtMsgStatsXmlBlock::kind | ( | ) | const [inline] |
References myMsgKind.
| DtStatisticsXmlBlock< unsigned int >::BlockSP DtMsgStatsXmlBlock::readBytes | ( | ) | const [inline] |
References myReadBytes.
Referenced by DtMsgStatsXmlBlock().
| unsigned int DtMsgStatsXmlBlock::readCount | ( | ) | const [inline] |
References myReadMsgCount.
| DtStatisticsXmlBlock< double >::BlockSP DtMsgStatsXmlBlock::readTime | ( | ) | const [inline] |
References myReadTime.
Referenced by DtMsgStatsXmlBlock().
| void DtMsgStatsXmlBlock::recordReadMsg | ( | unsigned int | msgBytes, |
| double | readTime | ||
| ) | [virtual] |
References DtStatisticsXmlBlock< NumericType >::addStatistic(), myReadBytes, myReadMsgCount, and myReadTime.
| void DtMsgStatsXmlBlock::recordSentMsg | ( | unsigned int | msgBytes, |
| double | sendTime | ||
| ) | [virtual] |
References DtStatisticsXmlBlock< NumericType >::addStatistic(), mySendTime, mySentBytes, and mySentMsgCount.
| void DtMsgStatsXmlBlock::reset | ( | ) | [virtual] |
| unsigned int DtMsgStatsXmlBlock::sendCount | ( | ) | const [inline] |
References mySentMsgCount.
| DtStatisticsXmlBlock< double >::BlockSP DtMsgStatsXmlBlock::sendTime | ( | ) | const [inline] |
References mySendTime.
Referenced by DtMsgStatsXmlBlock().
| DtStatisticsXmlBlock< unsigned int >::BlockSP DtMsgStatsXmlBlock::sentBytes | ( | ) | const [inline] |
References mySentBytes.
Referenced by DtMsgStatsXmlBlock().
DtSpyXmlBlockElement< unsigned int, true > DtMsgStatsXmlBlock::myMsgKind [protected] |
Referenced by kind().
DtStatisticsXmlBlock<unsigned int>::BlockWP DtMsgStatsXmlBlock::myReadBytes [protected] |
Referenced by DtMsgStatsXmlBlock(), readBytes(), recordReadMsg(), and reset().
DtSpyXmlBlockElement< unsigned int, true > DtMsgStatsXmlBlock::myReadMsgCount [protected] |
Referenced by readCount(), recordReadMsg(), and reset().
DtStatisticsXmlBlock<double>::BlockWP DtMsgStatsXmlBlock::myReadTime [protected] |
Referenced by DtMsgStatsXmlBlock(), readTime(), recordReadMsg(), and reset().
DtStatisticsXmlBlock<double>::BlockWP DtMsgStatsXmlBlock::mySendTime [protected] |
Referenced by DtMsgStatsXmlBlock(), recordSentMsg(), reset(), and sendTime().
DtStatisticsXmlBlock<unsigned int>::BlockWP DtMsgStatsXmlBlock::mySentBytes [protected] |
Referenced by DtMsgStatsXmlBlock(), recordSentMsg(), reset(), and sentBytes().
DtSpyXmlBlockElement< unsigned int, true > DtMsgStatsXmlBlock::mySentMsgCount [protected] |
Referenced by recordSentMsg(), reset(), and sendCount().