Changeset 6632 in ntrip


Ignore:
Timestamp:
Mar 4, 2015, 3:18:30 PM (9 years ago)
Author:
stuerze
Message:

minor changes in SBAS encoder

File:
1 edited

Legend:

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

    r6631 r6632  
    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);
    358359
    359360  startbuffer[0]=0xD3;
Note: See TracChangeset for help on using the changeset viewer.