Changeset 2422 in ntrip for trunk/rtcm3torinex/rtcm3torinex.h
- Timestamp:
- Apr 14, 2010, 1:37:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.h
r2352 r2422 4 4 /* 5 5 Converter for RTCM3 data to RINEX. 6 $Id: rtcm3torinex.h,v 1.1 1 2010/03/01 13:48:25stoecker Exp $6 $Id: rtcm3torinex.h,v 1.12 2010/03/05 11:11:06 stoecker Exp $ 7 7 Copyright (C) 2005-2006 by Dirk Stöcker <stoecker@alberding.eu> 8 8 … … 99 99 100 100 /* Additional flags for the data field, which tell us more. */ 101 #define GNSSDF_XCORRL2 (1<<28) /* cross-correlated L2 */ 101 102 #define GNSSDF_LOCKLOSSL1 (1<<29) /* lost lock on L1 */ 102 103 #define GNSSDF_LOCKLOSSL2 (1<<30) /* lost lock on L2 */
Note:
See TracChangeset
for help on using the changeset viewer.