25 class DtTerrainStrategy;
DtSetDataStrategy class.
Definition: strategies/setData.h:28
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
std::string name()
Get the strategy name.
static std::string theStrategyName
Definition: strategies/setData.h:67
This is the DtLinkStrategy class. It is the abstract base class for all derived strategies.
Definition: linkStrategy.h:24
virtual void addVrlCallback(DtExerciseConn *exConn)
Add/Remove VR-Link C++ Interaction Callback.
static std::string theName()
get the strategy name (statically)
DtExerciseConn * myExconn
Definition: strategies/setData.h:65
void handleCSharpSetDataMessage(DtMessage *msg)
Handle detonate messages from C#.
virtual void removeVrlCallback(DtExerciseConn *exConn)
This is the DtMessage class.
Definition: message.h:20
void handleVrlSetData(DtSetDataInteraction *det)
Handle VR-Link detonation messages for sending to C#.
DtSetDataStrategy(DtManagedInterface *link)
constructor
The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and th...
Definition: managedInterface.h:49
virtual void shutdown()
shutdown
Instances of DtSetDataInteraction are used to represent SetData Interactions in the RPR FOM...
Definition: setDataInteractionHLA.h:36
virtual ~DtSetDataStrategy()
destructor
This is the DtSubscribeStrategy class. It is the abstract base class for all derived interaction subs...
Definition: subscribeStrategy.h:27
virtual bool init()
initialize
Defines the DtManagedInterface Singleton object that manages the message flow between C# and the rest...
static void vrlSetDataCb(DtSetDataInteraction *det, void *usr)
Static callback for registering with VR-Link.
Defines the base class for all strategies.
DtMessageDelegate * myHandler
Definition: strategies/setData.h:69
static DtLinkStrategy * create(DtManagedInterface *gl)
Static create function.
Delegate template for binding static or member functions for callback at later time The return type a...
Definition: delegate.h:69
This file provides protocol independence for ActionResponse Interactions.