Changeset 708 in ntrip


Ignore:
Timestamp:
Mar 6, 2008, 10:13:26 AM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2.cpp

    r707 r708  
    959959      // Satellite
    960960      sid = P.getUnsignedBits(iSat*48+27,5);
    961       if(sid==0) sid=32;
     961      if (sid==0) sid=32;
    962962     
    963963      prn = (isGPS? sid : sid+200 );
     
    10371037    isGPS = ( P.getUnsignedBits(26,1)==0 );
    10381038#endif
     1039    GPSonly = GPSonly && isGPS;
    10391040
    10401041    // Multiple Message Indicator (only checked for first satellite)
     
    10731074      // Satellite
    10741075      sid = P.getUnsignedBits(iSat*48+27,5);
    1075       if(sid==0) sid=32;
     1076      if (sid==0) sid=32;
    10761077      prn = (isGPS? sid : sid+200 );
    10771078     
Note: See TracChangeset for help on using the changeset viewer.