25 class DtTerrainStrategy;
void handleVrlAcknowledge(DtAcknowledgeInteraction *ack)
Handle VR-Link acknowledge messages for sending to C#.
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 DtAcknowledgeInteraction.
std::string name()
Get the strategy name.
static DtLinkStrategy * create(DtManagedInterface *gl)
Static create function.
This is the DtLinkStrategy class. It is the abstract base class for all derived strategies.
Definition: linkStrategy.h:24
DtExerciseConn * myExconn
Definition: strategies/acknowledge.h:67
static std::string theName()
get the strategy name (statically)
This is the DtMessage class.
Definition: message.h:20
DtAcknowledgeStrategy(DtManagedInterface *link)
constructor
static std::string theStrategyName
Definition: strategies/acknowledge.h:69
The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and th...
Definition: managedInterface.h:50
static void vrlAcknowledgeCb(DtAcknowledgeInteraction *ack, void *usr)
Static callback for registering with VR-Link.
void handleCSharpAcknowledgeMessage(DtMessage *msg)
Handle acknowledge messages from C#.
Instances of DtAcknowledgeInteraction are used to represent Acknowledge Interactions in the RPR ROM...
Definition: acknowledgeInteractionHLA.h:34
virtual void shutdown()
shutdown
This is the DtSubscribeStrategy class. It is the abstract base class for all derived interaction subs...
Definition: subscribeStrategy.h:27
virtual bool init()
initialize
DtAcknowledgeStrategy class.
Definition: strategies/acknowledge.h:28
Defines the DtManagedInterface Singleton object that manages the message flow between C# and the rest...
Defines the base class for all strategies.
virtual void addVrlCallback(DtExerciseConn *exConn)
Add/Remove VR-Link C++ Interaction Callback.
Delegate template for binding static or member functions for callback at later time The return type a...
Definition: delegate.h:69
virtual ~DtAcknowledgeStrategy()
destructor
void handleSubscriptionChange(DtMessage *msg)
Handle VR-Link Subscribe messages.
virtual void removeVrlCallback(DtExerciseConn *exConn)
DtMessageDelegate * myHandler
Definition: strategies/acknowledge.h:71