16 #include <vlpi/disEnums.h>
19 #include <vl/hostStructs.h>
64 const DtString& rwName = DtString::nullString(),
72 const DtString& rwName = DtString::nullString(),
80 const DtString& rwName = DtString::nullString(),
91 virtual void setCurrentlyTaskedLeader(
const DtUUID& objectId);
100 virtual DtAggregateFormation formation()
const;
101 virtual void setFormation(DtAggregateFormation formation);
103 virtual void setLeaderOrderedSpeed(DtReal speed);
104 virtual DtReal leaderOrderedSpeed()
const;
112 static void objectAddedCallback(
DtVrfObject*
object,
void* usr);
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
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
DtPseudoAggregateMovementPSR; deprecated class needed for reading.
Definition: pseudoAggregateMovementPSR.h:58
DtPromotionEntryList myPromotionList
Moved here from DtPseudoAggregateFormationController (psdAggFrmCltr.h)
Definition: pseudoAggregateMovementPSR.h:137
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Class used as the reader/writer implementation of the DtVrfObjectReference.
Definition: vrfObjectReference.h:204
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories.
Definition: vrfProcessStateRepository.h:43
DtRwVrfObjectReference myCurrentlyTaskedLeader
Moved here from DtPseudoAggregateMoveController (psdAggMvCltr.h)
Definition: pseudoAggregateMovementPSR.h:122
virtual DtString type() const =0
Returns the string type of the repository, as defined in procSRTypes.h.
DtRwInt myFormation
Copied here from DtSubordinateManager (subordMgr.h).
Definition: pseudoAggregateMovementPSR.h:131
DtRwReal myLeaderOrderedSpeed
Speed that was last ordered for the leader by the formation controller.
Definition: pseudoAggregateMovementPSR.h:125
class DtPromotionEntryList:
Definition: promotionEntryList.h:35
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)