- Timestamp:
- Dec 2, 2022, 11:45:31 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r9889 r9938 108 108 " proxyPort {Proxy port [integer number]}\n" 109 109 " sslCaCertPath {Full path to SSL certificates [character string]}\n" 110 " sslClientCertPath {Full path to client SSLcertificates [character string]}\n"110 " sslClientCertPath {Full path to SSL client certificates [character string]}\n" 111 111 " sslIgnoreErrors {Ignore SSL authorization errors [integer number: 0=no,2=yes]}\n" 112 112 "\n" … … 234 234 "\n" 235 235 "PPP Client Panel 2 keys:\n" 236 " PPP/staTable {Station specifications table [character string, semicolon separated list, each element in quotaion marks, example:\n"237 " \"FFMJ00DEU1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,0.1,7777;CUT000AUS0,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,0.1,7778\"]}\n"238 "\n"239 "PPP Client Panel 3 keys:\n"240 236 " PPP/lcGPS {Select observations from GPS code and/or phase data [character string; Pi&Li|Pi|Li|no]}\n" 241 237 " PPP/lcGLONASS {Select observations from GLONASS code and/or phase data [character string: Pi&Li|Pi|Li|no]}\n" … … 256 252 " PPP/seedingTime {Seeding time span for Quick Start [integer number of seconds]}\n" 257 253 "\n" 254 "PPP Client Panel 3 keys:\n" 255 " PPP/staTable {Station specifications table [character string, semicolon separated list, each element in quotaion marks, example:\n" 256 " \"FFMJ00DEU1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,0.1,7777;CUT000AUS0,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,0.1,7778\"]}\n" 257 "\n" 258 258 "PPP Client Panel 4 keys:\n" 259 259 " PPP/plotCoordinates {Mountpoint for time series plot [character string]}\n" … … 272 272 " cmbGlo {GLONASS correction usage [integer number: 0=no,2=yes]}\n" 273 273 " cmbGal {Galileo correction usage [integer number: 0=no,2=yes]}\n" 274 " cmbBds {B eidoucorrection usage [integer number: 0=no,2=yes]}\n"274 " cmbBds {BDS correction usage [integer number: 0=no,2=yes]}\n" 275 275 " cmbQzss {QZSS correction usage [integer number: 0=no,2=yes]}\n" 276 276 " cmbSbas {SBAS correction usage [integer number: 0=no,2=yes]}\n" … … 279 279 "Upload Corrections Panel keys:\n" 280 280 " uploadMountpointsOut {Upload corrections table [character string, semicolon separated list, each element in quotation marks, example:\n" 281 " \"igs-ip.net,2101,SSRA03IGS0,1,,pass,IGS 14,RTCM-SSR,0,/home/user/BNC0SSRRTS${V3PROD}.sp3,/home/user/BNC0SSRRTS${V3PROD}.clk,/home/user/BNC0SSRRTS${V3PROD}.bia,258,1,0;\n"281 " \"igs-ip.net,2101,SSRA03IGS0,1,,pass,IGS20,RTCM-SSR,0,/home/user/BKG0MGXRTS${V3PROD}.sp3,/home/user/BKG0MGXRTS${V3PROD}.clk,/home/user/BKG0MGXRTS${V3PROD}.bia,258,1,0;\n" 282 282 " euref-ip.net,2101,EUREF01,1,,pass,ETRF2000,RTCM-SSR,0,,,258,2,0\"]}\n" 283 283 " uploadIntr {Length of SP3, Clock RINEX and Bias SINEX file interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]}\n" … … 337 337 "//user:pass@igs-ip.net:2101/FFMJ00DEU1 RTCM_3.1 DEU 50.09 8.66 no 2\"\n" 338 338 "(7) bnc --key cmbStreams \"CLK11 BLG 1.0;CLK93 CNES 1.0\"\n" 339 "(8) bnc --key uploadMountpointsOut \"products.igs-ip.net,98756,TEST,letmein,IGS 14,2,/Users/weber/BNC0SSRRTS${V3PROD}.clk,,33,3,2;"339 "(8) bnc --key uploadMountpointsOut \"products.igs-ip.net,98756,TEST,letmein,IGS20,2,/Users/weber/BKG0MGXRTS${V3PROD}.clk,,33,3,2;" 340 340 "euref-ip.net,333,TEST2,aaaaa,ETRF2000,2,,,33,5,5\"\n" 341 341 "(9) bnc --key PPP/staTable \"FFMJ00DEU1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;"
Note:
See TracChangeset
for help on using the changeset viewer.