Changeset 10240 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Nov 6, 2023, 1:48:58 PM (8 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
3 edited

Legend:

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

    r10239 r10240  
    287287      "   cmbBsxFile      {SINEX Bias file, full path [char string]}\n"
    288288      "   cmbMaxres       {Clock outlier residuum threshold in meters [floating-point number]\n"
    289       "   cmbWait         {Wait for full clock epoch [integer number of seconds: 5-30]}\n"
     289      "   cmbWait         {Wait for full clock epoch [integer number of seconds: 5-60]}\n"
    290290      "   cmbSampl        {Clock sampling rate [integer number of seconds: 0|10|20|30|40|50|60]}\n"
    291291      "   cmbGps          {GPS correction usage [integer number: 0=no,2=yes]}\n"
  • trunk/BNC/src/bncwindow.cpp

    r10239 r10240  
    494494  _cmbWaitSpinBox = new QSpinBox();
    495495  _cmbWaitSpinBox->setMinimum(5);
    496   _cmbWaitSpinBox->setMaximum(30);
     496  _cmbWaitSpinBox->setMaximum(60);
    497497  _cmbWaitSpinBox->setSingleStep(1);
    498498  _cmbWaitSpinBox->setSuffix(" sec");
  • trunk/BNC/src/src.pro

    r10129 r10240  
    22TARGET = ../bnc
    33
    4 CONFIG -= debug
    5 CONFIG += release
     4CONFIG += debug
     5CONFIG -= release
    66
    77include(src.pri)
Note: See TracChangeset for help on using the changeset viewer.