Changeset 9292 in ntrip for trunk/BNC/src/bncsettings.cpp


Ignore:
Timestamp:
Dec 2, 2020, 12:11:45 PM (3 years ago)
Author:
stuerze
Message:

parameter added to be able to chose the corrections to be combined

File:
1 edited

Legend:

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

    r9184 r9292  
    7171                               << "http://user:pass@mgex.igs-ip.net:2101"));
    7272    setValue_p("mountPoints",         "");
    73     setValue_p("ntripVersion",        "2");
     73    setValue_p("ntripVersion",       "2");
    7474    // Network
    7575    setValue_p("proxyHost",           "");
    7676    setValue_p("proxyPort",           "");
    7777    setValue_p("sslCaCertPath",       "");
    78     setValue_p("sslIgnoreErrors",     "0");
     78    setValue_p("sslIgnoreErrors",    "0");
    7979    // General
    8080    setValue_p("logFile",             "");
    81     setValue_p("rnxAppend",           "0");
    82     setValue_p("onTheFlyInterval",    "no");
    83     setValue_p("autoStart",           "0");
     81    setValue_p("rnxAppend",          "0");
     82    setValue_p("onTheFlyInterval",  "no");
     83    setValue_p("autoStart",          "0");
    8484    setValue_p("rawOutFile",          "");
    8585    // RINEX Observations
    8686    setValue_p("rnxPath",             "");
    87     setValue_p("rnxIntr",             "1 day");
     87    setValue_p("rnxIntr",        "1 day");
    8888    setValue_p("rnxOnlyWithSKL",      "");
    89     setValue_p("rnxSampl",            "1 sec");
    90     setValue_p("rnxSkel",             "skl");
     89    setValue_p("rnxSampl",       "1 sec");
     90    setValue_p("rnxSkel",          "skl");
    9191    setValue_p("rnxSkelPath",         "");
    9292    setValue_p("rnxV2Priority",       "");
    9393    setValue_p("rnxScript",           "");
    94     setValue_p("rnxV2",               "0");
     94    setValue_p("rnxV2",              "0");
    9595    // RINEX Ephemeris
    9696    setValue_p("ephPath",             "");
    97     setValue_p("ephIntr",             "1 day");
     97    setValue_p("ephIntr",        "1 day");
    9898    setValue_p("ephOutPort",          "");
    99     setValue_p("ephV2",               "0");
     99    setValue_p("ephV2",              "0");
    100100    // Reqc
    101101    setValue_p("reqcAction",          "");
     
    138138    // Braodcast Corrections
    139139    setValue_p("corrPath",            "");
    140     setValue_p("corrIntr",            "1 day");
     140    setValue_p("corrIntr",       "1 day");
    141141    setValue_p("corrPort",            "");
    142142    // Feed Engine
    143143    setValue_p("outPort",             "");
    144     setValue_p("outWait",             "5");
    145     setValue_p("outSampl",            "1 sec");
     144    setValue_p("outWait",            "5");
     145    setValue_p("outSampl",       "1 sec");
    146146    setValue_p("outFile",             "");
    147147    setValue_p("outUPort",            "");
    148     setValue_p("outLockTime",       "0");
     148    setValue_p("outLockTime",        "0");
    149149    // Serial Output
    150150    setValue_p("serialMountPoint",    "");
     
    173173    setValue_p("cmbMethod",           "");
    174174    setValue_p("cmbMaxres",           "");
    175     setValue_p("cmbSampl",            "10");
     175    setValue_p("cmbSampl",          "10");
     176    setValue_p("cmbGps",             "2");
     177    setValue_p("cmbGlo",             "2");
     178    setValue_p("cmbGal",             "2");
     179    setValue_p("cmbBds",             "2");
     180    setValue_p("cmbQzss",            "0");
     181    setValue_p("cmbSbas",            "0");
     182    setValue_p("cmbIrnss",           "0");
     183
    176184    // Upload (clk)
    177185    setValue_p("uploadMountpointsOut","");
    178     setValue_p("uploadIntr",          "1 day");
     186    setValue_p("uploadIntr",     "1 day");
    179187    setValue_p("uploadSamplRtcmEphCorr", "0");
    180     setValue_p("uploadSamplSp3",      "1");
    181     setValue_p("uploadSamplClkRnx",   "10");
     188    setValue_p("uploadSamplSp3",     "1");
     189    setValue_p("uploadSamplClkRnx", "10");
    182190    setValue_p("trafo_dx",            "");
    183191    setValue_p("trafo_dy",            "");
Note: See TracChangeset for help on using the changeset viewer.