Changeset 4537 in ntrip


Ignore:
Timestamp:
Aug 17, 2012, 8:37:31 AM (12 years ago)
Author:
weber
Message:

5min intervall for 'reread configuration' added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r4530 r4537  
    162162  _onTheFlyComboBox = new QComboBox();
    163163  _onTheFlyComboBox->setEditable(false);
    164   _onTheFlyComboBox->addItems(QString("1 day,1 hour,1 min").split(","));
     164  _onTheFlyComboBox->addItems(QString("1 day,1 hour,5 min,1 min").split(","));
    165165  int ii = _onTheFlyComboBox->findText(settings.value("onTheFlyInterval").toString());
    166166  if (ii != -1) {
     
    12121212  _rawOutFileLineEdit->setWhatsThis(tr("<p>Save all data coming in through various streams in the received order and format in one file.</p>"));
    12131213 
    1214   _onTheFlyComboBox->setWhatsThis(tr("<p>When operating BNC online in 'no window' mode, some configuration parameters can be changed on-the-fly without interrupting the running process. For that BNC rereads parts of its configuration in pre-defined intervals.<p></p>Select '1 min', '1 hour', or '1 day' to force BNC to reread its configuration every full minute, hour, or day and let in between edited configuration options become effective on-the-fly without terminating uninvolved threads.</p><p>Note that when operating BNC in window mode, on-the-fly changeable configuration options become effective immediately through 'Save & Reread Configuration'.</p>"));
     1214  _onTheFlyComboBox->setWhatsThis(tr("<p>When operating BNC online in 'no window' mode, some configuration parameters can be changed on-the-fly without interrupting the running process. For that BNC rereads parts of its configuration in pre-defined intervals.<p></p>Select '1 min', '5 min', '1 hour', or '1 day' to force BNC to reread its configuration every full minute, hour, or day and let in between edited configuration options become effective on-the-fly without terminating uninvolved threads.</p><p>Note that when operating BNC in window mode, on-the-fly changeable configuration options become effective immediately through 'Save & Reread Configuration'.</p>"));
    12151215  _rnxIntrComboBox->setWhatsThis(tr("<p>Select the length of the RINEX Observation file.</p>"));
    12161216  _ephIntrComboBox->setWhatsThis(tr("<p>Select the length of the RINEX Navigation file.</p>"));
Note: See TracChangeset for help on using the changeset viewer.