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