19 class DtEntityIdentifier;
33 const DtString& rwName = DtString::nullString(),
38 const DtString& rwName = DtString::nullString(),
56 virtual DtVector partPosition()
const;
57 virtual void setPartPosition(DtVector value);
62 virtual int requestedState()
const;
63 virtual void setRequestedState(
int value);
68 virtual double swingRate()
const;
69 virtual void setSwingRate(
double value);
70 virtual void clearSwingRate();
71 virtual bool swingRateSpecified()
const;
virtual void getSelf(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings) override
Top level to read itself from an input stream. searchPath is passed down to all DtReaderWriter member...
Definition: swingingPartActuatorPSR.h:21
Definition: readerWriterRegistry.h:39
Definition: rwVector.h:23
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
DtRwVector myPartPosition
The current position of the articulated part.
Definition: swingingPartActuatorPSR.h:84
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
DtRwReal mySwingRate
The current swing rate of the articulated part. If less than 0, the default is used.
Definition: swingingPartActuatorPSR.h:90
virtual DtString type() const =0
Returns the string type of the repository, as defined in psrTypes.h.
DtRwInt myRequestedState
Whether or not the part is doing nothing, wants to be in the opened or closed position.
Definition: swingingPartActuatorPSR.h:87
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)
A locally simulated VRF object.
Definition: localObject.h:98
States
Definition: swingingPartActuatorPSR.h:24