![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
This class adapts a PCPS acquisition block to an AcquisitionInterface for Galileo E1 Signals. More...
#include <galileo_e1_pcps_quicksync_ambiguous_acquisition.h>
Public Member Functions | |
| GalileoE1PcpsQuickSyncAmbiguousAcquisition (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams) | |
| std::string | implementation () override |
| Returns "Galileo_E1_PCPS_Ambiguous_Acquisition". | |
| Public Member Functions inherited from BasePcpsAcquisitionCustom | |
| BasePcpsAcquisitionCustom (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams, double chip_rate, double code_length_chips, unsigned int ms_per_code, bool use_stream_to_vector, const ThresholdComputeInterface &threshold_compute, uint32_t max_sampled_ms=std::numeric_limits< uint32_t >::max()) | |
| std::string | role () override |
| size_t | item_size () override |
| void | connect (gr::top_block_sptr top_block) override |
| void | disconnect (gr::top_block_sptr top_block) override |
| gr::basic_block_sptr | get_left_block () override |
| gr::basic_block_sptr | get_right_block () override |
| void | set_gnss_synchro (Gnss_Synchro *p_gnss_synchro) override |
| Set acquisition/tracking common Gnss_Synchro object pointer to efficiently exchange synchronization data between acquisition and tracking blocks. | |
| void | set_channel (unsigned int channel) override |
| Set acquisition channel unique ID. | |
| void | set_channel_fsm (std::weak_ptr< ChannelFsm > channel_fsm) override |
| Set channel fsm associated to this acquisition instance. | |
| signed int | mag () override |
| Returns the maximum peak of grid search. | |
| void | reset () override |
| Restart acquisition algorithm. | |
| void | stop_acquisition () override |
| Stop running acquisition. | |
| void | set_resampler_latency (uint32_t) override |
| void | set_local_code () override |
| Sets local code. | |
| Public Member Functions inherited from AcquisitionInterface | |
| virtual void | set_doppler_center (int) |
| Public Member Functions inherited from GNSSBlockInterface | |
| virtual gr::basic_block_sptr | get_left_block (int RF_channel) |
| virtual gr::basic_block_sptr | get_right_block (int RF_channel) |
| virtual void | start () |
| Start the flow of samples if needed. | |
Additional Inherited Members | |
| Protected Member Functions inherited from BasePcpsAcquisitionCustom | |
| bool | is_type_gr_complex () const |
| Protected Attributes inherited from BasePcpsAcquisitionCustom | |
| const Acq_Conf | acq_parameters_ |
| acquisition_impl_interface_sptr | acquisition_cc_ |
| Gnss_Synchro * | gnss_synchro_ |
| unsigned int | channel_ |
| volk_gnsssdr::vector< std::complex< float > > | code_ |
This class adapts a PCPS acquisition block to an AcquisitionInterface for Galileo E1 Signals.
Definition at line 32 of file galileo_e1_pcps_quicksync_ambiguous_acquisition.h.
|
inlineoverridevirtual |
Returns "Galileo_E1_PCPS_Ambiguous_Acquisition".
Implements GNSSBlockInterface.
Definition at line 46 of file galileo_e1_pcps_quicksync_ambiguous_acquisition.h.