Changeset 3097 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Mar 8, 2011, 2:41:09 PM (13 years ago)
Author:
stoecker
Message:

fix GIOVE workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/lib/rtcm3torinex.c

    r2996 r3097  
    12541254                  fullsat += sys;
    12551255
    1256                 /* FIXME: workaround for GIOVE, remove me soon */
    1257                 if(fullsat >= PRN_GALILEO_START && fullsat <= PRN_GALILEO_START+2)
    1258                   fullsat += PRN_GIOVE_START-PRN_GALILEO_START;
    1259 
    12601256                for(num = 0; num < gnss->numsats
    12611257                && fullsat != gnss->satellites[num]; ++num)
Note: See TracChangeset for help on using the changeset viewer.