31 const DtString& rwName = DtString::nullString(),
36 const DtString& rwName = DtString::nullString(),
53 virtual bool taskedSubordinateInList(
const DtUUID& subordinate)
const;
55 virtual void addTaskedSubordinate(
const DtUUID& subordinate);
57 virtual void removeTaskedSubordinate(
const DtUUID& subordinate);
59 virtual void clearTaskedSubordinates();
61 virtual bool taskedSubordinatesEmpty()
const;
80 virtual void setRoute(
const DtUUID& routeName);
88 virtual void setSpeed(
double aSpeed);
89 virtual double speed()
const;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtRwReal mySpeed
Speed from task or ordered speed.
Definition: aggregateMoveToPSR.h:113
If you use a list of object names to archive which objects are part of a controller (or any object) u...
Definition: simObjectReferenceList.h:120
This is a process state repository for the DtAggregateMoveToController that stores the list of the uu...
Definition: aggregateMoveToPSR.h:25
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
DtRwSimObjectReferenceList myCurrentlyTaskedSubordinates
Readable writeable list of currently tasked subordinates. Valid only immediately after getSelf() has ...
Definition: aggregateMoveToPSR.h:104
Definition: readerWriterRegistry.h:39
DtRwString mySubtaskType
Type of subtask we're using to implement behavior.
Definition: aggregateMoveToPSR.h:107
DtRwSimObjectReference myRoute
Name of working route used by the controller.
Definition: aggregateMoveToPSR.h:110
Specialized reader/writer version of the shared object reference that will encapsulate the actual sha...
Definition: rwSimObjectReference.h:21
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
Define constants for types of tasks, sets, admin messages, reports, and sim commands (all sent via ra...
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories. Process state repositories represent (potentially) shared, savable information for one or more components functioning together to achieve some process or set of processes; such as aiming and firing a weapon; moving an object; or just waiting a specified amount of time.
Definition: vrfProcessStateRepository.h:45
virtual DtString type() const =0
Returns the string type of the repository, as defined in psrTypes.h.
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)
A locally simulated VRF object.
Definition: localObject.h:98