![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtLrcConsoleLogXmlBlock:
Collaboration diagram for DtLrcConsoleLogXmlBlock:| typedef std::vector< DtLrcConsoleLogEventXmlBlockSP > DtLrcConsoleLogXmlBlock::LrcConsoleLogEventXmlBlockList |
| DtLrcConsoleLogXmlBlock::DtLrcConsoleLogXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
| DtLrcConsoleLogXmlBlock::DtLrcConsoleLogXmlBlock | ( | DtEnvValueSP | root | ) |
| DtLrcConsoleLogXmlBlock::~DtLrcConsoleLogXmlBlock | ( | ) | [virtual] |
| DtLrcConsoleLogEventXmlBlockSP DtLrcConsoleLogXmlBlock::addEvent | ( | DtTime | time, |
| bool | isRtiAmbCall, | ||
| bool | isException, | ||
| const DtString & | description | ||
| ) | [virtual] |
References DtSpyXmlBlock::addChild(), myEvents, myStartTime, myStopIndex, myStopTime, and DtSpyXmlBlock::objectNode().
| DtSpyXmlBlockSP DtLrcConsoleLogXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
References DtLrcConsoleLogXmlBlock().
| const DtLrcConsoleLogXmlBlock::LrcConsoleLogEventXmlBlockList & DtLrcConsoleLogXmlBlock::events | ( | ) | const [inline] |
References myEvents.
| DtLrcConsoleLogEventXmlBlockSP DtLrcConsoleLogXmlBlock::removeEvent | ( | DtTime | time | ) | [virtual] |
References myEvents, and DtSpyXmlBlock::removeChild().
| void DtLrcConsoleLogXmlBlock::removeEvent | ( | DtLrcConsoleLogEventXmlBlockSP | eventSP | ) | [virtual] |
References myEvents, and DtSpyXmlBlock::removeChild().
| void DtLrcConsoleLogXmlBlock::setStartIndex | ( | unsigned int | startIndex | ) | [inline] |
References myStartIndex, and startIndex().
| void DtLrcConsoleLogXmlBlock::setStopIndex | ( | unsigned int | startIndex | ) | [inline] |
References myStopIndex, and stopIndex().
| unsigned int DtLrcConsoleLogXmlBlock::startIndex | ( | ) | const [inline] |
References myStartIndex.
Referenced by setStartIndex().
| DtTime DtLrcConsoleLogXmlBlock::startTime | ( | ) | const [inline] |
References myStartTime.
| unsigned int DtLrcConsoleLogXmlBlock::stopIndex | ( | ) | const [inline] |
References myStopIndex.
Referenced by setStopIndex().
| DtTime DtLrcConsoleLogXmlBlock::stopTime | ( | ) | const [inline] |
References myStopTime.
Referenced by addEvent(), DtLrcConsoleLogXmlBlock(), events(), and removeEvent().
DtSpyXmlBlockElement< unsigned int, true > DtLrcConsoleLogXmlBlock::myStartIndex [protected] |
Referenced by setStartIndex(), and startIndex().
DtSpyXmlBlockElement< double, true > DtLrcConsoleLogXmlBlock::myStartTime [protected] |
Referenced by addEvent(), and startTime().
DtSpyXmlBlockElement< unsigned int, true > DtLrcConsoleLogXmlBlock::myStopIndex [protected] |
Referenced by addEvent(), setStopIndex(), and stopIndex().
DtSpyXmlBlockElement< double, true > DtLrcConsoleLogXmlBlock::myStopTime [protected] |
Referenced by addEvent(), and stopTime().