Changeset 8371 in ntrip for branches/BNC_2.12
- Timestamp:
- Jun 11, 2018, 11:39:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncwindow.cpp
r8351 r8371 1858 1858 settings.setValue("rnxScript", _rnxScrpLineEdit->text()); 1859 1859 settings.setValue("rnxV2Priority",_rnxV2Priority->text()); 1860 settings.setValue("rnxV3", _rnxV3CheckBox->checkState()); 1860 1861 // RINEX Ephemeris 1861 1862 settings.setValue("ephPath", _ephPathLineEdit->text()); 1862 1863 settings.setValue("ephIntr", _ephIntrComboBox->currentText()); 1863 1864 settings.setValue("ephOutPort", _ephOutPortLineEdit->text()); 1865 settings.setValue("rnxV3", _rnxV3CheckBox->checkState()); 1864 1866 // Broadcast Corrections 1865 1867 settings.setValue("corrPath", _corrPathLineEdit->text());
Note:
See TracChangeset
for help on using the changeset viewer.