38 void handleSubscriptionChange(
DtMessage* msg);
Defines a single parameter delegate to make binding member function pointers easier.
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
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
Functions in vlPrint.h provide an error and print facility for vrlink.
This is the DtMessage class.
Definition: message.h:20
SubscribeMessage::SubscribeType mySubscriptionType
Definition: subscribeStrategy.h:49
The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and th...
Definition: managedInterface.h:50
SubscribeType
Definition: subscribe.h:20
virtual void shutdown()
Shutdown the strategy and release any resources.
This is the DtSubscribeStrategy class. It is the abstract base class for all derived interaction subs...
Definition: subscribeStrategy.h:27
bool mySubscribed
Definition: subscribeStrategy.h:47
std::string myClassName
Definition: subscribeStrategy.h:48
Defines the base class for all strategies.
DtMessageDelegate * mySubscriptionChangeHandler
Definition: subscribeStrategy.h:46
Delegate template for binding static or member functions for callback at later time The return type a...
Definition: delegate.h:69