Changeset 5324 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Jul 17, 2013, 7:07:36 PM (11 years ago)
Author:
weber
Message:

Corrected that Galileo E1 observations were missing

File:
1 edited

Legend:

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

    r4438 r5324  
    4848    case 'P': case'W': case 'Y': res += GNSSENTRY_TYPEP1; break;
    4949    case 'A': case'B':
    50     case 'S': case'L': case 'X': res += GNSSENTRY_TYPEC1N; break;
     50    case 'S': case'L': case 'X': res += GNSSENTRY_TYPEC1; break;
    5151    case 'Z': res += GNSSENTRY_TYPECSAIF; break;
    5252    }
Note: See TracChangeset for help on using the changeset viewer.