Changeset 10240 in ntrip for trunk


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

minor changes

Location:
trunk/BNC
Files:
19 added
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/Example_Configs/07_FeedEngine.bnc

    r10160 r10240  
    104104sslClientCertPath=
    105105sslIgnoreErrors=0
    106 startTab=7
     106startTab=1
    107107statusTab=0
    108108trafo_dx=
  • trunk/BNC/Example_Configs/08_PPP.bnc

    r10196 r10240  
    104104sslClientCertPath=
    105105sslIgnoreErrors=0
    106 startTab=11
     106startTab=13
    107107statusTab=3
    108108trafo_dx=
     
    141141dataSource=Real-Time Streams
    142142eleWgtCode=2
    143 eleWgtPhase=0
     143eleWgtPhase=2
    144144ionoFile=
    145145ionoMount=
  • trunk/BNC/Example_Configs/09_PPPNet.bnc

    r10196 r10240  
    104104sslClientCertPath=
    105105sslIgnoreErrors=0
    106 startTab=11
    107 statusTab=0
     106startTab=13
     107statusTab=3
    108108trafo_dx=
    109109trafo_dxr=
     
    141141dataSource=Real-Time Streams
    142142eleWgtCode=2
    143 eleWgtPhase=0
     143eleWgtPhase=2
    144144ionoFile=
    145145ionoMount=
  • trunk/BNC/Example_Configs/10_PPPQuickStart.bnc

    r10196 r10240  
    104104sslClientCertPath=
    105105sslIgnoreErrors=0
    106 startTab=11
    107 statusTab=0
     106startTab=12
     107statusTab=3
    108108trafo_dx=
    109109trafo_dxr=
     
    141141dataSource=Real-Time Streams
    142142eleWgtCode=2
    143 eleWgtPhase=0
     143eleWgtPhase=2
    144144ionoFile=
    145145ionoMount=
  • trunk/BNC/Example_Configs/11_PPPPostProc.bnc

    r10196 r10240  
    104104sslClientCertPath=
    105105sslIgnoreErrors=0
    106 startTab=11
     106startTab=12
    107107statusTab=3
    108108trafo_dx=
     
    152152mapWinDotColor=red
    153153mapWinDotSize=6
    154 maxResC1=3.0
     154maxResC1=4.0
    155155maxResGIM=3.0
    156156maxResL1=0.03
  • trunk/BNC/Example_Configs/12_PPPOsm.bnc

    r10196 r10240  
    104104sslClientCertPath=
    105105sslIgnoreErrors=0
    106 startTab=11
     106startTab=12
    107107statusTab=3
    108108trafo_dx=
     
    145145ionoMount=
    146146lcBDS=no
    147 lcGLONASS=Pi&Li
     147lcGLONASS=no
    148148lcGPS=Pi&Li
    149149lcGalileo=no
     
    152152mapWinDotColor=red
    153153mapWinDotSize=5
    154 maxResC1=3.0
     154maxResC1=10.0
    155155maxResGIM=3.0
    156156maxResL1=0.03
    157157minEle=5
    158158minObs=4
    159 modelObs=Ionosphere-free PPP
     159modelObs=Uncombined PPP
    160160nmeaPath=
    161161plotCoordinates=VM01
     
    174174snxtroSolId=
    175175snxtroSolType=
    176 staTable="VM01,100,100,100,100,100,100,0.1,1e-6,0.1,G:12&CWPSLX R:12&CP E:1&CBX E:5&QIX C:26&IQX,"
     176staTable="VM01,100,100,100,100,100,100,0.1,1e-6,0.1,G:12&CWPSLX,"
  • trunk/BNC/Example_Configs/13_PPPGalHAS.bnc

    r10196 r10240  
    105105sslIgnoreErrors=0
    106106startTab=12
    107 statusTab=3
     107statusTab=0
    108108trafo_dx=
    109109trafo_dxr=
  • trunk/BNC/Example_Configs/14_SaveSp3.bnc

    r10174 r10240  
    104104sslClientCertPath=
    105105sslIgnoreErrors=0
    106 startTab=15
     106startTab=16
    107107statusTab=0
    108108trafo_dx=
  • 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.