![]() |
VR-Forces 4.0.4 Class Documentation
|
This is a process state repository for the DtAggregatePatrolAlongController that stores the list of the names of currently tasked entities. More...

Public Member Functions | |
| DtAggregatePatrolAlongPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtAggregatePatrolAlongPSR (const DtAggregatePatrolAlongPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtAggregatePatrolAlongPSR () |
| destructor | |
| DtAggregatePatrolAlongPSR & | operator= (const DtAggregatePatrolAlongPSR &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 |
| virtual void | setMovingAlongRoute (bool trueFalse) |
| Indicates if we are currently moving along route (versus reversing direction). | |
| virtual bool | movingAlongRoute () |
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 |
| DtRwBoolean | myMovingAlongRoute |
This is a process state repository for the DtAggregatePatrolAlongController that stores the list of the names of currently tasked entities.
| DtAggregatePatrolAlongPSR::DtAggregatePatrolAlongPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtAggregatePatrolAlongPSR::DtAggregatePatrolAlongPSR | ( | const DtAggregatePatrolAlongPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtAggregatePatrolAlongPSR::~DtAggregatePatrolAlongPSR | ( | ) | [virtual] |
destructor
| DtAggregatePatrolAlongPSR& DtAggregatePatrolAlongPSR::operator= | ( | const DtAggregatePatrolAlongPSR & | orig | ) |
assignment operator
| virtual DtVrfProcessStateRepository* DtAggregatePatrolAlongPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
returns a newly created copy of this object
Implements DtVrfProcessStateRepository.
| virtual DtString DtAggregatePatrolAlongPSR::type | ( | ) | const [virtual] |
Returns the string type of this process state repository, defined in procSRTypes.h.
Returns "vrf-aggregate-patrol-along-process-state-repository".
Implements DtVrfProcessStateRepository.
| virtual void DtAggregatePatrolAlongPSR::setReverseDirection | ( | bool | trueFalse | ) | [virtual] |
Indicates which direction we should head.
If true, move along route in forward direciton. If false, move along route in reverse direction.
| virtual bool DtAggregatePatrolAlongPSR::reverseDirection | ( | ) | const [virtual] |
| virtual void DtAggregatePatrolAlongPSR::setMovingAlongRoute | ( | bool | trueFalse | ) | [virtual] |
Indicates if we are currently moving along route (versus reversing direction).
| virtual bool DtAggregatePatrolAlongPSR::movingAlongRoute | ( | ) | [virtual] |
| static DtVrfProcessStateRepository* DtAggregatePatrolAlongPSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Returns a newly created instance of this class.