mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
fixing includes
This commit is contained in:
parent
a7fba9f378
commit
734645e653
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* \file GPS_L2C.h
|
* \file GPS_L2C.h
|
||||||
* \brief Defines system parameters for GPS L1 C/A signal and NAV data
|
* \brief Defines system parameters for GPS L2C signal
|
||||||
* \author Javier Arribas, 2015. jarribas(at)cttc.es
|
* \author Javier Arribas, 2015. jarribas(at)cttc.es
|
||||||
*
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
@ -32,11 +32,7 @@
|
|||||||
#ifndef GNSS_SDR_GPS_L2C_H_
|
#ifndef GNSS_SDR_GPS_L2C_H_
|
||||||
#define GNSS_SDR_GPS_L2C_H_
|
#define GNSS_SDR_GPS_L2C_H_
|
||||||
|
|
||||||
#include <complex>
|
#include <stdint.h>
|
||||||
#include <vector>
|
|
||||||
#include <utility> // std::pair
|
|
||||||
#include <gnss_satellite.h>
|
|
||||||
#include "MATH_CONSTANTS.h"
|
|
||||||
|
|
||||||
|
|
||||||
// carrier and code frequencies
|
// carrier and code frequencies
|
||||||
|
Loading…
Reference in New Issue
Block a user