34 const DtString& rwName = DtString::nullString(),
39 const DtString& rwName = DtString::nullString(),
65 virtual void setDisembarkingObject(
const DtUUID&);
72 virtual void addDisembarkingObject(
const DtUUID&);
75 virtual void removeDisembarkingObject(
const DtUUID&);
78 virtual void clearDisembarkingObjects();
81 virtual bool disembarkingObjectsEmpty()
const;
87 virtual bool disembarkedObjectInList(
const DtUUID&)
const;
97 virtual bool init()
override;
105 virtual void createEmbarkationSlotManager();
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtEmbarkationSlotManager * embarkationSlotManager()
Definition: vrfOccupancyDirectorPSR.h:123
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
Definition: embarkationSlotManager.h:92
DtRwSimObjectReference myDisembarkingObject
The name of the object currently disembarking, when a disembark-all task is being performed...
Definition: vrfOccupancyDirectorPSR.h:115
DtRwSimObjectReferenceList mySerializableCurrentlyDisembarkingObjects
Readable writeable list of currently objects to be disembarked. Valid only immediately after getSelf(...
Definition: vrfOccupancyDirectorPSR.h:119
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
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
class DtVrfOccupancyDirectorPSR:
Definition: vrfOccupancyDirectorPSR.h:28
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
virtual void createEmbarkationSlotManager()
Override to create your own type of slot manager and set it to mySlotManager variable. Called from init() method. Since this is a reader/writer object, make sure to call it with the name "embarkation-slot-manager" and &myRegsitry to have it read correctly from the order of battle file:
virtual bool init()
Used for virtual construction. This base method simply returns true.
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.
DtEmbarkationSlotManager * mySlotManager
Definition: vrfOccupancyDirectorPSR.h:111
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)
A locally simulated VRF object.
Definition: localObject.h:98