Changeset 5540 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Nov 9, 2013, 10:00:31 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5539 r5540  
    12851285  if      ( (_flags & GALEPHF_INAV) == GALEPHF_INAV ) {
    12861286    dataSource |= (1<<0);
     1287    dataSource |= (1<<9);
    12871288  }
    12881289  else if ( (_flags & GALEPHF_FNAV) == GALEPHF_FNAV ) {
    12891290    dataSource |= (1<<1);
     1291    dataSource |= (1<<8);
    12901292  }
    12911293  out << QString(fmt)
Note: See TracChangeset for help on using the changeset viewer.