9 #include <boost/function.hpp>
16 class DtTDLPPLIMessage;
36 virtual void removeVrfTDLMessageProcessor(
int type);
37 virtual void clearAllVrfTDLMessageProcessors();
#define VRF_PROTOCOL_EXPORT
Definition: vrfProtocol.h:24
Definition: vrfTDLPPLIMessage.h:41
VrfTDLMessageCallbacks myCallbacks
Definition: vrfTDLMessageProcessor.h:52
boost::function< void(DtVrfTDLMessage *, DtTDLMessageProcessor *)> VrfTDLMessageCallbackFunction
Definition: vrfTDLMessageProcessor.h:25
The main class for the remote control interface to VR-Forces.
Definition: vrfRemoteController.h:204
Creator for this class. Subclasses need to implement the create() method.
Definition: vrfTDLMessageProcessor.h:56
There are certain TDL messages that are indicators of locational display and symbol creation...
Definition: tdlGenericNetworkMessage.h:64
std::map< int, VrfTDLMessageCallbackFunction > VrfTDLMessageCallbacks
Definition: vrfTDLMessageProcessor.h:51
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18
Creator for this class. Subclasses need to implement the create() method.
Definition: tdlMessageProcessor.h:73
The DtTDLMessageProcessor is a base class that will create the agent that can be used to send more ge...
Definition: tdlMessageProcessor.h:31
A class which represents the simulation the driver manages.
Definition: DtVrlinkConnection.h:42
Definition: vrfTDLMessage.h:52
The DtVrfTDLMessageProcessor class will intercept VRF TDL messages and translate those to generic TDL...
Definition: vrfTDLMessageProcessor.h:22