20 #ifndef GNSS_SDR_GALILEO_E1B_TELEMETRY_DECODER_H 21 #define GNSS_SDR_GALILEO_E1B_TELEMETRY_DECODER_H 29 #include <gnuradio/runtime_types.h> 49 const std::string& role,
50 unsigned int in_streams,
51 unsigned int out_streams);
53 void connect(gr::top_block_sptr top_block)
override;
54 void disconnect(gr::top_block_sptr top_block)
override;
55 gr::basic_block_sptr get_left_block()
override;
56 gr::basic_block_sptr get_right_block()
override;
60 inline std::string role()
override 70 return "Galileo_E1B_Telemetry_Decoder";
73 inline void set_channel(
int channel)
override { telemetry_decoder_->set_channel(channel); }
75 inline void reset()
override 77 telemetry_decoder_->reset();
80 inline size_t item_size()
override 86 galileo_telemetry_decoder_gs_sptr telemetry_decoder_;
90 unsigned int in_streams_;
91 unsigned int out_streams_;
97 #endif // GNSS_SDR_GALILEO_E1B_TELEMETRY_DECODER_H Class that contains all the configuration parameters for generic telemetry decoder block...
This class represents an interface to a telemetry decoder block.
This class implements a NAV data decoder for Galileo INAV frames in E1B radio link.
This is the class that contains the information that is shared by the processing blocks.
This abstract class represents an interface to configuration parameters.
Interface of the Gnss_Satellite class.
std::string implementation() override
Returns "Galileo_E1B_Telemetry_Decoder".
This class represents a GNSS satellite.
Implementation of a Galileo unified INAV and FNAV message demodulator block.
This abstract class represents an interface to a navigation GNSS block.
Interface of the Gnss_Synchro class.