16 class DtVrlinkConnection;
22 class DtTDLNetworkMessageHandlerAgent;
23 class DtTDLGenericNetworkMessage;
24 class DtTDLPPLIMessage;
49 return myRemoteController;
54 return myTDLNetworkMessageHandlerAgent;
Virtual base class.
Definition: DtVirtualBaseClass.h:19
#define VRF_PROTOCOL_EXPORT
Definition: vrfProtocol.h:24
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection & connection()
Definition: tdlMessageProcessor.h:57
The main class for the remote control interface to VR-Forces.
Definition: vrfRemoteController.h:204
There are certain TDL messages that are indicators of locational display and symbol creation...
Definition: tdlGenericNetworkMessage.h:64
#define VRF_PROTOCOL_NAMESPACE
Definition: vrfDis.h:18
Creator for this class. Subclasses need to implement the create() method.
Definition: tdlMessageProcessor.h:73
DtTDLNetworkMessageHandlerAgent * myTDLNetworkMessageHandlerAgent
Definition: tdlMessageProcessor.h:69
The DtTDLMessageProcessor is a base class that will create the agent that can be used to send more ge...
Definition: tdlMessageProcessor.h:31
Definition: tdlGenericNetworkMessage.h:20
A class which represents the simulation the driver manages.
Definition: DtVrlinkConnection.h:42
DtVrfRemoteController * remoteController()
Definition: tdlMessageProcessor.h:47
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32
DtVrfRemoteController * myRemoteController
Definition: tdlMessageProcessor.h:68
DtTDLNetworkMessageHandlerAgent * tdlNetworkMessageHandlerAgent()
Definition: tdlMessageProcessor.h:52
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection & myConnection
Definition: tdlMessageProcessor.h:67