52 virtual void setMovingInReverseDirection(
bool yesNo);
53 virtual bool movingInReverseDirection()
const;
DtPatrolBetweenPointsTaskState; task state associated with a DtPatrolTwoPointsTask.
Definition: patrolBetweenPointsTaskState.h:18
virtual DtSimTaskState * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const
Make a copy of this task. Returns a newly allocated instance of a DtSimTaskState. Override this membe...
Definition: readerWriterRegistry.h:39
DtRwBoolean myMovingInReverseDirection
Definition: patrolBetweenPointsTaskState.h:60
DtSimTaskState holds the current execution state of a given task.
Definition: simTaskState.h:34
const DtSimTaskState & operator=(const DtSimTaskState &orig)
assignment operator; same as copy constructor
virtual DtString type() const
What kind of task state object am I? Returns a string indicating the kind of task state object( for e...
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
Description: Readable, Writable bool.
Definition: rwBoolean.h:26