Changeset 6635 in ntrip for trunk/BNC/src/RTCM3/ephEncoder.cpp


Ignore:
Timestamp:
Mar 5, 2015, 2:59:35 PM (9 years ago)
Author:
stoecker
Message:

reduce additional bits to required number

File:
1 edited

Legend:

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

    r6632 r6635  
    356356  SBASADDBITSFLOAT(12, eph._agf0, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<1))
    357357  SBASADDBITSFLOAT(8, eph._agf1, 1.0/static_cast<double>(1<<30)/static_cast<double>(1<<10))
    358   SBASADDBITS(8,0);
     358  SBASADDBITS(2,0);
    359359
    360360  startbuffer[0]=0xD3;
Note: See TracChangeset for help on using the changeset viewer.