19 #ifndef GNSS_SDR_GPS_L5_TELEMETRY_DECODER_H 20 #define GNSS_SDR_GPS_L5_TELEMETRY_DECODER_H 28 #include <gnuradio/runtime_types.h> 48 const std::string& role,
49 unsigned int in_streams,
50 unsigned int out_streams);
54 inline std::string role()
override 62 return "GPS_L5_Telemetry_Decoder";
65 void connect(gr::top_block_sptr top_block)
override;
66 void disconnect(gr::top_block_sptr top_block)
override;
67 gr::basic_block_sptr get_left_block()
override;
68 gr::basic_block_sptr get_right_block()
override;
72 inline void set_channel(
int channel)
override { telemetry_decoder_->set_channel(channel); }
74 inline void reset()
override 76 telemetry_decoder_->reset();
79 inline size_t item_size()
override 85 gps_l5_telemetry_decoder_gs_sptr telemetry_decoder_;
88 std::string dump_filename_;
91 unsigned int in_streams_;
92 unsigned int out_streams_;
98 #endif // GNSS_SDR_GPS_L5_TELEMETRY_DECODER_H Interface of a CNAV message demodulator block.
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.
This class implements a NAV data decoder for GPS L5.
Interface of the Gnss_Satellite class.
This class represents a GNSS satellite.
This abstract class represents an interface to a navigation GNSS block.
std::string implementation() override
Returns "GPS_L5_Telemetry_Decoder".
Interface of the Gnss_Synchro class.