12 #ifndef DtHumanPatrolPSR_H_
13 #define DtHumanPatrolPSR_H_
29 const DtString& rwName = DtString::nullString(),
34 const DtString& rwName = DtString::nullString(),
45 const DtString& rwName = DtString::nullString(),
54 virtual void setReverseDirection(
bool trueFalse);
55 virtual bool reverseDirection()
const;
58 virtual void setMovingAlongRoute(
bool trueFalse);
59 virtual bool movingAlongRoute();
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: readerWriterRegistry.h:39
DtRwBoolean myMovingAlongRoute
Definition: humanPatrolPSR.h:68
class DtAggregatePatrolBetweenPSR:
Definition: humanPatrolPSR.h:23
#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
DtRwBoolean myReverseDirection
Definition: humanPatrolPSR.h:67
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories.
Definition: vrfProcessStateRepository.h:43
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
virtual DtString type() const =0
Returns the string type of the repository, as defined in procSRTypes.h.
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)