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


Ignore:
Timestamp:
Oct 1, 2020, 3:19:04 PM (4 years ago)
Author:
stuerze
Message:

the default RINEX version in BNC is changed from version 2 to verision 3

File:
1 edited

Legend:

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

    r8870 r9158  
    9191    setValue_p("rnxV2Priority",       "");
    9292    setValue_p("rnxScript",           "");
    93     setValue_p("rnxV3",               "0");
     93    setValue_p("rnxV2",               "0");
    9494    // RINEX Ephemeris
    9595    setValue_p("ephPath",             "");
    9696    setValue_p("ephIntr",             "1 day");
    9797    setValue_p("ephOutPort",          "");
    98     setValue_p("ephV3",               "0");
     98    setValue_p("ephV2",               "0");
    9999    // Reqc
    100100    setValue_p("reqcAction",          "");
Note: See TracChangeset for help on using the changeset viewer.