![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtTimeStateXmlBlock:
Collaboration diagram for DtTimeStateXmlBlock:Public Member Functions | |
| DtTimeStateXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) | |
| DtTimeStateXmlBlock (bool regulating, bool constrained, const DtString &lbts, const DtString &lookahead, const DtString &curTime, DtEnvValueSP root) | |
| virtual | ~DtTimeStateXmlBlock () |
| virtual void | setTimeState (bool regulating, bool constrained, const DtString &lbts, const DtString &lookahead, const DtString &curTime) |
| bool | isRegulating () const |
| bool | isConstrained () const |
| DtString | lbts () const |
| DtString | lookahead () const |
| DtString | currentTime () const |
Static Public Member Functions | |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes | |
| DtSpyXmlBlockElement< bool > | myIsRegulating |
| DtSpyXmlBlockElement< bool > | myIsConstrained |
| DtSpyXmlBlockElement< DtString > | myLbts |
| DtSpyXmlBlockElement< DtString > | myLookahead |
| DtSpyXmlBlockElement< DtString > | myCurrentTime |
| DtTimeStateXmlBlock::DtTimeStateXmlBlock | ( | DtEnvValueSP | existingNode, |
| DtEnvValueSP | root | ||
| ) |
Referenced by create().
| DtTimeStateXmlBlock::DtTimeStateXmlBlock | ( | bool | regulating, |
| bool | constrained, | ||
| const DtString & | lbts, | ||
| const DtString & | lookahead, | ||
| const DtString & | curTime, | ||
| DtEnvValueSP | root | ||
| ) |
| DtTimeStateXmlBlock::~DtTimeStateXmlBlock | ( | ) | [virtual] |
| DtSpyXmlBlockSP DtTimeStateXmlBlock::create | ( | DtNodeAndParentPair | xmlNodeAndParent | ) | [static] |
References DtTimeStateXmlBlock().
| DtString DtTimeStateXmlBlock::currentTime | ( | ) | const [inline] |
References myCurrentTime.
| bool DtTimeStateXmlBlock::isConstrained | ( | ) | const [inline] |
References myIsConstrained.
| bool DtTimeStateXmlBlock::isRegulating | ( | ) | const [inline] |
References myIsRegulating.
| DtString DtTimeStateXmlBlock::lbts | ( | ) | const [inline] |
References myLbts.
Referenced by setTimeState().
| DtString DtTimeStateXmlBlock::lookahead | ( | ) | const [inline] |
References myLookahead.
Referenced by setTimeState().
| void DtTimeStateXmlBlock::setTimeState | ( | bool | regulating, |
| bool | constrained, | ||
| const DtString & | lbts, | ||
| const DtString & | lookahead, | ||
| const DtString & | curTime | ||
| ) | [virtual] |
References lbts(), lookahead(), myCurrentTime, myIsConstrained, myIsRegulating, myLbts, and myLookahead.
DtSpyXmlBlockElement< DtString > DtTimeStateXmlBlock::myCurrentTime [protected] |
Referenced by currentTime(), and setTimeState().
DtSpyXmlBlockElement< bool > DtTimeStateXmlBlock::myIsConstrained [protected] |
Referenced by isConstrained(), and setTimeState().
DtSpyXmlBlockElement< bool > DtTimeStateXmlBlock::myIsRegulating [protected] |
Referenced by isRegulating(), and setTimeState().
DtSpyXmlBlockElement< DtString > DtTimeStateXmlBlock::myLbts [protected] |
Referenced by lbts(), and setTimeState().
DtSpyXmlBlockElement< DtString > DtTimeStateXmlBlock::myLookahead [protected] |
Referenced by lookahead(), and setTimeState().