gnss-sdr/src/algorithms/acquisition/adapters
Carles Fernandez 81af1a531b
Redesign of pointer management
Avoid indirection caused by passing shared_ptr by reference

The block factory does not have responsability on the lifetime of their inputs

Define std::make_unique when using C++11 and make use of it

Printers are turned into unique_ptr to express ownership

Printers do not participate on the lifelime of the data, so they take const raw pointers

Modernize tests code
2020-06-18 11:49:28 +02:00
..
CMakeLists.txt Redesign of pointer management 2020-06-18 11:49:28 +02:00
beidou_b1i_pcps_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
beidou_b1i_pcps_acquisition.h Remove unused dependencies 2020-02-11 12:56:33 +01:00
beidou_b3i_pcps_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
beidou_b3i_pcps_acquisition.h Remove unused dependencies 2020-02-11 12:56:33 +01:00
galileo_e1_pcps_8ms_ambiguous_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
galileo_e1_pcps_8ms_ambiguous_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e1_pcps_ambiguous_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
galileo_e1_pcps_ambiguous_acquisition.h Remove unused dependencies 2020-02-11 12:56:33 +01:00
galileo_e1_pcps_ambiguous_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
galileo_e1_pcps_ambiguous_acquisition_fpga.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e1_pcps_cccwsr_ambiguous_acquisition.cc Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/) 2020-02-08 01:20:02 +01:00
galileo_e1_pcps_cccwsr_ambiguous_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e1_pcps_quicksync_ambiguous_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
galileo_e1_pcps_quicksync_ambiguous_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e1_pcps_tong_ambiguous_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
galileo_e1_pcps_tong_ambiguous_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e5a_noncoherent_iq_acquisition_caf.cc Uniformize interface of Galileo E5a functions 2020-05-08 09:50:05 +02:00
galileo_e5a_noncoherent_iq_acquisition_caf.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e5a_pcps_acquisition.cc Uniformize interface of Galileo E5a functions 2020-05-08 09:50:05 +02:00
galileo_e5a_pcps_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e5a_pcps_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
galileo_e5a_pcps_acquisition_fpga.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
glonass_l1_ca_pcps_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
glonass_l1_ca_pcps_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
glonass_l2_ca_pcps_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
glonass_l2_ca_pcps_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
gps_l1_ca_pcps_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
gps_l1_ca_pcps_acquisition.h Remove unused dependencies 2020-02-11 12:56:33 +01:00
gps_l1_ca_pcps_acquisition_fine_doppler.cc Add compatibility with the new GNU Radio 3.9 API that uses C++11 standard smart pointers instead of Boost smart pointers 2020-04-02 23:59:35 +02:00
gps_l1_ca_pcps_acquisition_fine_doppler.h Add compatibility with the new GNU Radio 3.9 API that uses C++11 standard smart pointers instead of Boost smart pointers 2020-04-02 23:59:35 +02:00
gps_l1_ca_pcps_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
gps_l1_ca_pcps_acquisition_fpga.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
gps_l1_ca_pcps_assisted_acquisition.cc Make use of std::span when available 2020-05-07 21:47:45 +02:00
gps_l1_ca_pcps_assisted_acquisition.h Make use of std::span when available 2020-05-07 21:47:45 +02:00
gps_l1_ca_pcps_opencl_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
gps_l1_ca_pcps_opencl_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
gps_l1_ca_pcps_quicksync_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
gps_l1_ca_pcps_quicksync_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
gps_l1_ca_pcps_tong_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
gps_l1_ca_pcps_tong_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
gps_l2_m_pcps_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
gps_l2_m_pcps_acquisition.h Remove unused dependencies 2020-02-11 12:56:33 +01:00
gps_l2_m_pcps_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
gps_l2_m_pcps_acquisition_fpga.h Remove unused dependencies 2020-02-11 12:56:33 +01:00
gps_l5i_pcps_acquisition.cc Fix for using std::span when available, and gsl::span as a fallback 2020-05-07 23:11:11 +02:00
gps_l5i_pcps_acquisition.h Remove unused dependencies 2020-02-11 12:56:33 +01:00
gps_l5i_pcps_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
gps_l5i_pcps_acquisition_fpga.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00