19 #include <vlpi/disEnums.h>
32 const DtString& rwName = DtString::nullString(),
37 const DtString& rwName = DtString::nullString(),
54 virtual void setPositionErrorWorldOri(
const DtTaitBryan& orientation);
56 virtual DtTaitBryan positionErrorWorldOri()
const;
59 virtual void setAccumulatedPositionErrorMagnitude(
double accumulatedError);
61 virtual double accumulatedPositionErrorMagnitude()
const;
64 virtual void setIsJammed(
const bool isJammed);
66 virtual bool isJammed()
const;
DtRwBoolean myIsJammed
Set to true if the entity is currently within the range and power of a GPS jammer.
Definition: gpsReceiverControllerPSR.h:81
Description: Readable, Writable DtTaitBryan.
Definition: rwTaitBryan.h:20
Definition: readerWriterRegistry.h:39
Contains the DtRwTaitBryan class declaration.
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
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
class DtGpsReceiverControllerPSR:
Definition: gpsReceiverControllerPSR.h:27
DtRwReal myAccumulatedPositionErrorMagnitude
The accumulated value of the position error in meters - caused by the gps jamming.
Definition: gpsReceiverControllerPSR.h:78
virtual DtString type() const =0
Returns the string type of the repository, as defined in psrTypes.h.
DtRwTaitBryan myPositionErrorWorldOri
The orientation of the position error vector - caused by the gps jamming. Determined randomly...
Definition: gpsReceiverControllerPSR.h:75
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)
A locally simulated VRF object.
Definition: localObject.h:98