Changeset 7840 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Mar 15, 2016, 1:18:59 PM (8 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmain.cpp

    r7827 r7840  
    153153      "SP3 Comparison Panel keys:\n"
    154154      "   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"
    156156      "   sp3CompOutLogFile {Output logfile, full path [character string]}\n"
    157157      "\n"
     
    212212      "PPP Client Panel 2 keys:\n"
    213213      "   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"
    215215      "\n"
    216216      "PPP Client Panel 3 keys:\n"
     
    241241      "Combine Corrections Panel keys:\n"
    242242      "   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"
    244244      "   cmbMethodFilter {Combination approach [character string: Single-Epoch|Filter]\n"
    245245      "   cmbMaxres       {Clock outlier residuum threshold in meters [floating-point number]\n"
     
    249249      "Upload Corrections Panel keys:\n"
    250250      "   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"
    253253      "   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"
    254254      "   uploadSamplRtcmEphCorr {Orbit corrections stream sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]}\n"
     
    282282      "Add Stream keys:\n"
    283283      "   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"
    286286      "   ntripVersion  {Ntrip Version [character string: 1|2|2s|R|U]}\n"
    287287      "   casterUrlList {Visited Broadcasters [character string, comma separated list]}\n"
     
    294294      "Note:\n"
    295295      "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"
    297298      "\n"
    298299      "Examples command lines:\n"
     
    307308      "//user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2\"\n"
    308309      "(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;"
    310313      "CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"\n";
    311314
Note: See TracChangeset for help on using the changeset viewer.