18 #ifndef GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H 19 #define GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H 21 #include "base_pcps_acquisition_custom.h" 37 const std::string& role,
38 unsigned int in_streams,
39 unsigned int out_streams);
48 return "Galileo_E1_PCPS_CCCWSR_Ambiguous_Acquisition";
55 void code_gen_complex_sampled(own::span<std::complex<float>> , uint32_t , int32_t )
override {}
57 std::vector<std::complex<float>> code_pilot_;
64 #endif // GNSS_SDR_GALILEO_E1_PCPS_CCCWSR_AMBIGUOUS_ACQUISITION_H This class adapts a PCPS acquisition block to an AcquisitionInterface.
void set_local_code() override
Sets local code.
This abstract class represents an interface to configuration parameters.
std::string implementation() override
Returns "Galileo_E1_PCPS_CCCWSR_Ambiguous_Acquisition".
Adapts a PCPS CCCWSR acquisition block to an AcquisitionInterface for Galileo E1 Signals.