![]() |
VR-Forces 4.3 Class Documentation
|
Widget for a CIGI connection. More...

Public Slots | |
| virtual void | on_myCigiVersionCombo_currentIndexChanged (int) |
| virtual void | on_myEntityMappingCombo_currentIndexChanged (int) |
| virtual void | on_myHostIPEdit_textChanged (const QString &) |
| virtual void | on_myDevAddrCombo_activated (QString) |
| virtual void | on_myListenSpin_valueChanged (int) |
| virtual void | on_mySendSpin_valueChanged (int) |
| virtual void | on_myPbSizeSpin_valueChanged (int) |
| virtual void | on_myNumIncomingSpin_valueChanged (int) |
| virtual void | on_myNumOutgoingSpin_valueChanged (int) |
| virtual void | on_myIncomingSizeSpin_valueChanged (int) |
| virtual void | on_myOutgoingSizeSpin_valueChanged (int) |
| virtual void | on_mySynchronousModeCombo_currentIndexChanged (int) |
| virtual void | on_myTransportTypeCombo_currentIndexChanged (int) |
| virtual void | on_myDriverFrequencySpin_valueChanged (int) |
Public Member Functions | |
| DtCigiConnectionWidget (DtDe &de, QWidget *parent) | |
| Constructor. | |
| virtual | ~DtCigiConnectionWidget () |
| Destructor. | |
| virtual void | setAutoConnectEnabled (bool enabled) |
| Set whether the auto connect button can be enabled. | |
| virtual void | setCigiVersion (const std::string &version) |
| Set the CIGI version string. | |
| virtual void | setCigiMappingsName (const std::string &name) |
| Set the CIGI mappings name. | |
| virtual void | setConnectionStatus (DtCigiConnectionInterface::ConnectionStatus status) |
| Set the connection status. | |
| virtual void | setDeviceIpAddress (const std::string &address) |
| Set the device IP address. | |
| virtual void | setDeviceIpAddresses (const std::vector< std::string > &address) |
| Set the list of available device ip addresses. | |
| virtual void | setHostIpAddress (const std::string &address) |
| Set the IP address of the host. | |
| virtual void | setIncomingBufferSize (unsigned nSize) |
| set the buffer size for CIGI incoming message queue | |
| virtual void | setListenPort (unsigned port) |
| Set the Listen to Host port. | |
| virtual void | setNumIncomingBuffers (unsigned nNum) |
| set the number of buffers for CIGI incoming message queue | |
| virtual void | setNumOutgoingBuffers (unsigned nNum) |
| set the number of buffers for CIGI outgoing message queue | |
| virtual void | setOutgoingBufferSize (unsigned nSize) |
| set the buffer size for CIGI outgoing message queue | |
| virtual void | setPacketBufferSize (unsigned nSize) |
| Set size of receive packet buffer on network socket. | |
| virtual void | setSendPort (unsigned port) |
| Set the Send to Host port. | |
| virtual void | setDriverMode (const std::string &mode) |
| Set the driver mode (synchronous, asynchronous, etc) | |
| virtual void | setTransportType (int transportType) |
| Set the transport type. | |
| virtual void | setDriverFrequency (unsigned int hertz) |
| Set the frequency. | |
Public Member Functions inherited from makVrv::DtCigiConnectionInterface | |
| virtual | ~DtCigiConnectionInterface () |
Protected Slots | |
| void | on_myConnectButton_clicked () |
| void | on_myMakeAutoButton_clicked () |
Protected Member Functions | |
| void | setupGui () |
Protected Attributes | |
| DtDe & | myDe |
| QPushButton * | myConnectButton |
| QPushButton * | myMakeAutoButton |
| QComboBox * | myCigiVersionCombo |
| QComboBox * | mySynchronousModeCombo |
| QSpinBox * | myDriverFrequencySpin |
| QGroupBox * | myNetworkSocketBox |
| QComboBox * | myTransportTypeCombo |
| QLineEdit * | myHostIPEdit |
| QComboBox * | myDevAddrCombo |
| QSpinBox * | myListenSpin |
| QSpinBox * | mySendSpin |
| QSpinBox * | myPbSizeSpin |
| QGroupBox * | myCigiMessagesBox |
| QSpinBox * | myNumIncomingSpin |
| QSpinBox * | myIncomingSizeSpin |
| QSpinBox * | myNumOutgoingSpin |
| QSpinBox * | myOutgoingSizeSpin |
| QComboBox * | myEntityMappingCombo |
| QGridLayout * | myDataLayout |
| DtCigiConnectionInterface::ConnectionStatus | myStatus |
| DtCigiConnectionLogic * | myLogic |
Additional Inherited Members | |
Public Types inherited from makVrv::DtCigiConnectionInterface | |
| enum | ConnectionStatus { Disconnected, Connected, Connecting, Error, end_ConnectionStatus } |
Public Attributes inherited from makVrv::DtCigiConnectionInterface | |
| boost::signal< void(const std::string &)> | signal_currentConnectionChanged |
| boost::signal< void()> | signal_connect |
| boost::signal< void()> | signal_disconnect |
| boost::signal< void(const std::string &)> | signal_cigiVersionChanged |
| boost::signal< void(const std::string &)> | signal_entityMappingNameChanged |
| boost::signal< void(const std::string &)> | signal_hostIpChanged |
| boost::signal< void(const std::string &)> | signal_deviceAddrChanged |
| boost::signal< void(unsigned)> | signal_incomingBufferSizeChanged |
| boost::signal< void(unsigned)> | signal_listenPortChanged |
| boost::signal< void(unsigned)> | signal_numIncomingBuffersChanged |
| boost::signal< void(unsigned)> | signal_outgoingBufferSizeChanged |
| boost::signal< void(unsigned)> | signal_numOutgoingBuffersChanged |
| boost::signal< void(unsigned)> | signal_packetBufferSizeChanged |
| boost::signal< void(unsigned)> | signal_sendPortChanged |
| boost::signal< void(const std::string &)> | signal_driverModeChanged |
| boost::signal< void(int)> | signal_tranportTypeChanged |
| boost::signal< void(unsigned int)> | signal_driverFrequencyChanged |
| boost::signal< void()> | signal_makeAutoConnect |
Widget for a CIGI connection.
|
virtual |
Destructor.
|
virtual |
Set whether the auto connect button can be enabled.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the CIGI version string.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the CIGI mappings name.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the connection status.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the device IP address.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the list of available device ip addresses.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the IP address of the host.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
set the buffer size for CIGI incoming message queue
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the Listen to Host port.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
set the number of buffers for CIGI incoming message queue
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
set the number of buffers for CIGI outgoing message queue
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
set the buffer size for CIGI outgoing message queue
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set size of receive packet buffer on network socket.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the Send to Host port.
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the driver mode (synchronous, asynchronous, etc)
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the transport type.
Defined by DtCigiConnectionInitializer::TransportType
Implements makVrv::DtCigiConnectionInterface.
|
virtual |
Set the frequency.
Implements makVrv::DtCigiConnectionInterface.
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
virtualslot |
|
protectedslot |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |