19 #ifndef GNSS_SDR_UNPACK_SHORT_BYTE_SAMPLES_H 20 #define GNSS_SDR_UNPACK_SHORT_BYTE_SAMPLES_H 23 #include <gnuradio/sync_interpolator.h> 33 using unpack_short_byte_samples_sptr = gnss_shared_ptr<unpack_short_byte_samples>;
35 unpack_short_byte_samples_sptr make_unpack_short_byte_samples();
45 void forecast(
int noutput_items, gr_vector_int &ninput_items_required);
47 int work(
int noutput_items,
48 gr_vector_const_void_star &input_items,
49 gr_vector_void_star &output_items);
52 friend unpack_short_byte_samples_sptr make_unpack_short_byte_samples_sptr();
58 #endif // GNSS_SDR_UNPACK_SHORT_BYTE_SAMPLES_H This class implements conversion between short packet samples to byte samples 1 short = 2 byte sample...
This interface represents a GNSS block.