31 const DtString& rwName = DtString::nullString(),
36 const DtString& rwName = DtString::nullString(),
47 const DtString& rwName = DtString::nullString(),
56 virtual void setHandItem(
const DtString&);
62 virtual void setLeftToggleValue(
double);
63 virtual double leftToggleValue()
const;
68 virtual void setRightToggleValue(
double);
69 virtual double rightToggleValue()
const;
74 virtual void setDeployedTime(
double);
75 virtual double deployedTime()
const;
80 virtual void setFallingApplicable(
bool);
81 virtual bool fallingApplicable()
const;
82 virtual void setFallingApplicableSpecified(
bool);
83 virtual bool fallingApplicableSpecified()
const;
88 virtual void setDeployed(
bool);
89 virtual bool deployed()
const;
94 virtual void setHostObjectUUID(
const DtUUID&);
95 virtual DtUUID hostObjectUUID()
const;
UUID is a unique ID wrapper class.
Definition: rwUUID.h:226
DtRwString myHandItem
Stores hand item value. When landing, set hand item back to this.
Definition: parachuteActuatorPSR.h:104
DtRwUUID myHostObjectUUID
Stores the host object - used to get initial velocity when disembarking from an airborne entity...
Definition: parachuteActuatorPSR.h:115
DtRwBoolean myDeployed
Definition: parachuteActuatorPSR.h:109
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
Description: Readable, Writable uuid string. Use this class in order to convert from object marking t...
Definition: rwUUID.h:428
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtRwBoolean myFallingApplicable
Definition: parachuteActuatorPSR.h:108
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
DtRwReal myLeftToggleValue
Definition: parachuteActuatorPSR.h:106
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myRightToggleValue
Definition: parachuteActuatorPSR.h:107
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
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.
class DtParachuteActuatorPSR:
Definition: parachuteActuatorPSR.h:26
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86
DtRwReal myDeployedTime
Definition: parachuteActuatorPSR.h:111