![]() |
VR-Forces 4.10 Class Documentation
|
Derived of ExampleTDLMessageProcessor class will intercept VRF TDL messages and translate those to generic TDL messages to be processed by the GUI thread. More...

Public Types | |
| typedef boost::function< void(DtVrfTDLMessage *, DtTDLMessageProcessor *)> | VrfTDLMessageCallbackFunction |
Public Member Functions | |
| ExampleTDLMessageProcessor (makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection &conn, DtVrfRemoteController *remote) | |
| CTOR. More... | |
| virtual | ~ExampleTDLMessageProcessor () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Protected Member Functions | |
| virtual void | processExTDLMessage (DtVrfTDLMessage *msg, DtTDLMessageProcessor *) |
Additional Inherited Members |
Derived of ExampleTDLMessageProcessor class will intercept VRF TDL messages and translate those to generic TDL messages to be processed by the GUI thread.
| typedef boost::function<void(DtVrfTDLMessage*, DtTDLMessageProcessor*)> ExampleTDLMessageProcessor::VrfTDLMessageCallbackFunction |
| ExampleTDLMessageProcessor::ExampleTDLMessageProcessor | ( | makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection & | conn, |
| DtVrfRemoteController * | remote | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |