mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-29 14:37:39 +00:00
Fix building in Ubuntu 15.04
This commit is contained in:
@@ -28,14 +28,13 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
#include "pulse_blanking_cc.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <complex>
|
||||
#include <gnuradio/io_signature.h>
|
||||
#include <math.h>
|
||||
#include <volk/volk.h>
|
||||
#include <volk_gnsssdr/volk_gnsssdr.h>
|
||||
#include <complex>
|
||||
|
||||
|
||||
pulse_blanking_cc_sptr make_pulse_blanking_cc(double Pfa)
|
||||
{
|
||||
|
||||
@@ -47,7 +47,7 @@ pulse_blanking_cc_sptr make_pulse_blanking_cc(double Pfa);
|
||||
class pulse_blanking_cc : public gr::block
|
||||
{
|
||||
private:
|
||||
friend pulse_blanking_cc_sptr pulse_blanking_cc(double Pfa);
|
||||
friend pulse_blanking_cc_sptr make_pulse_blanking_cc(double Pfa);
|
||||
double d_Pfa;
|
||||
public:
|
||||
pulse_blanking_cc(double Pfa);
|
||||
|
||||
Reference in New Issue
Block a user