![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Public Member Functions | |
| GalileoE5aPcpsAcquisition (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams) | |
| std::string | role () override |
| std::string | implementation () 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. More... | |
| void | set_channel (unsigned int channel) override |
| Set acquisition channel unique ID. More... | |
| void | set_channel_fsm (std::weak_ptr< ChannelFsm > channel_fsm) override |
| Set channel fsm associated to this acquisition instance. More... | |
| void | set_threshold (float threshold) override |
| Set statistics threshold of PCPS algorithm. More... | |
| void | set_doppler_max (unsigned int doppler_max) override |
| Set maximum Doppler off grid search. More... | |
| void | set_doppler_step (unsigned int doppler_step) override |
| Set Doppler steps for the grid search. More... | |
| void | set_doppler_center (int doppler_center) override |
| Set Doppler center for the grid search. More... | |
| void | init () override |
| Initializes acquisition algorithm. More... | |
| void | set_local_code () override |
| Sets local Galileo E5a code for PCPS acquisition algorithm. More... | |
| signed int | mag () override |
| Returns the maximum peak of grid search. More... | |
| void | reset () override |
| Restart acquisition algorithm. More... | |
| void | set_state (int state) override |
| If set to 1, ensures that acquisition starts at the first available sample. More... | |
| void | stop_acquisition () override |
| Stop running acquisition. More... | |
| void | set_resampler_latency (uint32_t latency_samples) override |
| Sets the resampler latency to account it in the acquisition code delay estimation. More... | |
Public Member Functions inherited from AcquisitionInterface | |
| virtual void | set_doppler_center (int doppler_center __attribute__((unused))) |
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. More... | |
Definition at line 38 of file galileo_e5a_pcps_acquisition.h.
|
overridevirtual |
Initializes acquisition algorithm.
Implements AcquisitionInterface.
|
overridevirtual |
Returns the maximum peak of grid search.
Implements AcquisitionInterface.
|
overridevirtual |
Restart acquisition algorithm.
Implements AcquisitionInterface.
|
inlineoverridevirtual |
Set acquisition channel unique ID.
Implements AcquisitionInterface.
Definition at line 79 of file galileo_e5a_pcps_acquisition.h.
|
inlineoverridevirtual |
Set channel fsm associated to this acquisition instance.
Implements AcquisitionInterface.
Definition at line 88 of file galileo_e5a_pcps_acquisition.h.
|
override |
Set Doppler center for the grid search.
|
overridevirtual |
Set maximum Doppler off grid search.
Implements AcquisitionInterface.
|
overridevirtual |
Set Doppler steps for the grid search.
Implements AcquisitionInterface.
|
overridevirtual |
Set acquisition/tracking common Gnss_Synchro object pointer to efficiently exchange synchronization data between acquisition and tracking blocks.
Implements AcquisitionInterface.
|
overridevirtual |
Sets local Galileo E5a code for PCPS acquisition algorithm.
Implements AcquisitionInterface.
|
overridevirtual |
Sets the resampler latency to account it in the acquisition code delay estimation.
Implements AcquisitionInterface.
|
overridevirtual |
If set to 1, ensures that acquisition starts at the first available sample.
| state | - int=1 forces start of acquisition |
Implements AcquisitionInterface.
|
overridevirtual |
Set statistics threshold of PCPS algorithm.
Implements AcquisitionInterface.
|
overridevirtual |
Stop running acquisition.
Implements AcquisitionInterface.
1.8.14