9 #include <boost/function.hpp>
16 class DtTDLPPLIMessage;
17 class DtTDLGenericNetworkMessage;
18 class DtTDLMessageProcessor;
Definition: vrfTDLPPLIMessage.h:43
The variable portion is the string of the message itself.
Definition: exTDLMessage.h:37
Derived of ExampleTDLMessageProcessor class will intercept VRF TDL messages and translate those to ge...
Definition: exTDLMessageProcessor.h:23
ExampleTDLMessageProcessor(makVrv::DtBaseConnection &conn, DtVrfRemoteController *remote)
CTOR.
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
virtual void processExTDLMessage(DtVrfTDLMessage *msg, DtTDLMessageProcessor *)
The main class for the remote control interface to VR-Forces. Instantiating this class allows the sen...
Definition: vrfRemoteController.h:206
static DtTDLMessageProcessor * creator(makVrv::DtBaseConnection &, DtVrfRemoteController *)
DtTDLMessageProcessor(makVrv::DtBaseConnection &conn, DtVrfRemoteController *remote)
CTOR.
Definition: vrfTDLMessage.h:54
The DtVrfTDLMessageProcessor class will intercept VRF TDL messages and translate those to generic TDL...
Definition: vrfTDLMessageProcessor.h:22
boost::function< void(DtVrfTDLMessage *, DtTDLMessageProcessor *)> VrfTDLMessageCallbackFunction
Definition: exTDLMessageProcessor.h:26
virtual ~ExampleTDLMessageProcessor() override
DTOR.