#ifndef RTCM3TORINEX_H #define RTCM3TORINEX_H /* Converter for RTCM3 data to RINEX. $Id: rtcm3torinex.h,v 1.17 2009/05/07 09:27:19 mervart Exp $ Copyright (C) 2005-2006 by Dirk Stöcker This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or read http://www.gnu.org/licenses/gpl.txt */ #include #define PRN_GPS_START 1 #define PRN_GPS_END 32 #define PRN_GLONASS_START 38 #define PRN_GLONASS_END 61 #define PRN_WAAS_START 120 #define PRN_WAAS_END 138 #define GNSSENTRY_C1DATA 0 #define GNSSENTRY_C2DATA 1 #define GNSSENTRY_P1DATA 2 #define GNSSENTRY_P2DATA 3 #define GNSSENTRY_L1CDATA 4 #define GNSSENTRY_L1PDATA 5 #define GNSSENTRY_L2CDATA 6 #define GNSSENTRY_L2PDATA 7 #define GNSSENTRY_D1CDATA 8 #define GNSSENTRY_D1PDATA 9 #define GNSSENTRY_D2CDATA 10 #define GNSSENTRY_D2PDATA 11 #define GNSSENTRY_S1CDATA 12 #define GNSSENTRY_S1PDATA 13 #define GNSSENTRY_S2CDATA 14 #define GNSSENTRY_S2PDATA 15 #define GNSSENTRY_NUMBER 16 /* number of types!!! */ /* Data flags. These flags are used in the dataflags field of gpsdata structure and are used the determine, which data fields are filled with valid data. */ #define GNSSDF_C1DATA (1<