mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-12 07:46:03 +00:00
cpplint: fix build/include_what_you_use, runtime/explicit filters
This commit is contained in:
@@ -29,10 +29,11 @@
|
|||||||
#include <gnuradio/block.h> // for block
|
#include <gnuradio/block.h> // for block
|
||||||
#include <gnuradio/types.h> // for gr_vector_int
|
#include <gnuradio/types.h> // for gr_vector_int
|
||||||
#include <cstdint> // for int32_t
|
#include <cstdint> // for int32_t
|
||||||
#include <fstream> // for string, ofstream
|
#include <fstream> // for std::ofstream
|
||||||
#include <memory> // for shared_ptr
|
#include <map> // for std::map
|
||||||
#include <string>
|
#include <memory> // for std:shared_ptr
|
||||||
#include <vector>
|
#include <string> // for std::string
|
||||||
|
#include <vector> // for std::vector
|
||||||
|
|
||||||
class Gnss_Synchro;
|
class Gnss_Synchro;
|
||||||
class hybrid_observables_gs;
|
class hybrid_observables_gs;
|
||||||
@@ -58,7 +59,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
friend hybrid_observables_gs_sptr hybrid_observables_gs_make(const Obs_Conf& conf_);
|
friend hybrid_observables_gs_sptr hybrid_observables_gs_make(const Obs_Conf& conf_);
|
||||||
|
|
||||||
hybrid_observables_gs(const Obs_Conf& conf_);
|
explicit hybrid_observables_gs(const Obs_Conf& conf_);
|
||||||
|
|
||||||
Obs_Conf d_conf;
|
Obs_Conf d_conf;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user