Changeset 10993 in ntrip for trunk/BNC/src/RTCM3


Ignore:
Timestamp:
Aug 20, 2026, 3:23:19 PM (2 weeks ago)
Author:
stuerze
Message:

minor changes to allow different formulas for the computation of the relativistic effects in GPS position determination for RTCM-SSR and IGS-SSR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r10826 r10993  
    314314      orbCorr._dotXr[1]  = _clkOrb.Sat[ii].Orbit.DotDeltaAlongTrack;
    315315      orbCorr._dotXr[2]  = _clkOrb.Sat[ii].Orbit.DotDeltaCrossTrack;
     316      orbCorr._rtcmSsr   = (_type == RTCMssr || _type == RTCMnewssr);
    316317
    317318      _orbCorrections[_lastTime].append(orbCorr);
Note: See TracChangeset for help on using the changeset viewer.