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


Ignore:
Timestamp:
May 18, 2018, 2:24:46 PM (6 years ago)
Author:
stuerze
Message:

inidividual satellite system will eb considerred during concatenation of epehemris files

File:
1 edited

Legend:

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

    r8171 r8354  
    9292    setValue_p("rnxScript",           "");
    9393    setValue_p("rnxV3",               "0");
    94     setValue_p("rnxV3filenames",      "0");
    9594    // RINEX Ephemeris
    9695    setValue_p("ephPath",             "");
     
    9897    setValue_p("ephOutPort",          "");
    9998    setValue_p("ephV3",               "0");
    100     setValue_p("ephV3filenames",      "0");
    10199    // Reqc
    102100    setValue_p("reqcAction",          "");
     
    110108    setValue_p("reqcRnxVersion",      "");
    111109    setValue_p("reqcSampling",        "");
    112     setValue_p("reqcStartDateTime",   "");
    113     setValue_p("reqcEndDateTime",     "");
     110    setValue_p("reqcStartDateTime",   "1967-11-02T00:00:00");
     111    setValue_p("reqcEndDateTime",     "2099-01-01T00:00:00");
    114112    setValue_p("reqcLogSummaryOnly",  "");
    115113    setValue_p("reqcRunBy",           "");
Note: See TracChangeset for help on using the changeset viewer.