21 class DtObjectIdOutputPort;
34 const DtString& rwName = DtString::nullString(),
39 const DtString& rwName = DtString::nullString(),
58 virtual void setEntityToFollow(
const DtUUID&);
65 virtual void setFollowingOffsetVector(
const DtVector& offsetVector);
66 virtual const DtVector& followingOffsetVector()
const;
72 virtual void setControlObject(
const DtUUID&);
83 virtual void setWorldDestination(
const DtVector& destination);
84 virtual const DtVector& worldDestination()
const;
93 virtual void setLocalDestinationVelocity(
const DtVector& velocity);
94 virtual const DtVector& localDestinationVelocity()
const;
99 virtual void setDestinationSetTime(
const double time);
100 virtual const double destinationSetTime()
const;
105 virtual void setDisembarkSubtaskId(
const int id);
106 virtual const int disembarkSubtaskId()
const;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtRwVector myWorldDestination
World point for move to location tasks.
Definition: humanFollowPSR.h:134
DtRwVector myLocalDestinationVelocity
The vector describing the velocity of the smoothed movement target point during the last tick...
Definition: humanFollowPSR.h:138
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
DtRwVector myOffsetVector
Definition: humanFollowPSR.h:124
Definition: rwVector.h:23
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
DtRwSimObjectReference myEntityToFollow
From DtGroundFollowEntityController (gndFollwCtl.h)
Definition: humanFollowPSR.h:123
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
class DtHumanFollowPSR:
Definition: humanFollowPSR.h:28
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myDestinationSetTime
The time that the local destination was last set.
Definition: humanFollowPSR.h:140
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
DtRwSimObjectReference myControlObject
From DtGroundMoveToControllerComponent (gndMvToCntlr.h)
Definition: humanFollowPSR.h:131
virtual DtString type() const =0
Returns the string type of the repository, as defined in psrTypes.h.
DtRwInt myDisembarkSubtaskId
Id for disembark subtask.
Definition: humanFollowPSR.h:143
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)
A locally simulated VRF object.
Definition: localObject.h:98