Changeset 9541 in ntrip for trunk/BNC


Ignore:
Timestamp:
Nov 16, 2021, 1:47:33 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9352 r9541  
    129129    t_satObs CurrentObs;
    130130    CurrentObs._time = CurrentObsTime;
     131    CurrentObs._type = type;
    131132
    132133    GETBITS(sv, 6)
     
    707708          CurrentObs.clear();
    708709          CurrentObs._time = CurrentObsTime;
     710          CurrentObs._type = type;
    709711          if (sys == 'S')
    710712            CurrentObs._prn.set(sys, 20 - 1 + RTCM3_MSM_NUMSAT - i);
     
    930932    t_satObs CurrentObs;
    931933    CurrentObs._time = CurrentObsTime;
     934    CurrentObs._type = type;
    932935
    933936    GETBITS(sv, 6)
Note: See TracChangeset for help on using the changeset viewer.