15 class DtBaseConnection;
20 class DtTDLNetworkMessageHandlerAgent;
21 class DtTDLGenericNetworkMessage;
22 class DtTDLPPLIMessage;
45 return myRemoteController;
50 return myTDLNetworkMessageHandlerAgent;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtVrfRemoteController * remoteController()
Definition: tdlMessageProcessor.h:43
DtVrfRemoteController * myRemoteController
Definition: tdlMessageProcessor.h:58
DtTDLNetworkMessageHandlerAgent * myTDLNetworkMessageHandlerAgent
Definition: tdlMessageProcessor.h:59
makVrv::DtBaseConnection & myConnection
Definition: tdlMessageProcessor.h:57
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:38
The main class for the remote control interface to VR-Forces. Instantiating this class allows the sen...
Definition: vrfRemoteController.h:201
Contains makVrv::DtVirtualBaseClass class.
There are certain TDL messages that are indicators of locational display and symbol creation...
Definition: tdlGenericNetworkMessage.h:66
Definition: tdlGenericNetworkMessage.h:20
The DtTDLMessageProcessor is a base class that will create the agent that can be used to send more ge...
Definition: tdlMessageProcessor.h:27
#define DT_DLL_vrfGuiNetworkCommon
This file is used to determine how to build.
Definition: vrfGuiNetworkCommonDefines.h:24
DtTDLNetworkMessageHandlerAgent * tdlNetworkMessageHandlerAgent()
Definition: tdlMessageProcessor.h:48