virtual void removeVrlCallback(DtExerciseConn *exConn)
virtual void shutdown()
shutdown
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
static DtLinkStrategy * create(DtManagedInterface *gl)
Static create function.
virtual ~DtAttributeChangeRequestStrategy()
destructor
void handleCSharpMessage(DtMessage *msg)
Handle messages from C#.
This is the DtLinkStrategy class. It is the abstract base class for all derived strategies.
Definition: linkStrategy.h:24
This is the DtMessage class.
Definition: message.h:20
std::string name()
Get the strategy name.
virtual void addVrlCallback(DtExerciseConn *exConn)
Add/Remove VR-Link C++ Interaction Callback.
void handleVrl(DtAttributeChangeReqInter *det)
Handle VR-Link detonation messages for sending to C#.
static std::string theStrategyName
Definition: strategies/attributeChangeRequest.h:67
The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and th...
Definition: managedInterface.h:49
static void vrlCb(DtAttributeChangeReqInter *det, void *usr)
Static callback for registering with VR-Link.
This file provides a declaration of the class DtAttributeChangeReqInter and typedef for DtAttributeCh...
static std::string theName()
get the strategy name (statically)
DtExerciseConn * myExconn
Definition: strategies/attributeChangeRequest.h:65
This is the DtSubscribeStrategy class. It is the abstract base class for all derived interaction subs...
Definition: subscribeStrategy.h:27
virtual RTI::ObjectClassHandle classFromObjectId(std::string instName)
virtual bool init()
initialize
Defines the DtManagedInterface Singleton object that manages the message flow between C# and the rest...
Defines the base class for all strategies.
DtDataStrategy class.
Definition: strategies/attributeChangeRequest.h:28
Delegate template for binding static or member functions for callback at later time The return type a...
Definition: delegate.h:69
DtAttributeChangeRequestStrategy(DtManagedInterface *link)
constructor
Instances of DtAttributeChangeReqInter are used to represent AttributeChangeRequest Interactions in t...
Definition: attributeChangeReqInter.h:37
DtMessageDelegate * myHandler
Definition: strategies/attributeChangeRequest.h:69