22 #ifndef GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_H 23 #define GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_H 29 #include <gnuradio/runtime_types.h> 43 const std::string& role,
44 unsigned int in_streams,
45 unsigned int out_streams);
49 inline std::string role()
override 57 return "GPS_L2C_Telemetry_Decoder";
60 void connect(gr::top_block_sptr top_block)
override;
61 void disconnect(gr::top_block_sptr top_block)
override;
62 gr::basic_block_sptr get_left_block()
override;
63 gr::basic_block_sptr get_right_block()
override;
67 inline void set_channel(
int channel)
override { telemetry_decoder_->set_channel(channel); }
69 inline void reset()
override 71 telemetry_decoder_->reset();
74 inline size_t item_size()
override 80 gps_l2c_telemetry_decoder_gs_sptr telemetry_decoder_;
82 std::string dump_filename_;
85 unsigned int in_streams_;
86 unsigned int out_streams_;
This class represents an interface to a telemetry decoder block.
Interface of a CNAV message demodulator block.
This is the class that contains the information that is shared by the processing blocks.
This class implements a NAV data decoder for GPS L2 M.
This abstract class represents an interface to configuration parameters.
Interface of the Gnss_Satellite class.
This class represents a GNSS satellite.
This abstract class represents an interface to a navigation GNSS block.
Interface of the Gnss_Synchro class.
std::string implementation() override
Returns "GPS_L2C_Telemetry_Decoder".