Changeset 6827 in ntrip


Ignore:
Timestamp:
May 10, 2015, 9:01:35 PM (9 years ago)
Author:
weber
Message:

List of settings completed

File:
1 edited

Legend:

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

    r6817 r6827  
    8787    setValue_p("rnxPath",             "");
    8888    setValue_p("rnxIntr",             "1 day");
     89    setValue_p("rnxOnlyWithSKL",      "");
    8990    setValue_p("rnxSampl",            "0");
    9091    setValue_p("rnxSkel",             "SKL");
     92    setValue_p("rnxV2Priority",       "");
    9193    setValue_p("rnxScript",           "");
    9294    setValue_p("rnxV3",               "0");
     
    9698    setValue_p("outEphPort",          "");
    9799    setValue_p("ephV3",               "0");
     100    // Reqc
     101    setValue_p("reqcAction",          "");
     102    setValue_p("reqcObsFile",         "");
     103    setValue_p("reqcNavFile",         "");
     104    setValue_p("reqcOutObsFile",      "");
     105    setValue_p("reqcOutNavFile",      "");
     106    setValue_p("reqcOutLogFile",      "");
     107    setValue_p("reqcSkyPlotSignals",  "C:2&7 E:1&5 G:1&2 J:1&2 R:1&2 S:1&5");
     108    setValue_p("reqcPlotDir",         "");
     109    setValue_p("reqcRnxVersion",      "");
     110    setValue_p("reqcSampling",        "");
     111    setValue_p("reqcStartDateTime",   "");
     112    setValue_p("reqcEndDateTime",     "");
     113    setValue_p("reqcLogSummaryOnly",  "");
     114    setValue_p("reqcRunBy",           "");
     115    setValue_p("reqcComment",         "");
     116    setValue_p("reqcOldMarkerName",   "");
     117    setValue_p("reqcNewMarkerName",   "");
     118    setValue_p("reqcOldAntennaName",  "");
     119    setValue_p("reqcNewAntennaName",  "");
     120    setValue_p("reqcOldReceiverName", "");
     121    setValue_p("reqcNewReceiverName", "");
     122    setValue_p("reqcNewAntennaNumber","");
     123    setValue_p("reqcNewAntennadE",    "");
     124    setValue_p("reqcNewAntennadN",    "");
     125    setValue_p("reqcNewAntennadU",    "");
     126    setValue_p("reqcNewReceiverNumber", "");
     127    setValue_p("reqcOldAntennaNumber", "");
     128    setValue_p("reqcOldAntennadE",    "");
     129    setValue_p("reqcOldAntennadN",    "");
     130    setValue_p("reqcOldAntennadU",    "");
     131    setValue_p("reqcOldReceiverNumber", "");
     132    setValue_p("reqcUseObsTypes",     "");
     133    setValue_p("reqcV2Priority",      "");
     134    // SP3
     135    setValue_p("sp3CompFile",         "");
     136    setValue_p("sp3CompExclude",      "");
     137    setValue_p("sp3CompOutLogFile",   "");
    98138    // Braodcast Corrections
    99139    setValue_p("corrPath",            "");
     
    117157    setValue_p("serialFileNMEA",      "");
    118158    setValue_p("serialHeightNMEA",    "");
    119     setValue_p("serialManualNMEASampling","");
     159    setValue_p("serialManualNMEASampling", "");
    120160    // Outages
    121161    setValue_p("obsRate",             "");
     
    128168    setValue_p("scanRTCM",            "0");
    129169    setValue_p("miscPort",            ""); 
    130     // Reqc
    131     setValue_p("reqcAction",          "");
    132     setValue_p("reqcObsFile",         "");
    133     setValue_p("reqcNavFile",         "");
    134     setValue_p("reqcOutObsFile",      "");
    135     setValue_p("reqcOutNavFile",      "");
    136     setValue_p("reqcOutLogFile",      "");
    137     setValue_p("reqcSkyPlotSignals",  "C:2&7 E:1&5 G:1&2 J:1&2 R:1&2 S:1&5");
    138     setValue_p("reqcPlotDir",         "");
    139     setValue_p("reqcRnxVersion",      "");
    140     setValue_p("reqcSampling",        "");
    141     setValue_p("reqcStartDateTime",   "");
    142     setValue_p("reqcEndDateTime",     "");
    143     setValue_p("reqcRunBy",           "");
    144     setValue_p("reqcComment",         "");
    145     setValue_p("reqcOldMarkerName",   "");
    146     setValue_p("reqcNewMarkerName",   "");
    147     setValue_p("reqcOldAntennaName",  "");
    148     setValue_p("reqcNewAntennaName",  "");
    149     setValue_p("reqcOldReceiverName", "");
    150     setValue_p("reqcNewReceiverName", "");
    151170    // Combination
    152171    setValue_p("combineStreams",      "");
    153172    setValue_p("cmbMethod",           "");
    154173    setValue_p("cmbMaxres",           "");
    155     setValue_p("cmbSampl",          "10");
     174    setValue_p("cmbSampl",            "10");
     175    setValue_p("cmbUseGlonass",       "");
    156176    // Upload (clk)
    157177    setValue_p("uploadMountpointsOut","");
    158178    setValue_p("uploadIntr",          "1 day");
    159179    setValue_p("uploadSamplRtcmEphCorr", "0");
    160     setValue_p("uploadSamplSp3",         "1");
    161     setValue_p("uploadSamplClkRnx",     "10");
     180    setValue_p("uploadSamplSp3",      "1");
     181    setValue_p("uploadSamplClkRnx",   "10");
    162182    setValue_p("trafo_dx",            "");
    163183    setValue_p("trafo_dy",            "");
     
    178198    setValue_p("uploadEphHost",       "");
    179199    setValue_p("uploadEphPort",       "");
     200    setValue_p("uploadAntexFile",     "");
    180201    setValue_p("uploadEphMountpoint", "");
    181202    setValue_p("uploadEphPassword",   "");
Note: See TracChangeset for help on using the changeset viewer.