Changeset 8867 in ntrip
- Timestamp:
- Nov 29, 2019, 10:43:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r8864 r8867 225 225 " PPP/lcBDS {Select observations from BDS code or phase data [character string: no|Pi|Li|Pi&Li]}\n" 226 226 " PPP/modelObs {select observation model [character string: Ionosphere-free PPP|Uncombined PPP|DCM with Code Biases|DCM with Phase Biases]}\n" 227 " PPP/psedoObs {select if pesudo obaservations shall be added [character string: no|Ionosphere |Troposphere | Ionosphere&Troposphere]}\n"227 " PPP/psedoObs {select if pesudo obaservations shall be added [character string: no|Ionosphere]}\n" 228 228 " PPP/sigmaC1 {Sigma for code observations in meters [floating-point number]}\n" 229 229 " PPP/sigmaL1 {Sigma for phase observations in meters [floating-point number]}\n" … … 325 325 } 326 326 if (QRegExp("--?nw").exactMatch(argv[ii])) { 327 strcpy(argv[ii], "--nw -platform offscreen");327 //strcpy(argv[ii], "--nw -platform offscreen"); 328 328 interactive = false; 329 329 }
Note:
See TracChangeset
for help on using the changeset viewer.