18 #ifndef DtVrfTurretedBalGunPSR_H_
19 #define DtVrfTurretedBalGunPSR_H_
36 const DtString& rwName = DtString::nullString(),
40 const DtString& rwName = DtString::nullString(),
52 virtual double maxSlewRate()
const;
55 virtual void setMaxSlewRate(
double maxSlewRate);
59 virtual DtArtPartType turretArtPart()
const;
60 virtual void setTurretArtPart(DtArtPartType turretArtPart);
64 virtual bool clockwise()
const;
65 virtual void setClockwise(
bool clockwise);
68 virtual bool cannotAcquireTarget()
const;
69 virtual void setCannotAcquireTarget(
bool cannotAcquire);
double myMaxSlewRate
Maximum rate at which this turret can slew.
Definition: vrfTurretedBalGunPSR.h:82
static DtVrfProcessStateRepository * creator(const DtString &name, DtLocalObject *vrfObject, DtReaderWriterRegistry *parentRegistry)
Definition: readerWriterRegistry.h:39
const DtVrfBalGunPSR & operator=(const DtVrfBalGunPSR &orig)
File: turBalGunPSR.h.
Definition: vrfTurretedBalGunPSR.h:26
DtRwBoolean myCannotAcquireTarget
Definition: vrfTurretedBalGunPSR.h:92
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtRwBoolean myClockwiseFlag
Are we currently scanning clockwise (or counterclockwise?)
Definition: vrfTurretedBalGunPSR.h:90
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const override
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
int myTurretArtPart
The art part number for the turret we're associated with.
Definition: vrfTurretedBalGunPSR.h:87
Class DtVrfBalGunPSR: Used to hold checkpointable state for the processes associated with ballistic g...
Definition: vrfBalGunPSR.h:36
virtual DtString type() const override
Returns the string type of the repository, as defined in psrTypes.h.
A locally simulated VRF object.
Definition: localObject.h:98