Changeset 10754 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Sep 2, 2025, 1:23:45 PM (3 months ago)
- Location:
- trunk/BNC/src/combination
- Files:
-
- 2 edited
-
bnccomb.cpp (modified) (1 diff)
-
bnccomb.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10694 r10754 208 208 _ssrCorr = new SsrCorrRtcm(); 209 209 } 210 else if (ssrFormat == "RTCM-NEW-SSR") { 211 _ssrCorr = new SsrCorrRtcmNew(); 212 } 210 213 else { // default 211 214 _ssrCorr = new SsrCorrIgs(); -
trunk/BNC/src/combination/bnccomb.h
r10694 r10754 19 19 #include "bncoutf.h" 20 20 #include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h" 21 #include "../RTCM3/clock_and_orbit/clock_orbit_rtcm_new.h" 21 22 #include "../RTCM3/clock_and_orbit/clock_orbit_igs.h" 22 23
Note:
See TracChangeset
for help on using the changeset viewer.
