#ifndef RTCM3TORINEX_H #define RTCM3TORINEX_H /* Converter for RTCM3 data to RINEX. $Id: rtcm3torinex.h 2660 2010-11-09 14:01:05Z stoecker $ 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 */ #define RTCM3TORINEX_VERSION "1.50" #include #define NUMRTCM3PARSERSATS 144 #define GNSS_MAXSATS 64 #define PRN_GPS_START 1 #define PRN_GPS_END 32 #define PRN_GLONASS_START 38 #define PRN_GLONASS_END 61 #define PRN_GALILEO_START 71 #define PRN_GALILEO_END 100 #define PRN_WAAS_START 120 #define PRN_WAAS_END 138 #define PRN_GIOVE_START 139 #define PRN_GIOVE_END 140 #define PRN_GLONASS_NUM (PRN_GLONASS_END-PRN_GLONASS_START+1) #define RTCM3_MSM_NUMSIG 24 #define RTCM3_MSM_NUMSAT 40 #define RTCM3_MSM_NUMCELLS 64 /* system identifiers, use start PRN as value */ #define RTCM3_MSM_GPS PRN_GPS_START #define RTCM3_MSM_GLONASS PRN_GLONASS_START #define RTCM3_MSM_GALILEO PRN_GALILEO_START #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_C5DATA 16 #define GNSSENTRY_L5DATA 17 #define GNSSENTRY_D5DATA 18 #define GNSSENTRY_S5DATA 19 #define GNSSENTRY_C6DATA 20 #define GNSSENTRY_L6DATA 21 #define GNSSENTRY_D6DATA 22 #define GNSSENTRY_S6DATA 23 #define GNSSENTRY_C5BDATA 24 #define GNSSENTRY_L5BDATA 25 #define GNSSENTRY_D5BDATA 26 #define GNSSENTRY_S5BDATA 27 #define GNSSENTRY_C5ABDATA 28 #define GNSSENTRY_L5ABDATA 29 #define GNSSENTRY_D5ABDATA 30 #define GNSSENTRY_S5ABDATA 31 #define GNSSENTRY_NUMBER 32 /* number of types!!! */ /* Data flags. These flags are used in the dataflags field of gpsdata structure and are required to determine, which data fields are filled with valid data. */ #define GNSSDF_C1DATA (1<