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


Ignore:
Timestamp:
Sep 29, 2015, 11:52:35 AM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r7476 r7477  
    121121      "RINEX Editing and QC Panel keys:\n"
    122122      "           reqcAction            <Action, Edit/Concatenate|Analyze>\n"
    123       "           reqcObsFile           <Input observations file(s) as comma separated list> \n"
    124       "           reqcNavFile           <Input navigation file(s) as comma separated list>\n"
     123      "           reqcObsFile           <Input observations file(s), comma separated list> \n"
     124      "           reqcNavFile           <Input navigation file(s), comma separated list>\n"
    125125      "           reqcOutObsFile        <Output observations file>\n"
    126126      "           reqcOutNavFile        <Output navigation file>\n"
    127127      "           reqcOutLogFile        <Output logfile>\n"
    128128      "           reqcLogSummaryOnly    <Only summary output logfile, 0=no, 2=yes>\n"
    129       "           reqcSkyPlotSignals    <Plots for signals list>\n"
     129      "           reqcSkyPlotSignals    <Observation signals, separated by blank character>\n"
    130130      "           reqcPlotDir           <QC plots directory>\n"
    131131      "           reqcRnxVersion        <RINEX version, 2|3>\n"
    132132      "           reqcSampling          <RINEX sampling [sec]>\n"
    133       "           reqcV2Priority        <Version 2 signal priority list>\n"
     133      "           reqcV2Priority        <Version 2 signal priorities, separated by blank character>\n"
    134134      "           reqcStartDateTime     <Start time>\n"
    135135      "           reqcEndDateTime       <Stop time>\n"
     
    155155      "\n"
    156156      "SP3 Comparison Panel keys:\n"
    157       "           sp3CompFile       <SP3 input files, full path>\n"
    158       "           sp3CompExclude    <Satellite exclusion list>\n"
     157      "           sp3CompFile       <SP3 input files, full path, comma separated list>\n"
     158      "           sp3CompExclude    <Satellite exclusion list, comma separated>\n"
    159159      "           sp3CompOutLogFile <Output logfile>\n"
    160160      "\n"
     
    206206      "           PPP/antexFile   <ANTEX file>\n"
    207207      "           PPP/nmeaFile    <NMEA output file>\n"
    208       "           PPP/snxtroFile  <SINEX troposphere output filename>\n"
     208      "           PPP/snxtroFile  <SINEX troposphere output file>\n"
    209209      "           PPP/snxtroSampl <SINEX troposphere sampling rate [sec]>\n"
    210210      "\n"
    211211      "PPP Client Panel 2 keys:\n"
    212       "           PPP/staTable <Stations table as semicolon separated list>\n"
     212      "           PPP/staTable <Stations table, semicolon separated list>\n"
    213213      "\n"
    214214      "PPP Client Panel 3 keys:\n"
     
    238238      "\n"
    239239      "Combine Corrections Panel keys:\n"
    240       "           cmbStreams      <Correction streams as semicolon separated list>\n"
     240      "           cmbStreams      <Correction streams, semicolon separated list>\n"
    241241      "           cmbMethodFilter <Approach, Single-Epoch|Filter\n"
    242242      "           cmbMaxres       <Clock outlier threshold [m]\n"
     
    276276      "\n"
    277277      "Add Stream keys:\n"
    278       "           mountPoints  <Mountpoints as semicolon separated list> \n"
     278      "           mountPoints  <Mountpoints, semicolon separated list>\n"
    279279      "           ntripVersion <Ntrip Version, 1|2|2s|R|U>\n"
    280280      "           casterUrlList <Visited URLs>\n"
    281281      "\n"
    282       "Examples:\n"
     282      "Note:\n"
     283      "Configuration options which contain one or more blank characters"
     284      " must be enclosed by quotation marks when specified on the command line.\n"
     285      "\n"
     286      "Examples command lines:\n"
    283287      "(1) /home/weber/bin/bnc\n"
    284288      "(2) /Applications/bnc.app/Contents/MacOS/bnc\n"
     
    287291      "(5) bnc --conf /dev/null --key startTab 4 --key reqcAction Edit/Concatenate"
    288292      " --key reqcObsFile AGAR.15O --key reqcOutObsFile AGAR_X.15O"
    289       " --key reqcRnxVersion 2 --key reqcSampling 30 --key reqcV2Priority CWPX_?\n";
     293      " --key reqcRnxVersion 2 --key reqcSampling 30 --key reqcV2Priority CWPX_?\n"
     294      "(6) bnc --key mountPoints \"//user:pass@mgex.igs-ip.net:2101/CUT07 RTCM_3.0 ETH 9.03 38.74 no 2;"
     295      "//user:pass@www.igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2\"\n"
     296      "(7) bnc --key cmbStreams \"CLK11 BLG 1.0;CLK93 CNES 1.0\"\n"
     297      "(8) bnc --key PPP/staTable \"FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;"
     298      "CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"\n";
    290299
    291300  for (int ii = 1; ii < argc; ii++) {
Note: See TracChangeset for help on using the changeset viewer.