19 #ifndef GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_H 20 #define GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_H 27 #include <gnuradio/runtime_types.h> 50 const std::string& role,
51 unsigned int in_streams,
52 unsigned int out_streams);
54 void connect(gr::top_block_sptr top_block)
override;
55 void disconnect(gr::top_block_sptr top_block)
override;
56 gr::basic_block_sptr get_left_block()
override;
57 gr::basic_block_sptr get_right_block()
override;
61 inline std::string role()
override 69 return "GPS_L1_CA_Telemetry_Decoder";
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_l1_ca_telemetry_decoder_gs_sptr telemetry_decoder_;
89 unsigned int in_streams_;
90 unsigned int out_streams_;
96 #endif // GNSS_SDR_GPS_L1_CA_TELEMETRY_DECODER_H This class implements a NAV data decoder for GPS L1 C/A.
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.
Interface of a NAV message demodulator block based on Kay Borre book MATLAB-based GPS receiver...
This abstract class represents an interface to a navigation GNSS block.
std::string implementation() override
Returns "GPS_L1_CA_Telemetry_Decoder".
Interface of the Gnss_Synchro class.