- Timestamp:
- Mar 15, 2016, 1:18:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r7827 r7840 153 153 "SP3 Comparison Panel keys:\n" 154 154 " sp3CompFile {SP3 input files, full path [character string, comma separated list in quotation marks]}\n" 155 " sp3CompExclude {Satellite exclusion list [character string, comma separated list in quotation marks, example: \"G04,G31,R\"]}\n"155 " sp3CompExclude {Satellite exclusion list [character string, comma separated list in quotation marks, example: G04,G31,R]}\n" 156 156 " sp3CompOutLogFile {Output logfile, full path [character string]}\n" 157 157 "\n" … … 212 212 "PPP Client Panel 2 keys:\n" 213 213 " PPP/staTable {Station specifications table [character string, semicolon separated list, each element in quotaion marks, example:\n" 214 " \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777 \";\"CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"]}\n"214 " \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"]}\n" 215 215 "\n" 216 216 "PPP Client Panel 3 keys:\n" … … 241 241 "Combine Corrections Panel keys:\n" 242 242 " cmbStreams {Correction streams table [character string, semicolon separated list, each element in quotation marks, example:\n" 243 " \"IGS01 ESA 1.0 \";\"IGS03 BKG 1.0\"]}\n"243 " \"IGS01 ESA 1.0;IGS03 BKG 1.0\"]}\n" 244 244 " cmbMethodFilter {Combination approach [character string: Single-Epoch|Filter]\n" 245 245 " cmbMaxres {Clock outlier residuum threshold in meters [floating-point number]\n" … … 249 249 "Upload Corrections Panel keys:\n" 250 250 " uploadMountpointsOut {Upload corrections table [character string, semicolon separated list, each element in quotation marks, example:\n" 251 " \"www.igs-ip.net,2101,IGS01,pass,IGS08,0,/home/user/BNC$[GPSWD}.sp3,/home/user/BNC$[GPSWD}.clk,258,1,0 ,0 byte(s)\";\n"252 " \"www.euref-ip.net,2101,EUREF01,pass,ETRF2000,0,,,258,2,0,0 byte(s)\"]}\n"251 " \"www.igs-ip.net,2101,IGS01,pass,IGS08,0,/home/user/BNC$[GPSWD}.sp3,/home/user/BNC$[GPSWD}.clk,258,1,0;\n" 252 " www.euref-ip.net,2101,EUREF01,pass,ETRF2000,0,,,258,2,0\"]}\n" 253 253 " uploadIntr {Length of SP3 and Clock RINEX file interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]}\n" 254 254 " uploadSamplRtcmEphCorr {Orbit corrections stream sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]}\n" … … 282 282 "Add Stream keys:\n" 283 283 " mountPoints {Mountpoints [character string, semicolon separated list, example:\n" 284 " //user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2;\n"285 " //user:pass@www.igs-ip.net:2101/FFMJ2 RTCM_3.1 DEU 50.09 8.66 no 2 }\n"284 " \"//user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2;\n" 285 " //user:pass@www.igs-ip.net:2101/FFMJ2 RTCM_3.1 DEU 50.09 8.66 no 2\"}\n" 286 286 " ntripVersion {Ntrip Version [character string: 1|2|2s|R|U]}\n" 287 287 " casterUrlList {Visited Broadcasters [character string, comma separated list]}\n" … … 294 294 "Note:\n" 295 295 "Configuration options which contain one or more blank characters" 296 " must be enclosed by quotation marks when specified on command line.\n" 296 " or contain a semicolon separated parameter list\n" 297 "must be enclosed by quotation marks when specified on command line.\n" 297 298 "\n" 298 299 "Examples command lines:\n" … … 307 308 "//user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2\"\n" 308 309 "(7) bnc --key cmbStreams \"CLK11 BLG 1.0;CLK93 CNES 1.0\"\n" 309 "(8) bnc --key PPP/staTable \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;" 310 "(8) bnc --key uploadMountpointsOut \"products.igs-ip.net,98756,TEST,letmein,IGS08,2,/Users/weber/BNC${GPSWD}.clk,,33,3,2;" 311 "www.euref-ip.net,333,TEST2,aaaaa,NAD83,2,,,33,5,5\"\n" 312 "(9) bnc --key PPP/staTable \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;" 310 313 "CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"\n"; 311 314
Note:
See TracChangeset
for help on using the changeset viewer.