![]() |
VR-Forces 4.0.4 Class Documentation
|
This is a process state repository for the DtAggregatePatrolBetweenController that stores state of which waypoint we are heading toward. More...

Public Member Functions | |
| DtAggregatePatrolBetweenPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtAggregatePatrolBetweenPSR (const DtAggregatePatrolBetweenPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtAggregatePatrolBetweenPSR () |
| destructor | |
| DtAggregatePatrolBetweenPSR & | operator= (const DtAggregatePatrolBetweenPSR &orig) |
| assignment operator | |
| virtual DtVrfProcessStateRepository * | clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const |
| returns a newly created copy of this object | |
| virtual DtString | type () const |
| Returns the string type of this process state repository, defined in procSRTypes.h. | |
| virtual void | setReverseDirection (bool trueFalse) |
| Indicates which direction we should head. | |
| virtual bool | reverseDirection () const |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
| Returns a newly created instance of this class. | |
Protected Attributes | |
| DtRwBoolean | myReverseDirection |
This is a process state repository for the DtAggregatePatrolBetweenController that stores state of which waypoint we are heading toward.
| DtAggregatePatrolBetweenPSR::DtAggregatePatrolBetweenPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtAggregatePatrolBetweenPSR::DtAggregatePatrolBetweenPSR | ( | const DtAggregatePatrolBetweenPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtAggregatePatrolBetweenPSR::~DtAggregatePatrolBetweenPSR | ( | ) | [virtual] |
destructor
| DtAggregatePatrolBetweenPSR& DtAggregatePatrolBetweenPSR::operator= | ( | const DtAggregatePatrolBetweenPSR & | orig | ) |
assignment operator
| virtual DtVrfProcessStateRepository* DtAggregatePatrolBetweenPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
returns a newly created copy of this object
Implements DtVrfProcessStateRepository.
| virtual DtString DtAggregatePatrolBetweenPSR::type | ( | ) | const [virtual] |
Returns the string type of this process state repository, defined in procSRTypes.h.
Returns "vrf-aggregate-move-to-process-state-repository".
Implements DtVrfProcessStateRepository.
| virtual void DtAggregatePatrolBetweenPSR::setReverseDirection | ( | bool | trueFalse | ) | [virtual] |
Indicates which direction we should head.
If true, head toward second waypoint, if false, head toward first.
| virtual bool DtAggregatePatrolBetweenPSR::reverseDirection | ( | ) | const [virtual] |
| static DtVrfProcessStateRepository* DtAggregatePatrolBetweenPSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Returns a newly created instance of this class.