19 class DtEntityIdentifier;
37 const DtString& rwName = DtString::nullString(),
42 const DtString& rwName = DtString::nullString(),
53 const DtString& rwName = DtString::nullString(),
61 virtual double partPosition()
const;
62 virtual void setPartPosition(
double value);
74 virtual int state()
const;
75 virtual void setState(
int value);
77 virtual int lastState()
const;
78 virtual void setLastState(
int value);
83 virtual bool paused()
const;
84 virtual void setPaused(
bool value);
89 virtual bool initialized()
const;
90 virtual void setInitialized(
bool value);
DtRwReal myPartPosition
The current position (extension) of the articulated part.
Definition: translatablePartActuatorPSR.h:99
DtRwBoolean myInitialized
Whether or not the art part has been initialized. This will be set to true on first creation to know ...
Definition: translatablePartActuatorPSR.h:113
Definition: translatablePartActuatorPSR.h:27
Definition: translatablePartActuatorPSR.h:29
Definition: translatablePartActuatorPSR.h:30
Definition: readerWriterRegistry.h:39
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtRwInt myState
Whether or not the part is being translated in positive or negative direction.
Definition: translatablePartActuatorPSR.h:102
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
DtRwInt myLastState
The last part the state was in. This will be used to reinitialize the part when loaded from a scenari...
Definition: translatablePartActuatorPSR.h:106
Definition: translatablePartActuatorPSR.h:28
Translating
Definition: translatablePartActuatorPSR.h:24
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
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
DtRwBoolean myPaused
Whether or not the part is paused in the act of translated.
Definition: translatablePartActuatorPSR.h:109
virtual DtString type() const =0
Returns the string type of the repository, as defined in procSRTypes.h.
Definition: translatablePartActuatorPSR.h:21
Definition: translatablePartActuatorPSR.h:31
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