25 class DtTerrainStrategy;
virtual void removeVrlCallback(DtExerciseConn *exConn)
virtual void addVrlCallback(DtExerciseConn *exConn)
Add/Remove VR-Link C++ Interaction Callback.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
static std::string theStrategyName
Definition: strategies/startResume.h:67
void handleCSharpStartResumeMessage(DtMessage *msg)
Handle detonate messages from C#.
This is the DtLinkStrategy class. It is the abstract base class for all derived strategies.
Definition: linkStrategy.h:24
Instances of DtStartResumePdu are used to send/receive start/resume PDUs.
Definition: startResumePdu.h:28
This is the DtMessage class.
Definition: message.h:20
This file provides protocol independence for StartResume Interactions.
virtual bool init()
initialize
static DtLinkStrategy * create(DtManagedInterface *gl)
Static create function.
The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and th...
Definition: managedInterface.h:50
virtual void shutdown()
shutdown
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...
void handleVrlStartResume(DtStartResumeInteraction *det)
Handle VR-Link detonation messages for sending to C#.
Defines the base class for all strategies.
DtSetDataStrategy class.
Definition: strategies/startResume.h:28
DtMessageDelegate * myHandler
Definition: strategies/startResume.h:69
std::string name()
Get the strategy name.
static std::string theName()
get the strategy name (statically)
DtExerciseConn * myExconn
Definition: strategies/startResume.h:65
Delegate template for binding static or member functions for callback at later time The return type a...
Definition: delegate.h:69
static void vrlStartResumeCb(DtStartResumeInteraction *det, void *usr)
Static callback for registering with VR-Link.
virtual ~DtStartResumeStrategy()
destructor
DtStartResumeStrategy(DtManagedInterface *link)
constructor