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

Public Member Functions | |
| DtHla13ConnectionWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtHla13ConnectionWidget () |
| Virtual DTOR. | |
| virtual void | setExerciseName (const std::string &exerciseName) |
| Set the exercise name. | |
| virtual void | setFederateType (const std::string &federateType) |
| Set the federate type. | |
| virtual void | setFedFileName (const std::string &fedFileName) |
| Set the fed file name. | |
| virtual void | setRPRFomVersion (double rprFomVersion, int rprFomRevision=1) |
| Set the RPR FOM version. | |
| virtual void | setFomMapperFileName (const std::string &fomMapperFileName) |
| Set the fom mapper file name. | |
| virtual void | setFomMapperInitString (const std::string &fomMapperInitString) |
| Set the fom mapper init string. | |
| virtual void | setAppNumber (int appNumber) |
| Set the application number in the GUI. | |
| virtual void | setSiteId (int siteId) |
| Set the site id in the GUI. | |
| virtual void | setDdmEnabled (bool enabled) |
| Set the ddm enabled state. | |
| virtual void | setUseAdvisories (bool enabled) |
| Set the use advisories state. | |
| virtual void | setUseAbsoluteTimeStamps (bool enabled) |
| Set whether absoute time stamps should be used. | |
| virtual void | setPublishObserver (bool isPublished) |
| Set the observer to be published. | |
| virtual void | setViewControl (bool isEnabled) |
| Set the view control state. | |
| virtual void | setUseTopoForFlatEarthVectorConversion (bool isEnabled) |
| Set whether or not old style flat earth vector conversions are used by this connection. | |
| virtual void | setConnectionStatus (DtHla13ConnectionInterface::ConnectionStatus status) |
| Set the connection status. | |
| virtual void | setAutoConnectEnabled (bool enabled) |
| Set whether the auto connect button can be enabled. | |
Public Member Functions inherited from makVrv::DtHla13ConnectionInterface | |
| virtual | ~DtHla13ConnectionInterface () |
Protected Slots | |
| void | onFederationNameString_textChanged (QString) |
| void | onFedFileNameString_textChanged (QString) |
| void | onFedFileBrowseButton_released () |
| void | onFederateTypeString_textChanged (QString) |
| void | onIgnoreAdvisoriesCheckBox_stateChanged (int) |
| void | onAbsoluteTimeStampsCheckBox_stateChanged (int) |
| void | onImplicitGeographicDdmCheckBox_stateChanged (int) |
| void | onRprFomRadioButton_toggled (bool) |
| void | onRprFomVersionComboBox_activated (QString) |
| void | onCustomFomRadioButton_toggled (bool) |
| void | onFomMapperLibraryName_textChanged (QString) |
| void | onFomMapperInitString_textChanged (QString) |
| void | onPublishObserversCheckBox_stateChanged (int) |
| void | onListenForViewControlsCheckBox_stateChanged (int) |
| void | onUseTopoForFlatEarthVectorConversionCheckBox_stateChanged (int) |
| void | onConnectButton_clicked () |
| void | onMakeAutoButton_clicked () |
| void | onAdvancedButton_checkChanged (bool checked) |
| void | onSiteId_changed (int val) |
| void | onAppNumber_changed (int val) |
Protected Member Functions | |
| void | setupGui () |
| Initializes the widget's widgets and layout. | |
| QVBoxLayout * | createButtonLayout () |
| Creates the button layout for the right side of the widget. | |
| void | connectToWidgetSignals () |
| Connects slots to widgets' modification signals. | |
| virtual bool | parseFomVerRev (const QString &verRevStr, double &version, int &revision) |
| Determines the version and revision given a combined string. | |
Protected Attributes | |
| Ui::HlaConnectionConfigurationLayout | myHlaConfigurationLayout |
| DtHla13ConnectionInterface::ConnectionStatus | myStatus |
| DtHla13ConnectionLogic * | myLogic |
| DtDe & | myDe |
| QVBoxLayout * | myDataLayout |
| QPushButton * | myConnectButton |
| QPushButton * | myMakeAutoButton |
Additional Inherited Members | |
Public Types inherited from makVrv::DtHla13ConnectionInterface | |
| enum | ConnectionStatus { Disconnected, Connected, Connecting, Error, end_ConnectionStatus } |
Public Attributes inherited from makVrv::DtHla13ConnectionInterface | |
| boost::signal< void(const std::string &)> | signal_currentConnectionChanged |
| boost::signal< void(const std::string &)> | signal_exerciseNameChanged |
| boost::signal< void(const std::string &)> | signal_federateTypeChanged |
| boost::signal< void(const std::string &)> | signal_fedFileNameChanged |
| boost::signal< void(double)> | signal_rprFomVersionChanged |
| boost::signal< void(int)> | signal_rprFomRevisionChanged |
| boost::signal< void(const std::string &)> | signal_fomMapperFileNameChanged |
| boost::signal< void(const std::string &)> | signal_fomMapperInitStringChanged |
| boost::signal< void(bool)> | signal_ddmChanged |
| boost::signal< void(bool)> | signal_useAdvisoriesChanged |
| boost::signal< void(bool)> | signal_useAbsoluteTimeStampsChanged |
| boost::signal< void(bool)> | signal_publishObserversChanged |
| boost::signal< void(bool)> | signal_viewControlChanged |
| boost::signal< void(bool)> | signal_useTopoForFlatEarthVectorConversionChanged |
| boost::signal< void(int)> | signal_appNumberChanged |
| boost::signal< void(int)> | signal_siteIdChanged |
| boost::signal< void()> | signal_connect |
| boost::signal< void()> | signal_disconnect |
| boost::signal< void()> | signal_makeAutoConnect |
Widget for HLA 1.3 connection.
|
virtual |
Virtual DTOR.
|
virtual |
Set the exercise name.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the federate type.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the fed file name.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the RPR FOM version.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the fom mapper file name.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the fom mapper init string.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the application number in the GUI.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the site id in the GUI.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the ddm enabled state.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the use advisories state.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set whether absoute time stamps should be used.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the observer to be published.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the view control state.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set whether or not old style flat earth vector conversions are used by this connection.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set the connection status.
Implements makVrv::DtHla13ConnectionInterface.
|
virtual |
Set whether the auto connect button can be enabled.
Implements makVrv::DtHla13ConnectionInterface.
|
protected |
Initializes the widget's widgets and layout.
Non-virtual because this method is called from the constructor.
|
protected |
Creates the button layout for the right side of the widget.
Non-virtual because this method is called from the constructor.
|
protected |
Connects slots to widgets' modification signals.
Non-virtual because this method is called from the constructor.
|
protectedvirtual |
Determines the version and revision given a combined string.
Given a version-revision string ( eg. 2.0017-2 ), stores the version and revision in the argument references for use independently. If the version and/or revision could not be converted to a float / int, the return value is false, and no values are written to the storage reference parameters.
| verRevStr | the hyphenated version-revision string |
| version | reference to storage for the version part |
| revision | reference to storage for the revision part |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |