Changeset 2422 in ntrip for trunk/rtcm3torinex/rtcm3torinex.h


Ignore:
Timestamp:
Apr 14, 2010, 1:37:02 PM (14 years ago)
Author:
stoecker
Message:

added cross-correlation patch by Edgar Johansen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.h

    r2352 r2422  
    44/*
    55  Converter for RTCM3 data to RINEX.
    6   $Id: rtcm3torinex.h,v 1.11 2010/03/01 13:48:25 stoecker Exp $
     6  $Id: rtcm3torinex.h,v 1.12 2010/03/05 11:11:06 stoecker Exp $
    77  Copyright (C) 2005-2006 by Dirk Stöcker <stoecker@alberding.eu>
    88
     
    9999
    100100/* Additional flags for the data field, which tell us more. */
     101#define GNSSDF_XCORRL2        (1<<28)  /* cross-correlated L2 */
    101102#define GNSSDF_LOCKLOSSL1     (1<<29)  /* lost lock on L1 */
    102103#define GNSSDF_LOCKLOSSL2     (1<<30)  /* lost lock on L2 */
Note: See TracChangeset for help on using the changeset viewer.