![]() |
VR-Forces 4.10 Class Documentation
|
This used to create our new message processor. More...

Public Member Functions | |
| ExampleTDLVrfGuiAccessory () | |
| virtual | ~ExampleTDLVrfGuiAccessory () |
| virtual void | install (makVrv::DtDriver *driver) |
| Called when this accessory is installed into a driver (right before the driver is started). More... | |
| virtual void | uninstall (makVrv::DtDriver *baseConn) |
| Called when this accessory is uninstalled from a driver (right after the driver is stopped). More... | |
| virtual bool | isCompatible (makVrv::DtDriver *driver) |
| Called to find out if this accessory is compatible with a particular driver. More... | |
Public Member Functions inherited from makVrv::DtBaseAccessory | |
| DtBaseAccessory (const std::string &name) | |
| virtual | ~DtBaseAccessory () |
| virtual const std::string & | name () |
| Returns the name of this accessory. More... | |
Protected Member Functions | |
| virtual void | slot_onSimCreated (makVrv::DtConnection *connection) |
| virtual void | slot_onSimConnected (makVrv::DtConnection *connection) |
| virtual void | slot_onSimAboutToBeDisconnected (makVrv::DtConnection *connection) |
| virtual void | slot_driverAboutToBeSetUp () |
| Called when the driver is going to be set up. Replaces the VRF TDL processor with the Link16 Processor. More... | |
| virtual void | slot_connectionSetUp () |
| Called when connection is set up so the new TDL message can be added More... | |
Protected Member Functions inherited from makVrv::DtBaseAccessory | |
| DtBaseAccessory () | |
Protected Attributes | |
| makVrf::VRF_PROTOCOL_NAMESPACE::DtVrfDriver * | myDriver |
Protected Attributes inherited from makVrv::DtBaseAccessory | |
| std::string | myName |
This used to create our new message processor.
This hooks into the simulation thread of the gui, Hence why you need to specify protocol for this example's project file. We hook into when the driver which is home to the exercise connetion listening to what comes off the network.
| ExampleTDLVrfGuiAccessory::ExampleTDLVrfGuiAccessory | ( | ) |
|
virtual |
|
virtual |
Called when this accessory is installed into a driver (right before the driver is started).
Implements makVrv::DtBaseAccessory.
|
virtual |
Called when this accessory is uninstalled from a driver (right after the driver is stopped).
Implements makVrv::DtBaseAccessory.
|
virtual |
Called to find out if this accessory is compatible with a particular driver.
Implements makVrv::DtBaseAccessory.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Called when the driver is going to be set up. Replaces the VRF TDL processor with the Link16 Processor.
|
protectedvirtual |
Called when connection is set up so the new TDL message can be added
|
protected |