Changeset 10754 in ntrip for trunk/BNC/src/combination


Ignore:
Timestamp:
Sep 2, 2025, 1:23:45 PM (3 months ago)
Author:
stuerze
Message:

initial preparation for adding the new RTCM-SSR format

Location:
trunk/BNC/src/combination
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10694 r10754  
    208208    _ssrCorr = new SsrCorrRtcm();
    209209  }
     210  else if (ssrFormat == "RTCM-NEW-SSR") {
     211    _ssrCorr = new SsrCorrRtcmNew();
     212  }
    210213  else { // default
    211214    _ssrCorr = new SsrCorrIgs();
  • trunk/BNC/src/combination/bnccomb.h

    r10694 r10754  
    1919#include "bncoutf.h"
    2020#include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h"
     21#include "../RTCM3/clock_and_orbit/clock_orbit_rtcm_new.h"
    2122#include "../RTCM3/clock_and_orbit/clock_orbit_igs.h"
    2223
Note: See TracChangeset for help on using the changeset viewer.