27 class DtUnversalHlaPublisher;
32 virtual ~DtUniversalHlaIntrStrategy();
35 static std::string theName();
43 static char * getBuffer(
const std::vector<unsigned char>& buffer);
44 static const std::vector<unsigned char> getVector(
const char * buffer,
unsigned long size);
47 static RTI::VariableLengthData getVLD(
const std::vector<unsigned char>& buffer);
48 static const std::vector<unsigned char> getVector(
const RTI::VariableLengthData& buffer);
53 static std::string theStrategyName;
55 void handleCSharpUniIntrMessage(
DtMessage* msg);
67 RTI::InteractionClassHandle myClassHandle;
68 std::map<std::string, RTI::ParameterHandle> myHandleByName;
69 std::map<RTI::ParameterHandle, std::string> myNameByHandle;
std::string name()
Get the name of the strategy.
DtInteraction is an base class for representing DIS PDUs which don't have state.
Definition: interactionDIS.h:24
virtual void addVrlCallback(DtExerciseConn *exConn)=0
Add/Remove VR-Link C++ Interaction Callback.
Contains the HLA DtReflectedObjectList class declaration.
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: exerciseConnDIS.h:62
This is the DtLinkStrategy class. It is the abstract base class for all derived strategies.
Definition: linkStrategy.h:24
#define MANAGEDINTERFACE_MODULE_DLL
Definition: export.h:34
This is the DtMessage class.
Definition: message.h:20
The DtManagedInterface Class is a singleton that is used to manage the message flow between C# and th...
Definition: managedInterface.h:49
virtual void tick()
Tick the strategy to give it some CPU time.
This is the DtSubscribeStrategy class. It is the abstract base class for all derived interaction subs...
Definition: subscribeStrategy.h:27
std::string myClassName
Definition: subscribeStrategy.h:48
virtual void shutdown()
Shutdown the strategy.
Defines the base class for all strategies.
Defines a template for maintaining a list of VR-Link Publisher objects.
virtual void removeVrlCallback(DtExerciseConn *exConn)=0
Delegate template for binding static or member functions for callback at later time The return type a...
Definition: delegate.h:69
virtual bool init()=0
Initialize the strategy.