26 #ifndef GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H 27 #define GNSS_SDR_BEIDOU_B1I_DLL_PLL_TRACKING_H 43 const std::string& role,
44 unsigned int in_streams,
45 unsigned int out_streams);
49 inline std::string role()
override 54 inline std::string implementation()
override 56 return "BEIDOU_B1I_DLL_PLL_Tracking";
59 inline size_t item_size()
override 64 void connect(gr::top_block_sptr top_block)
override;
65 void disconnect(gr::top_block_sptr top_block)
override;
66 gr::basic_block_sptr get_left_block()
override;
67 gr::basic_block_sptr get_right_block()
override;
80 void start_tracking()
override;
88 dll_pll_veml_tracking_sptr tracking_;
90 unsigned int channel_;
92 unsigned int in_streams_;
93 unsigned int out_streams_;
96 #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.