![]() |
VR-Forces 4.0.4 Class Documentation
|
Contains the declaration of class DtAggregateMoveToLocationPSR, the process state repository used by the DtAggregateMoveToLocationController. More...

Public Member Functions | |
| DtAggregateMoveToLocationPSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtAggregateMoveToLocationPSR (const DtAggregateMoveToLocationPSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtAggregateMoveToLocationPSR () |
| destructor | |
| DtAggregateMoveToLocationPSR & | operator= (const DtAggregateMoveToLocationPSR &orig) |
| assignment operator | |
| virtual DtVrfProcessStateRepository * | clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const |
| virtual DtString | type () const |
| String type of this process state repository, defined in procSRTypes.h. | |
| virtual void | setSubtaskType (int taskType) |
| Type of subtask used to implement move to location behavior. | |
| virtual int | subtaskType () const |
| Type of subtask used to implement move to location behavior. | |
| virtual void | setRouteName (const DtString &routeName) |
| Name of working route used by the controller. | |
| virtual DtString | routeName () const |
| Name of working route used by the controller. | |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
Protected Attributes | |
| DtRwInt | mySubtaskType |
| Type of subtask we're using to implement behavior. | |
| DtRwString | myRouteName |
| Name of working route used by the controller. | |
Contains the declaration of class DtAggregateMoveToLocationPSR, the process state repository used by the DtAggregateMoveToLocationController.
This is a process state repository for the DtAggregateMoveToLocationController that stores the name of working route used in implementing the behavior.
| DtAggregateMoveToLocationPSR::DtAggregateMoveToLocationPSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtAggregateMoveToLocationPSR::DtAggregateMoveToLocationPSR | ( | const DtAggregateMoveToLocationPSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtAggregateMoveToLocationPSR::~DtAggregateMoveToLocationPSR | ( | ) | [virtual] |
destructor
| DtAggregateMoveToLocationPSR& DtAggregateMoveToLocationPSR::operator= | ( | const DtAggregateMoveToLocationPSR & | orig | ) |
assignment operator
| virtual DtVrfProcessStateRepository* DtAggregateMoveToLocationPSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Implements DtVrfProcessStateRepository.
| virtual DtString DtAggregateMoveToLocationPSR::type | ( | ) | const [virtual] |
String type of this process state repository, defined in procSRTypes.h.
Implements DtVrfProcessStateRepository.
| virtual void DtAggregateMoveToLocationPSR::setSubtaskType | ( | int | taskType | ) | [virtual] |
Type of subtask used to implement move to location behavior.
May be DtMoveIntoFormationTaskType or DtMoveAlongType.
| virtual int DtAggregateMoveToLocationPSR::subtaskType | ( | ) | const [virtual] |
Type of subtask used to implement move to location behavior.
May be DtMoveIntoFormationTaskType or DtMoveAlongType.
| virtual void DtAggregateMoveToLocationPSR::setRouteName | ( | const DtString & | routeName | ) | [virtual] |
Name of working route used by the controller.
| virtual DtString DtAggregateMoveToLocationPSR::routeName | ( | ) | const [virtual] |
Name of working route used by the controller.
| static DtVrfProcessStateRepository* DtAggregateMoveToLocationPSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
DtRwInt DtAggregateMoveToLocationPSR::mySubtaskType [protected] |
Type of subtask we're using to implement behavior.
DtRwString DtAggregateMoveToLocationPSR::myRouteName [protected] |
Name of working route used by the controller.