The base class for protocol specific VRLink Simulations.
Definition: DtConnection.h:41
makVrf::VRF_PROTOCOL_NAMESPACE::DtVrfDriver * myDriver
Definition: exTDLVrfGuiAccessory.h:57
virtual void slot_connectionSetUp()
Called when connection is set up so the new TDL message can be added
virtual void slot_onSimCreated(makVrv::DtConnection *connection)
Contains makVrv::DtBaseAccessory class.
virtual bool isCompatible(makVrv::DtDriver *driver)
Called to find out if this accessory is compatible with a particular driver.
This used to create our new message processor.
Definition: exTDLVrfGuiAccessory.h:19
The DtDriver is an abstract class.
Definition: DtDriver.h:34
virtual ~ExampleTDLVrfGuiAccessory()
virtual void slot_onSimAboutToBeDisconnected(makVrv::DtConnection *connection)
virtual void uninstall(makVrv::DtDriver *baseConn)
Called when this accessory is uninstalled from a driver (right after the driver is stopped)...
An accessory is like a plugin into a driver.
Definition: DtBaseAccessory.h:29
virtual void install(makVrv::DtDriver *driver)
Called when this accessory is installed into a driver (right before the driver is started)...
virtual void slot_driverAboutToBeSetUp()
Called when the driver is going to be set up. Replaces the VRF TDL processor with the Link16 Processo...
ExampleTDLVrfGuiAccessory()
virtual void slot_onSimConnected(makVrv::DtConnection *connection)
The Driver for DIS.
Definition: vrfDriver.h:171