24 #ifndef GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H 25 #define GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H 49 const std::string& role,
50 unsigned int in_streams,
51 unsigned int out_streams);
55 inline std::string role()
override 63 return "GPS_L1_CA_DLL_PLL_Tracking";
66 inline size_t item_size()
override 71 void connect(gr::top_block_sptr top_block)
override;
72 void disconnect(gr::top_block_sptr top_block)
override;
73 gr::basic_block_sptr get_left_block()
override;
74 gr::basic_block_sptr get_right_block()
override;
87 void start_tracking()
override;
95 dll_pll_veml_tracking_sptr tracking_sptr_;
98 unsigned int channel_;
99 unsigned int in_streams_;
100 unsigned int out_streams_;
106 #endif // GNSS_SDR_GPS_L1_CA_DLL_PLL_TRACKING_H void set_gnss_synchro(Gnss_Synchro *p_gnss_synchro) override
Set acquisition/tracking common Gnss_Synchro object pointer to efficiently exchange synchronization d...
void set_channel(unsigned int channel) override
Set tracking channel unique ID.
std::string implementation() override
Returns "GPS_L1_CA_DLL_PLL_Tracking".
This is the class that contains the information that is shared by the processing blocks.
This abstract class represents an interface to configuration parameters.
Implementation of a code DLL + carrier PLL tracking block.
This abstract class represents an interface to a tracking block.
void stop_tracking() override
Stop running tracking.
This class implements a code DLL + carrier PLL tracking loop.
This class represents an interface to a tracking block.