23 #ifndef GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H 24 #define GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H 47 const std::string& role,
48 unsigned int in_streams,
49 unsigned int out_streams);
53 inline std::string role()
override 61 return "Galileo_E1_DLL_PLL_VEML_Tracking";
64 inline size_t item_size()
override 69 void connect(gr::top_block_sptr top_block)
override;
70 void disconnect(gr::top_block_sptr top_block)
override;
71 gr::basic_block_sptr get_left_block()
override;
72 gr::basic_block_sptr get_right_block()
override;
86 void start_tracking()
override;
94 dll_pll_veml_tracking_sptr tracking_sptr_;
97 unsigned int channel_;
98 unsigned int in_streams_;
99 unsigned int out_streams_;
105 #endif // GNSS_SDR_GALILEO_E1_DLL_PLL_VEML_TRACKING_H void set_channel(unsigned int channel) override
Set tracking channel unique ID.
void stop_tracking() override
Stop running 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.
std::string implementation() override
Returns "Galileo_E1_DLL_PLL_VEML_Tracking".
void set_gnss_synchro(Gnss_Synchro *p_gnss_synchro) override
Set acquisition/tracking common Gnss_Synchro object pointer to efficiently exchange synchronization d...
This abstract class represents an interface to a tracking block.
This class Adapts a DLL+PLL VEML (Very Early Minus Late) tracking loop block to a TrackingInterface f...
This class represents an interface to a tracking block.