25 class DtTerrainStrategy;
static std::string theStrategyName
Definition: strategies/actionRequest.h:67
static std::string theName()
get the strategy name (statically)
virtual void removeVrlCallback(DtExerciseConn *exConn)
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
This file provides protocol independence for ActionRequest Interactions.
Instances of DtActionRequestInteraction are used to represent ActionRequest Interactions in the RPR F...
Definition: actionRequestInteractionHLA.h:35
This is the DtLinkStrategy class. It is the abstract base class for all derived strategies.
Definition: linkStrategy.h:24
DtExerciseConn * myExconn
Definition: strategies/actionRequest.h:65
DtActionRequestStrategy(DtManagedInterface *link)
constructor
void handleVrlActionRequest(DtActionRequestInteraction *ar)
Handle VR-Link action request messages for sending to C#.
void handleCSharpActionRequestMessage(DtMessage *msg)
Handle action request messages from C#.
This is the DtMessage class.
Definition: message.h:20
virtual void addVrlCallback(DtExerciseConn *exConn)
Add/Remove VR-Link C++ Interaction Callback.
virtual ~DtActionRequestStrategy()
destructor
virtual bool init()
initialize
static void vrlActionRequestCb(DtActionRequestInteraction *ar, void *usr)
Static callback for registering with VR-Link.
The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and th...
Definition: managedInterface.h:49
DtMessageDelegate * myHandler
Definition: strategies/actionRequest.h:69
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...
Defines the base class for all strategies.
DtActionRequestStrategy class.
Definition: strategies/actionRequest.h:28
Delegate template for binding static or member functions for callback at later time The return type a...
Definition: delegate.h:69
std::string name()
Get the strategy name.
static DtLinkStrategy * create(DtManagedInterface *gl)
Static create function.