mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 11:19:18 +00:00
Enabling Galileo in RTKLIB
This commit is contained in:
parent
9a2909e8cb
commit
654ba2c103
@ -156,17 +156,10 @@ const int NSATGLO = 0;
|
|||||||
const int NSYSGLO = 0;
|
const int NSYSGLO = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENAGAL
|
|
||||||
const int MINPRNGAL = 1; //!< min satellite PRN number of Galileo
|
const int MINPRNGAL = 1; //!< min satellite PRN number of Galileo
|
||||||
const int MAXPRNGAL = 30; //!< max satellite PRN number of Galileo
|
const int MAXPRNGAL = 30; //!< max satellite PRN number of Galileo
|
||||||
const int NSATGAL = (MAXPRNGAL - MINPRNGAL + 1); //!< number of Galileo satellites
|
const int NSATGAL = (MAXPRNGAL - MINPRNGAL + 1); //!< number of Galileo satellites
|
||||||
const int NSYSGAL = 1;
|
const int NSYSGAL = 1;
|
||||||
#else
|
|
||||||
const int MINPRNGAL = 0;
|
|
||||||
const int MAXPRNGAL = 0;
|
|
||||||
const int NSATGAL = 0;
|
|
||||||
const int NSYSGAL = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef ENAQZS
|
#ifdef ENAQZS
|
||||||
const int MINPRNQZS = 193; //!< min satellite PRN number of QZSS
|
const int MINPRNQZS = 193; //!< min satellite PRN number of QZSS
|
||||||
|
Loading…
Reference in New Issue
Block a user