Changeset 3653 in ntrip for trunk/rtcm3torinex/lib


Ignore:
Timestamp:
Jan 26, 2012, 4:47:26 PM (12 years ago)
Author:
stoecker
Message:

use extsat data for glonass conversion

File:
1 edited

Legend:

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

    r3581 r3653  
    12711271                {
    12721272                  int k = handle->GLOFreq[RTCM3_MSM_NUMSAT-i-1];
     1273                  if(!k && extsat[count] < 14)
     1274                  {
     1275                    k = handle->Main.GLOFreq[RTCM3_MSM_NUMSAT-i-1]
     1276                    = 100+extsat[count]-7;
     1277                  }
    12731278                  if(k)
    12741279                  {
Note: See TracChangeset for help on using the changeset viewer.