Changeset 9001 in ntrip for branches/BNC_2.12/src/RTCM3/gnss.h


Ignore:
Timestamp:
Jul 23, 2020, 11:28:20 PM (4 years ago)
Author:
stuerze
Message:

some updates regarding BDS and IRNSS mesage numbers and signal mapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/gnss.h

    r8806 r9001  
    2626#define GNSS_H
    2727
    28 #define LIGHTSPEED         2.99792458e8    /* m/sec */
    29 #define GPS_FREQU_L1       1575420000.0  /* Hz */
    30 #define GPS_FREQU_L2       1227600000.0  /* Hz */
    31 #define GPS_FREQU_L5       1176450000.0  /* Hz */
    32 #define GPS_WAVELENGTH_L1  (LIGHTSPEED / GPS_FREQU_L1) /* m */
    33 #define GPS_WAVELENGTH_L2  (LIGHTSPEED / GPS_FREQU_L2) /* m */
    34 #define GPS_WAVELENGTH_L5  (LIGHTSPEED / GPS_FREQU_L5) /* m */
     28#define LIGHTSPEED          2.99792458e8    /* m/sec */
     29#define GPS_FREQU_L1        1575420000.0  /* Hz */
     30#define GPS_FREQU_L2        1227600000.0  /* Hz */
     31#define GPS_FREQU_L5        1176450000.0  /* Hz */
     32#define GPS_WAVELENGTH_L1   (LIGHTSPEED / GPS_FREQU_L1) /* m */
     33#define GPS_WAVELENGTH_L2   (LIGHTSPEED / GPS_FREQU_L2) /* m */
     34#define GPS_WAVELENGTH_L5   (LIGHTSPEED / GPS_FREQU_L5) /* m */
    3535
    3636#define GLO_FREQU_L1_BASE   1602000000.0  /* Hz */
     
    4949#define GLO_WAVELENGTH_L3    (LIGHTSPEED / GLO_FREQU_L3)    /* m */
    5050
    51 #define GAL_FREQU_E1       1575420000.0  /* Hz */
    52 #define GAL_FREQU_E5A      1176450000.0  /* Hz */
    53 #define GAL_FREQU_E5AB     1191795000.0  /* Hz */
    54 #define GAL_FREQU_E5B      1207140000.0  /* Hz */
    55 #define GAL_FREQU_E6       1278750000.0  /* Hz */
     51#define GAL_FREQU_E1          1575420000.0  /* Hz */
     52#define GAL_FREQU_E5A         1176450000.0  /* Hz */
     53#define GAL_FREQU_E5AB        1191795000.0  /* Hz */
     54#define GAL_FREQU_E5B         1207140000.0  /* Hz */
     55#define GAL_FREQU_E6          1278750000.0  /* Hz */
    5656#define GAL_WAVELENGTH_E1     (LIGHTSPEED / GAL_FREQU_E1) /* m */
    5757#define GAL_WAVELENGTH_E5A    (LIGHTSPEED / GAL_FREQU_E5A) /* m */
     
    7474#define BDS_FREQU_B1C      1575420000.0  /* Hz */
    7575#define BDS_FREQU_B2a      1176450000.0  /* Hz */
     76#define BDS_FREQU_B2b      1207140000.0  /* Hz */
    7677#define BDS_WAVELENGTH_B1  (LIGHTSPEED / BDS_FREQU_B1)  /* m */
    7778#define BDS_WAVELENGTH_B2  (LIGHTSPEED / BDS_FREQU_B2)  /* m */
     
    7980#define BDS_WAVELENGTH_B1C (LIGHTSPEED / BDS_FREQU_B1C) /* m */
    8081#define BDS_WAVELENGTH_B2a (LIGHTSPEED / BDS_FREQU_B2a) /* m */
     82#define BDS_WAVELENGTH_B2b (LIGHTSPEED / BDS_FREQU_B2b) /* m */
    8183
    8284#define IRNSS_FREQU_L5      1176450000.0 /* Hz */
     
    8789#define R2R_PI          3.1415926535898
    8890
    89 #define RTCM3ID_BDS 1042
    90 
    9191#endif /* GNSS_H */
Note: See TracChangeset for help on using the changeset viewer.