![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtLrcConsoleLogEventXmlBlock:
Collaboration diagram for DtLrcConsoleLogEventXmlBlock:Public Member Functions | |
| DtLrcConsoleLogEventXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtLrcConsoleLogEventXmlBlock (DtTime time, bool isRtiAmbCall, bool isException, const DtString &description, DtEnvValueSP root) | |
| virtual | ~DtLrcConsoleLogEventXmlBlock () |
| DtTime | time () const |
| bool | isRtiAmbCall () const |
| bool | isException () const |
| DtString | description () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< double, true > | myTime |
| DtSpyXmlBlockElement< bool, true > | myIsRtiAmbCall |
| DtSpyXmlBlockElement< bool, true > | myIsException |
| DtSpyXmlBlockElement< DtString, true > | myDescription |
| DtLrcConsoleLogEventXmlBlock::DtLrcConsoleLogEventXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
| DtLrcConsoleLogEventXmlBlock::DtLrcConsoleLogEventXmlBlock | ( | DtTime | time, |
| bool | isRtiAmbCall, | ||
| bool | isException, | ||
| const DtString & | description, | ||
| DtEnvValueSP | root | ||
| ) |
| DtSpyXmlBlockSP DtLrcConsoleLogEventXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
| DtString DtLrcConsoleLogEventXmlBlock::description | ( | ) | const [inline] |
References myDescription.
| bool DtLrcConsoleLogEventXmlBlock::isException | ( | ) | const [inline] |
References myIsException.
| bool DtLrcConsoleLogEventXmlBlock::isRtiAmbCall | ( | ) | const [inline] |
References myIsRtiAmbCall.
| DtTime DtLrcConsoleLogEventXmlBlock::time | ( | ) | const [inline] |
References myTime.
DtSpyXmlBlockElement< DtString, true > DtLrcConsoleLogEventXmlBlock::myDescription [protected] |
Referenced by description().
DtSpyXmlBlockElement< bool, true > DtLrcConsoleLogEventXmlBlock::myIsException [protected] |
Referenced by isException().
DtSpyXmlBlockElement< bool, true > DtLrcConsoleLogEventXmlBlock::myIsRtiAmbCall [protected] |
Referenced by isRtiAmbCall().
DtSpyXmlBlockElement< double, true > DtLrcConsoleLogEventXmlBlock::myTime [protected] |
Referenced by time().