Changeset 6814 in ntrip


Ignore:
Timestamp:
May 6, 2015, 9:22:28 AM (9 years ago)
Author:
stuerze
Message:

QZSS message type added in GPS ephEncoder

File:
1 edited

Legend:

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

    r6812 r6814  
    4242  unsigned long long bitbuffer = 0;
    4343  eph._ura = indexFromAccuracy(eph._ura, eph.type());
    44   GPSADDBITS(12, 1019)
     44  if (eph.type() == t_eph::QZSS) {
     45    GPSADDBITS(12, 1044)
     46  }
     47  else {
     48    GPSADDBITS(12, 1019)
     49  }
    4550  GPSADDBITS(6,eph._prn.number())
    4651  GPSADDBITS(10, eph._TOC.gpsw())
Note: See TracChangeset for help on using the changeset viewer.