17 #ifndef GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H 18 #define GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H 25 #include <gnuradio/block.h> 26 #include <gnuradio/types.h> 44 using gps_l2c_telemetry_decoder_gs_sptr = gnss_shared_ptr<gps_l2c_telemetry_decoder_gs>;
46 gps_l2c_telemetry_decoder_gs_sptr gps_l2c_make_telemetry_decoder_gs(
64 int general_work(
int noutput_items, gr_vector_int &ninput_items,
65 gr_vector_const_void_star &input_items, gr_vector_void_star &output_items);
68 friend gps_l2c_telemetry_decoder_gs_sptr gps_l2c_make_telemetry_decoder_gs(
80 std::string d_dump_filename;
81 std::ofstream d_dump_file;
83 double d_TOW_at_current_symbol;
84 double d_TOW_at_Preamble;
86 uint64_t d_sample_counter;
87 uint64_t d_last_valid_preamble;
91 int32_t d_crc_error_count;
93 uint32_t d_max_symbols_without_valid_frame;
96 bool d_sent_tlm_failed_msg;
97 bool d_flag_PLL_180_deg_phase_locked;
98 bool d_flag_valid_word;
106 #endif // GNSS_SDR_GPS_L2C_TELEMETRY_DECODER_GS_H Utilities for CNAV message manipulation of the libswiftnav library.
Class that contains all the configuration parameters for generic telemetry decoder block...
This interface represents a GNSS block.
This class implements a block that decodes CNAV data defined in IS-GPS-200K.
Interface of the Gnss_Satellite class.
This class represents a GNSS satellite.
Interface of a GPS CNAV Data message decoder.
int general_work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
This is where all signal processing takes place.
This class decodes a GPS CNAV Data message as described in IS-GPS-200K.
void set_channel(int32_t channel)
Set receiver's channel.
void set_satellite(const Gnss_Satellite &satellite)
Set satellite PRN.