mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 20:50:33 +00:00
Set maximum Galileo PRN to 36
This commit is contained in:
parent
9b0be03256
commit
5c80be5b9e
@ -201,7 +201,7 @@ const int NSATGLO = (MAXPRNGLO - MINPRNGLO + 1); //!< number of GLONASS satell
|
|||||||
const int NSYSGLO = 1;
|
const int NSYSGLO = 1;
|
||||||
*/
|
*/
|
||||||
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 = 36; //!< 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;
|
||||||
|
|
||||||
@ -452,7 +452,8 @@ typedef struct
|
|||||||
} alm_t;
|
} alm_t;
|
||||||
|
|
||||||
|
|
||||||
typedef struct { /* GPS/QZS/GAL broadcast ephemeris type */
|
typedef struct
|
||||||
|
{ /* GPS/QZS/GAL broadcast ephemeris type */
|
||||||
int sat; /* satellite number */
|
int sat; /* satellite number */
|
||||||
int iode, iodc; /* IODE,IODC */
|
int iode, iodc; /* IODE,IODC */
|
||||||
int sva; /* SV accuracy (URA index) */
|
int sva; /* SV accuracy (URA index) */
|
||||||
|
Loading…
Reference in New Issue
Block a user