11 #include <vl/emitterSystemPublisher.h>
12 #include <tbb/spin_mutex.h>
18 class DtEmitterSystemStateComponent;
19 struct DtEmitterSystemBeamStateData;
66 virtual bool wantsToCreatePublisher()
const;
73 virtual void updatePublisher();
DtVrfEmitterSystemPublisher(DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
const DtEmitterSystemStateComponent * myEmitterComponent
Definition: emitterSystemLocalNetInterface.h:76
Class Description: DtEmitterSystemLocalNetInterface.
Definition: emitterSystemLocalNetInterface.h:26
DtEmitterSystemPublisher * createPublisher(DtExerciseConn *conn, const DtGlobalObjectDesignator &hostId, const DtString &name="")
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:60
Definition: emitterSystemLocalNetInterface.h:98
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:339
In HLA, the publisher is overridden to protect the creation and deletion of beam publishers.
Definition: emitterSystemLocalNetInterface.h:82
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
#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:51
virtual bool isLocal() const
Is this network interface for a local (true) or remote (false) object? Local network interfaces shoul...
Definition: emitterSystemLocalNetInterface.h:61
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
virtual void syncBeamList()
Determines whether a new beam needs to be created or destroyed and does so. Makes sure beams are crea...
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:110