11 #include <vl/emitterSystemPublisher.h>
12 #include <tbb/spin_mutex.h>
18 class DtEmitterSystemStateComponent;
19 struct DtEmitterSystemBeamStateData;
56 virtual DtString type()
const override;
65 virtual bool wantsToCreatePublisher()
const override;
72 virtual void updatePublisher()
override;
DtVrfEmitterSystemPublisher(DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
const DtEmitterSystemStateComponent * myEmitterComponent
Definition: emitterSystemLocalNetInterface.h:75
virtual void syncBeamList() override
Determines whether a new beam needs to be created or destroyed and does so. Makes sure beams are crea...
Class Description: DtEmitterSystemLocalNetInterface.
Definition: emitterSystemLocalNetInterface.h:26
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:72
Definition: emitterSystemLocalNetInterface.h:97
virtual bool isLocal() const override
Is this network interface for a local (true) or remote (false) object? Local network interfaces shoul...
Definition: emitterSystemLocalNetInterface.h:61
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:398
In HLA, the publisher is overridden to protect the creation and deletion of beam publishers.
Definition: emitterSystemLocalNetInterface.h:81
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
virtual DtEmitterSystemPublisher * createPublisher(DtExerciseConn *conn, const DtGlobalObjectDesignator &hostId, const DtString &name="") override
#define DT_DLL_vrlinkNetworkInterface
This file is used to determine how to build.
Definition: vrlinkNetworkInterfaceDefines.h:24
Contains the VRF VR-Link publisher factories.
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: emitterSystemStateComponent.h:466
Definition: localStateComponentNetInterface.h:22
Definition: stateComponent.h:52
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
The DtEmitterSystemStateComponentList is a collection of emitter systems and the beams they represent...
Definition: emitterSystemStateComponent.h:25
virtual DtEmitterBeamPublisher * createBeamPublisher(DtEmitterBeamRepository *bsr, const DtString &beamName, DtDDMRegionSet *regSet)
Creates and initializes a new beam publisher.
Definition: vrfVrlinkPublisherFactory.h:122