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


Ignore:
Timestamp:
Nov 23, 2022, 10:48:36 AM (18 months ago)
Author:
stuerze
Message:

some bugfixes regarding GLONASS RNX

File:
1 edited

Legend:

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

    r9891 r9892  
    11161116    eph._receptStaID = _staID;
    11171117
     1118    eph._flags_unknown = true;
     1119
    11181120    GETBITS(sv, 6)
    11191121    eph._prn.set('R', sv);
     
    11231125    GETBITS(eph._almanac_health, 1) /* almanac healthy */
    11241126    GETBITS(eph._almanac_health_availablility_indicator, 1) /* almanac health ok */
     1127/*
    11251128    if (eph._almanac_health_availablility_indicator == 0.0) {
    11261129#ifdef BNC_DEBUG_BCEP
     
    11291132           .arg(eph._almanac_health_availablility_indicator).toLatin1(), true));
    11301133#endif
    1131       //return false;
    1132     }
     1134      return false;
     1135    }
     1136*/
    11331137    GETBITS(eph._P1, 2) /*  P1 */
    11341138    GETBITS(i, 5)
Note: See TracChangeset for help on using the changeset viewer.