23 #ifndef GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H 24 #define GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H 46 const std::string& role,
47 unsigned int in_streams,
48 unsigned int out_streams);
52 inline std::string role()
override 57 inline std::string implementation()
override 59 return "BEIDOU_B1I_DLL_PLL_Tracking";
62 inline size_t item_size()
override 67 void connect(gr::top_block_sptr top_block)
override;
68 void disconnect(gr::top_block_sptr top_block)
override;
69 gr::basic_block_sptr get_left_block()
override;
70 gr::basic_block_sptr get_right_block()
override;
83 void start_tracking()
override;
91 dll_pll_veml_tracking_sptr tracking_sptr_;
94 unsigned int channel_;
95 unsigned int in_streams_;
96 unsigned int out_streams_;
102 #endif // GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H void stop_tracking() override
Stop running tracking.
This is the class that contains the information that is shared by the processing blocks.
void set_channel(unsigned int channel) override
Set tracking channel unique ID.
This abstract class represents an interface to configuration parameters.
Implementation of a code DLL + carrier PLL tracking block.
This class implements a code DLL + carrier PLL tracking loop.
This abstract class represents an interface to a tracking block.
void set_gnss_synchro(Gnss_Synchro *p_gnss_synchro) override
Set acquisition/tracking common Gnss_Synchro object pointer to efficiently exchange synchronization d...
This class represents an interface to a tracking block.