Changeset 6856 in ntrip


Ignore:
Timestamp:
May 27, 2015, 1:22:31 PM (9 years ago)
Author:
stuerze
Message:

decoding of SSR II messages is activated

File:
1 edited

Legend:

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

    r6817 r6856  
    14661466      _typeList.push_back(id);
    14671467
    1468       /* Clock and orbit data handled in another function, already pass the
     1468      /* SSR I+II data handled in another function, already pass the
    14691469       * extracted data block. That does no harm, as it anyway skip everything
    14701470       * else. */
    1471       if((id >= 1057 && id <= 1068) || (id >= 1240 && id <= 1263))
     1471      if((id >= 1057 && id <= 1068) || (id >= 1240 && id <= 1270))
    14721472      {
    14731473        if (!_coDecoders.contains(_staID.toAscii()))
Note: See TracChangeset for help on using the changeset viewer.