20 #ifndef GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_H 21 #define GNSS_SDR_BEIDOU_B1I_TELEMETRY_DECODER_H 28 #include <gnuradio/runtime_types.h> 48 const std::string& role,
49 unsigned int in_streams,
50 unsigned int out_streams);
52 void connect(gr::top_block_sptr top_block)
override;
53 void disconnect(gr::top_block_sptr top_block)
override;
54 gr::basic_block_sptr get_left_block()
override;
55 gr::basic_block_sptr get_right_block()
override;
59 inline std::string role()
override 67 return "BEIDOU_B1I_Telemetry_Decoder";
70 inline void set_channel(
int channel)
override { telemetry_decoder_->set_channel(channel); }
72 inline void reset()
override 74 telemetry_decoder_->reset();
77 inline size_t item_size()
override 83 beidou_b1i_telemetry_decoder_gs_sptr telemetry_decoder_;
87 unsigned int in_streams_;
88 unsigned int out_streams_;
This class implements a NAV data decoder for BEIDOU B1I.
Class that contains all the configuration parameters for generic telemetry decoder block...
This class represents an interface to a telemetry decoder block.
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.
This class represents a GNSS satellite.
Implementation of a BEIDOU BI1 DNAV data decoder block.
This abstract class represents an interface to a navigation GNSS block.
std::string implementation() override
Returns "BEIDOU_B1I_Telemetry_Decoder".
Interface of the Gnss_Synchro class.