14 #include <matrix/coordTransform.h>
20 struct DtEmitterSystemBeamStateData;
47 virtual const char*
type()
const;
59 static void requestJammingModesAdminCallback(
const DtVrfObjectMessage* msg,
void* usr);
60 virtual void processJammingRadarModesAdmin(
69 static void setJammingModeRequestCallback(
DtSimMessage* msg,
void* usrData);
70 virtual void processSetJammingModeRequest(
DtSimMessage* msg);
82 virtual void updateJamTargets();
83 virtual void setWorldToBodyTransform();
88 virtual void updateJamTaskVisualizations();
93 virtual DtVector localJammerLocation()
const;
95 static void jammerEnabledCallback(
DtSimMessage* msg,
void* usr);
98 static void addRemoveTargetCallback(
DtSimMessage* msg,
void* usr);
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
DtCoordTransform myWorldToBodyTransform
Definition: radarJammer.h:113
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual void tick()
Tick the publisher if the component is on.
std::map< DtUUID, makVrf::DtLineTaskVisualizationPtr > myJamTaskVisLines
Definition: radarJammer.h:116
virtual bool taskVisualizationsActive() const
Returns true if task visualizations are currently active for this component. Default behavior is to r...
virtual const char * type() const
Returns a string identifies the class type of component. Type values are defined in compTypes...
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
virtual bool createPSR()
Creates myProcessState data member, and adds it to our process state repository manager. Passes in the name and type specified in the component descriptor (if they exist) to the DtVrfProcessStateRepository::createRepository factory method. If name and/or type is not specified, uses the appropriate default strings defined in procSRTypes.h.
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Definition: radarJammer.h:23
Definition: radarJammerDescriptor.h:17
File: simMsg.h.
Definition: simMessage.h:35
bool myWorldToBodyTransformSetThisTick
Definition: radarJammer.h:114
The base class for all messages to/from a specific DtVrfObject. Various subclasses of this class will...
Definition: vrfObjectMessage.h:30
const DtEmitterComponent & operator=(const DtEmitterComponent &orig)
assignment operator; not implemented.
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:90
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:70
virtual void preFirstTickInit()
Calls updateEmitterFromPsr and registers #nameChangedCallback.
virtual void registerSetRequestMsgCallbacks()
Registers its interest in setEmitter and setTarget messages.
DtEmitterComponent maintains an electromagnetic emissions publisher for a single system with one or m...
Definition: emitterComponent.h:54
virtual bool createAndInitEmitterSystem()
Creates a new DtVrfEmitterSystem and assigns it to myEmitterSystem.
double myNextJamEvalTime
Definition: radarJammer.h:119
bool init()
Calls createAndInitEmitterSystem, #updateEmitterFromDescriptoe, determineTrackJamAbility, etc..
The DtEmitterSystemStateComponentList is a collection of emitter systems and the beams they represent...
Definition: emitterSystemStateComponent.h:24
const DtRadarJammerDescriptor * myRadarJammerDescriptor
Definition: radarJammer.h:118
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