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

Public Member Functions | |
| DtEventManagerTCPAccessory () | |
| virtual | ~DtEventManagerTCPAccessory () |
| 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_onSimAboutToBeDisconnected (makVrv::DtConnection *connection) |
| virtual void | slot_connectionSetUp () |
| Called when connection is set up to see if there are any back-ends, and, if not, connect to the back-end listener to connect to the back-end when added More... | |
| virtual void | connectToBackend (const DtSimulationAddress &) |
| Connect to a back-end with TCP port. More... | |
| virtual void | backendRemoved (const DtSimulationAddress &) |
| virtual void | slot_onConnectionAboutToBeCleanedUp () |
Protected Member Functions inherited from makVrv::DtBaseAccessory | |
| DtBaseAccessory () | |
Static Protected Member Functions | |
| static void | backendDiscoveredCallback (const DtSimulationAddress &addr, void *usr) |
| static void | backendRemovedCallback (const DtSimulationAddress &addr, void *usr) |
Protected Attributes | |
| makVrf::VRF_PROTOCOL_NAMESPACE::DtVrfDriver * | myDriver |
| DtSimulationAddress | myConnectedTo |
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.
| DtEventManagerTCPAccessory::DtEventManagerTCPAccessory | ( | ) |
|
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 |
Called when connection is set up to see if there are any back-ends, and, if not, connect to the back-end listener to connect to the back-end when added
|
protectedvirtual |
Connect to a back-end with TCP port.
|
staticprotected |
|
staticprotected |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |