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


Ignore:
Timestamp:
Apr 28, 2016, 1:04:18 PM (8 years ago)
Author:
stuerze
Message:

BNC's ephemeris upload is extended to allows an upload of more than one stream and to choose a single satellite system

File:
1 edited

Legend:

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

    r7513 r7889  
    199199    setValue_p("trafo_t0",            "");
    200200    // Upload (eph)
    201     setValue_p("uploadEphHost",       "");
    202     setValue_p("uploadEphPort",       "");
    203     setValue_p("uploadAntexFile",     "");
    204     setValue_p("uploadEphMountpoint", "");
    205     setValue_p("uploadEphPassword",   "");
    206     setValue_p("uploadEphSample",     "5");
     201    setValue_p("uploadEphMountpointsOut","");
     202    setValue_p("uploadSamplRtcmEph", "0");
    207203  }
    208204#ifdef GNSSCENTER_PLUGIN
Note: See TracChangeset for help on using the changeset viewer.