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


Ignore:
Timestamp:
Jun 9, 2022, 5:10:10 PM (23 months ago)
Author:
stuerze
Message:

initial changes to consider RINEX Version 4 in future

File:
1 edited

Legend:

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

    r9652 r9760  
    9292    setValue_p("rnxV2Priority",       "");
    9393    setValue_p("rnxScript",           "");
    94     setValue_p("rnxV2",              "0");
     94    setValue_p("rnxVersion",         "3");
    9595    // RINEX Ephemeris
    9696    setValue_p("ephPath",             "");
    9797    setValue_p("ephIntr",        "1 day");
    9898    setValue_p("ephOutPort",          "");
    99     setValue_p("ephV2",              "0");
     99    setValue_p("ephVersion",         "3");
    100100    // Reqc
    101101    setValue_p("reqcAction",          "");
Note: See TracChangeset for help on using the changeset viewer.