![]() |
VR-Forces 4.0.4 Class Documentation
|
Logic for configuring the CIGI Connection. More...
Public Member Functions | |
| DtCigiConnectionLogic (DtDe &de, DtCigiConnectionInterface *CigiInterface) | |
| CTOR. | |
| virtual | ~DtCigiConnectionLogic () |
| DTOR. | |
| virtual void | updateCurrentDriver () |
| Update the current driver. | |
Protected Member Functions | |
| virtual std::string | className () const |
| virtual void | populateDeviceAddresses () |
| DtCigiDriver * | findCurrentDriver (const std::string &name) |
| void | on_currentConnectionChanged (const std::string &connectionName) |
| void | on_connect () |
| void | on_disconnect () |
| void | on_cigiVersionChanged (const std::string &sStr) |
| void | on_entityMappingNameChanged (const std::string &str) |
| void | on_hostIpChanged (const std::string &sStr) |
| void | on_devAddrChanged (const std::string &sStr) |
| void | on_incomingBufferSizeChanged (unsigned value) |
| void | on_listenPortChanged (unsigned value) |
| void | on_numIncomingBuffersChanged (unsigned value) |
| void | on_numOutgoingBuffersChanged (unsigned value) |
| void | on_outgoingBufferSizeChanged (unsigned value) |
| void | on_packetBufferSizeChanged (unsigned value) |
| void | on_sendPortChanged (unsigned value) |
| void | on_driverModeChanged (const std::string &mode) |
| void | on_transportTypeChanged (int value) |
| void | on_driverFrequencyChanged (unsigned int value) |
| void | on_makeAutoConnect () |
| void | on_driverStarted (DtDriver &simCon) |
| void | on_driverStopped (DtDriver &simCon) |
| void | on_autoDriverChanged (const std::string &con) |
Protected Attributes | |
| DtDe & | myDe |
| DtCigiConnectionInterface & | myCigiConnectionInterface |
| DtCigiDriver * | myCurrentDriver |
| DtCigiConnectionInitializer * | myInitializer |
| QStringList | myModelDefinitions |
Logic for configuring the CIGI Connection.
| makVrv::DtCigiConnectionLogic::DtCigiConnectionLogic | ( | DtDe & | de, |
| DtCigiConnectionInterface * | CigiInterface | ||
| ) |
CTOR.
| virtual makVrv::DtCigiConnectionLogic::~DtCigiConnectionLogic | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtCigiConnectionLogic::updateCurrentDriver | ( | ) | [virtual] |
Update the current driver.
| virtual std::string makVrv::DtCigiConnectionLogic::className | ( | ) | const [protected, virtual] |
| virtual void makVrv::DtCigiConnectionLogic::populateDeviceAddresses | ( | ) | [protected, virtual] |
| DtCigiDriver* makVrv::DtCigiConnectionLogic::findCurrentDriver | ( | const std::string & | name | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_currentConnectionChanged | ( | const std::string & | connectionName | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_connect | ( | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_disconnect | ( | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_cigiVersionChanged | ( | const std::string & | sStr | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_entityMappingNameChanged | ( | const std::string & | str | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_hostIpChanged | ( | const std::string & | sStr | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_devAddrChanged | ( | const std::string & | sStr | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_incomingBufferSizeChanged | ( | unsigned | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_listenPortChanged | ( | unsigned | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_numIncomingBuffersChanged | ( | unsigned | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_numOutgoingBuffersChanged | ( | unsigned | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_outgoingBufferSizeChanged | ( | unsigned | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_packetBufferSizeChanged | ( | unsigned | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_sendPortChanged | ( | unsigned | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_driverModeChanged | ( | const std::string & | mode | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_transportTypeChanged | ( | int | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_driverFrequencyChanged | ( | unsigned int | value | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_makeAutoConnect | ( | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_driverStarted | ( | DtDriver & | simCon | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_driverStopped | ( | DtDriver & | simCon | ) | [protected] |
| void makVrv::DtCigiConnectionLogic::on_autoDriverChanged | ( | const std::string & | con | ) | [protected] |
DtDe& makVrv::DtCigiConnectionLogic::myDe [protected] |
QStringList makVrv::DtCigiConnectionLogic::myModelDefinitions [protected] |