- Timestamp:
- Nov 6, 2023, 1:48:58 PM (13 months ago)
- Location:
- trunk/BNC
- Files:
-
- 19 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/Example_Configs/07_FeedEngine.bnc
r10160 r10240 104 104 sslClientCertPath= 105 105 sslIgnoreErrors=0 106 startTab= 7106 startTab=1 107 107 statusTab=0 108 108 trafo_dx= -
trunk/BNC/Example_Configs/08_PPP.bnc
r10196 r10240 104 104 sslClientCertPath= 105 105 sslIgnoreErrors=0 106 startTab=1 1106 startTab=13 107 107 statusTab=3 108 108 trafo_dx= … … 141 141 dataSource=Real-Time Streams 142 142 eleWgtCode=2 143 eleWgtPhase= 0143 eleWgtPhase=2 144 144 ionoFile= 145 145 ionoMount= -
trunk/BNC/Example_Configs/09_PPPNet.bnc
r10196 r10240 104 104 sslClientCertPath= 105 105 sslIgnoreErrors=0 106 startTab=1 1107 statusTab= 0106 startTab=13 107 statusTab=3 108 108 trafo_dx= 109 109 trafo_dxr= … … 141 141 dataSource=Real-Time Streams 142 142 eleWgtCode=2 143 eleWgtPhase= 0143 eleWgtPhase=2 144 144 ionoFile= 145 145 ionoMount= -
trunk/BNC/Example_Configs/10_PPPQuickStart.bnc
r10196 r10240 104 104 sslClientCertPath= 105 105 sslIgnoreErrors=0 106 startTab=1 1107 statusTab= 0106 startTab=12 107 statusTab=3 108 108 trafo_dx= 109 109 trafo_dxr= … … 141 141 dataSource=Real-Time Streams 142 142 eleWgtCode=2 143 eleWgtPhase= 0143 eleWgtPhase=2 144 144 ionoFile= 145 145 ionoMount= -
trunk/BNC/Example_Configs/11_PPPPostProc.bnc
r10196 r10240 104 104 sslClientCertPath= 105 105 sslIgnoreErrors=0 106 startTab=1 1106 startTab=12 107 107 statusTab=3 108 108 trafo_dx= … … 152 152 mapWinDotColor=red 153 153 mapWinDotSize=6 154 maxResC1= 3.0154 maxResC1=4.0 155 155 maxResGIM=3.0 156 156 maxResL1=0.03 -
trunk/BNC/Example_Configs/12_PPPOsm.bnc
r10196 r10240 104 104 sslClientCertPath= 105 105 sslIgnoreErrors=0 106 startTab=1 1106 startTab=12 107 107 statusTab=3 108 108 trafo_dx= … … 145 145 ionoMount= 146 146 lcBDS=no 147 lcGLONASS= Pi&Li147 lcGLONASS=no 148 148 lcGPS=Pi&Li 149 149 lcGalileo=no … … 152 152 mapWinDotColor=red 153 153 mapWinDotSize=5 154 maxResC1= 3.0154 maxResC1=10.0 155 155 maxResGIM=3.0 156 156 maxResL1=0.03 157 157 minEle=5 158 158 minObs=4 159 modelObs= Ionosphere-freePPP159 modelObs=Uncombined PPP 160 160 nmeaPath= 161 161 plotCoordinates=VM01 … … 174 174 snxtroSolId= 175 175 snxtroSolType= 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,"176 staTable="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 105 105 sslIgnoreErrors=0 106 106 startTab=12 107 statusTab= 3107 statusTab=0 108 108 trafo_dx= 109 109 trafo_dxr= -
trunk/BNC/Example_Configs/14_SaveSp3.bnc
r10174 r10240 104 104 sslClientCertPath= 105 105 sslIgnoreErrors=0 106 startTab=1 5106 startTab=16 107 107 statusTab=0 108 108 trafo_dx= -
trunk/BNC/src/bncmain.cpp
r10239 r10240 287 287 " cmbBsxFile {SINEX Bias file, full path [char string]}\n" 288 288 " 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" 290 290 " cmbSampl {Clock sampling rate [integer number of seconds: 0|10|20|30|40|50|60]}\n" 291 291 " cmbGps {GPS correction usage [integer number: 0=no,2=yes]}\n" -
trunk/BNC/src/bncwindow.cpp
r10239 r10240 494 494 _cmbWaitSpinBox = new QSpinBox(); 495 495 _cmbWaitSpinBox->setMinimum(5); 496 _cmbWaitSpinBox->setMaximum( 30);496 _cmbWaitSpinBox->setMaximum(60); 497 497 _cmbWaitSpinBox->setSingleStep(1); 498 498 _cmbWaitSpinBox->setSuffix(" sec"); -
trunk/BNC/src/src.pro
r10129 r10240 2 2 TARGET = ../bnc 3 3 4 CONFIG -= debug5 CONFIG += release4 CONFIG += debug 5 CONFIG -= release 6 6 7 7 include(src.pri)
Note:
See TracChangeset
for help on using the changeset viewer.