Changeset 8351 in ntrip for branches/BNC_2.12/src/bncwindow.cpp


Ignore:
Timestamp:
May 18, 2018, 9:56:20 AM (6 years ago)
Author:
stuerze
Message:

individual satellite system will be considerred now during concatenation of ephemeris files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncwindow.cpp

    r8280 r8351  
    219219  _rnxV3CheckBox      = new QCheckBox();
    220220  _rnxV3CheckBox->setCheckState(Qt::CheckState(settings.value("rnxV3").toInt()));
    221   _rnxV3filenameCheckBox = new QCheckBox();
    222   _rnxV3filenameCheckBox->setCheckState(Qt::CheckState(settings.value("rnxV3filenames").toInt()));
    223221  QString hlp = settings.value("rnxV2Priority").toString();
    224222  if (hlp.isEmpty()) {
     
    245243  _ephV3CheckBox = new QCheckBox();
    246244  _ephV3CheckBox->setCheckState(Qt::CheckState(settings.value("ephV3").toInt()));
    247 
    248   _ephV3filenameCheckBox = new QCheckBox();
    249   _ephV3filenameCheckBox->setCheckState(Qt::CheckState(settings.value("ephV3filenames").toInt()));
    250245
    251246  connect(_ephOutPortLineEdit, SIGNAL(textChanged(const QString &)),
     
    698693  oLayout->addWidget(new QLabel("Version 3"),                      6, 0);
    699694  oLayout->addWidget(_rnxV3CheckBox,                               6, 1);
    700   oLayout->addWidget(new QLabel("Version 3 filenames"),            6, 2);
    701   oLayout->addWidget(_rnxV3filenameCheckBox,                       6, 3);
    702695  oLayout->addWidget(new QLabel(""),                               7, 1);
    703696  oLayout->setRowStretch(8, 999);
     
    721714  eLayout->addWidget(new QLabel("Version 3"),                     4, 0);
    722715  eLayout->addWidget(_ephV3CheckBox,                              4, 1);
    723   eLayout->addWidget(new QLabel("Version 3 filenames"),           4, 2);
    724   eLayout->addWidget(_ephV3filenameCheckBox,                      4, 3);
    725716  eLayout->setRowStretch(5, 999);
    726717
     
    12511242  _rnxV2Priority->setWhatsThis(tr("<p>Specify a priority list of characters defining signal attributes as defined in RINEX Version 3. Priorities will be used to map observations with RINEX Version 3 attributes from incoming streams to Version 2. The underscore character '_' stands for undefined attributes. A question mark '?' can be used as wildcard which represents any one character.</p><p>Signal priorities can be specified as equal for all systems, as system specific or as system and freq. specific. For example: </li><ul><li>'CWPX_?' (General signal priorities valid for all GNSS) </li><li>'C:IQX I:ABCX' (System specific signal priorities for BDS and IRNSS) </li><li>'G:12&PWCSLXYN G:5&IQX R:12&PC R:3&IQX' (System and frequency specific signal priorities) </li></ul>Default is the following priority list 'G:12&PWCSLXYN_ G:5&IQX_ R:12&PC_ R:3&IQX_ E:16&BCX_ E:578&IQX_ J:1&SLXCZ_ J:26&SLX_ J:5&IQX_ C:IQX_ I:ABCX_ S:1&C_ S:5&IQX_'.</p>"));
    12521243  _rnxV3CheckBox->setWhatsThis(tr("<p>The default format for RINEX Observation files is RINEX Version 2.</p><p>Select 'Version 3' if you want to save observations in RINEX Version 3 format.</p>"));
    1253   _rnxV3filenameCheckBox->setWhatsThis(tr("<p>Tick 'Version 3 filenames' to let BNC create so-called extended filenames following the RINEX Version 3 standard.</p><p>Default is an empty check box, meaning to create filenames following the RINEX Version 2 standard although the file content is saved in RINEX Version 3 format.</p>"));
    12541244
    12551245  // WhatsThis, RINEX Ephemeris
     
    12591249  _ephOutPortLineEdit->setWhatsThis(tr("<p>BNC can produce ephemeris data in RINEX Navigation ASCII format on your local host through an IP port.</p><p>Specify a port number here to activate this function.</p>"));
    12601250  _ephV3CheckBox->setWhatsThis(tr("<p>The default format for output of RINEX Navigation data containing Broadcast Ephemeris is RINEX Version 2.</p><p>Select 'Version 3' if you want to output ephemeris in RINEX Version 3 format.</p>"));
    1261   _ephV3filenameCheckBox->setWhatsThis(tr("<p>Tick 'Version 3 filenames' to let BNC create so-called extended filenames following the RINEX Version 3 standard.</p><p>Default is an empty check box, meaning to create filenames following the RINEX Version 2 standard although the file content is saved in RINEX Version 3 format.</p>"));
    12621251
    12631252  // WhatsThis, RINEX Editing & QC
     
    14551444  delete _rnxScrpLineEdit;
    14561445  delete _rnxV3CheckBox;
    1457   delete _rnxV3filenameCheckBox;
    14581446  delete _rnxV2Priority;
    14591447  delete _ephPathLineEdit;
     
    14611449  delete _ephOutPortLineEdit;
    14621450  delete _ephV3CheckBox;
    1463   delete _ephV3filenameCheckBox;
    14641451  delete _corrPathLineEdit;
    14651452  delete _corrIntrComboBox;
     
    18691856  settings.setValue("rnxSkel",     _rnxSkelLineEdit->text());
    18701857  settings.setValue("rnxOnlyWithSKL",_rnxFileCheckBox->checkState());
    1871   settings.setValue("rnxV3filenames",_rnxV3filenameCheckBox->checkState());
    18721858  settings.setValue("rnxScript",   _rnxScrpLineEdit->text());
    1873   (_rnxV3filenameCheckBox->checkState()) ?
    1874     settings.setValue("rnxV3",       _rnxV3filenameCheckBox->checkState()) :
    1875     settings.setValue("rnxV3",       _rnxV3CheckBox->checkState());
    18761859  settings.setValue("rnxV2Priority",_rnxV2Priority->text());
    18771860// RINEX Ephemeris
     
    18791862  settings.setValue("ephIntr",       _ephIntrComboBox->currentText());
    18801863  settings.setValue("ephOutPort",    _ephOutPortLineEdit->text());
    1881   settings.setValue("ephV3filenames", _ephV3filenameCheckBox->checkState());
    1882   (_ephV3filenameCheckBox->checkState()) ?
    1883     settings.setValue("ephV3",       _ephV3filenameCheckBox->checkState()) :
    1884     settings.setValue("ephV3",       _ephV3CheckBox->checkState());
    18851864// Broadcast Corrections
    18861865  settings.setValue("corrPath",    _corrPathLineEdit->text());
     
    23932372    enableWidget(enable, _ephIntrComboBox);
    23942373    enableWidget(enable, _ephV3CheckBox);
    2395     enableWidget(enable, _ephV3filenameCheckBox);
    23962374  }
    23972375
Note: See TracChangeset for help on using the changeset viewer.