![]() |
VR-Forces 4.0.4 Class Documentation
|
Logic for configuring the Dis Connection. More...

Public Member Functions | |
| DtDisConnectionLogic (DtDe &de, DtDisConnectionInterface *DisInterface) | |
| CTOR. | |
| virtual | ~DtDisConnectionLogic () |
| DTOR. | |
| virtual void | updateCurrentDriver () |
| Update the current driver. | |
Protected Member Functions | |
| virtual std::string | className () const |
| virtual void | populateDeviceAddresses () |
| DtDisDriver * | findCurrentDriver (const std::string &name) |
| void | on_currentConnectionChanged (const std::string &connectionName) |
| void | on_portChanged (int value) |
| void | on_exerciseIdChanged (int value) |
| void | on_appNumberChanged (int value) |
| void | on_selfReflectChanged (bool val) |
| void | on_siteIdChanged (int value) |
| void | on_asynchIOChanged (bool value) |
| void | on_destinationAddressChanged (const std::string &str) |
| void | on_deviceAddressChanged (const std::string &str) |
| void | on_sendBufferSizeChanged (int value) |
| void | on_receiveBufferSizeChanged (int value) |
| void | on_multicastTTLChanged (int value) |
| void | on_multiCastAddressesChanged (const std::string &str) |
| void | on_disVersionChanged (int value) |
| void | on_publishObserversChanged (bool value) |
| void | on_viewControlChanged (bool onOff) |
| void | on_connect () |
| void | on_disconnect () |
| void | on_makeAutoConnect () |
| void | on_driverStarted (DtDriver &simCon) |
| void | on_driverStopped (DtDriver &simCon) |
| void | on_autoDriverChanged (const std::string &con) |
Protected Attributes | |
| DtDe & | myDe |
| DtDisConnectionInterface & | myDisInterface |
| DtDisDriver * | myCurrentDriver |
| DtExerciseConnInitializer * | myLocalInit |
Logic for configuring the Dis Connection.
| makVrv::DtDisConnectionLogic::DtDisConnectionLogic | ( | DtDe & | de, |
| DtDisConnectionInterface * | DisInterface | ||
| ) |
CTOR.
| virtual makVrv::DtDisConnectionLogic::~DtDisConnectionLogic | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtDisConnectionLogic::updateCurrentDriver | ( | ) | [virtual] |
Update the current driver.
| virtual std::string makVrv::DtDisConnectionLogic::className | ( | ) | const [protected, virtual] |
| virtual void makVrv::DtDisConnectionLogic::populateDeviceAddresses | ( | ) | [protected, virtual] |
| DtDisDriver* makVrv::DtDisConnectionLogic::findCurrentDriver | ( | const std::string & | name | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_currentConnectionChanged | ( | const std::string & | connectionName | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_portChanged | ( | int | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_exerciseIdChanged | ( | int | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_appNumberChanged | ( | int | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_selfReflectChanged | ( | bool | val | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_siteIdChanged | ( | int | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_asynchIOChanged | ( | bool | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_destinationAddressChanged | ( | const std::string & | str | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_deviceAddressChanged | ( | const std::string & | str | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_sendBufferSizeChanged | ( | int | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_receiveBufferSizeChanged | ( | int | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_multicastTTLChanged | ( | int | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_multiCastAddressesChanged | ( | const std::string & | str | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_disVersionChanged | ( | int | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_publishObserversChanged | ( | bool | value | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_viewControlChanged | ( | bool | onOff | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_connect | ( | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_disconnect | ( | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_makeAutoConnect | ( | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_driverStarted | ( | DtDriver & | simCon | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_driverStopped | ( | DtDriver & | simCon | ) | [protected] |
| void makVrv::DtDisConnectionLogic::on_autoDriverChanged | ( | const std::string & | con | ) | [protected] |
DtDe& makVrv::DtDisConnectionLogic::myDe [protected] |
DtDisDriver* makVrv::DtDisConnectionLogic::myCurrentDriver [protected] |
DtExerciseConnInitializer* makVrv::DtDisConnectionLogic::myLocalInit [protected] |