mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-24 19:14:52 +00:00
Cleaning includes
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
|
||||
#include "unpack_2bit_samples.h"
|
||||
#include <iostream>
|
||||
#include <gnuradio/io_signature.h>
|
||||
|
||||
struct byte_2bit_struct
|
||||
|
||||
@@ -68,8 +68,10 @@
|
||||
#ifndef GNSS_SDR_UNPACK_2BIT_SAMPLES_H
|
||||
#define GNSS_SDR_UNPACK_2BIT_SAMPLES_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <gnuradio/sync_interpolator.h>
|
||||
|
||||
|
||||
class unpack_2bit_samples;
|
||||
|
||||
typedef boost::shared_ptr<unpack_2bit_samples> unpack_2bit_samples_sptr;
|
||||
@@ -92,6 +94,13 @@ private:
|
||||
size_t item_size,
|
||||
bool big_endian_items,
|
||||
bool reverse_interleaving);
|
||||
bool big_endian_bytes_;
|
||||
size_t item_size_;
|
||||
bool big_endian_items_;
|
||||
bool swap_endian_items_;
|
||||
bool swap_endian_bytes_;
|
||||
bool reverse_interleaving_;
|
||||
std::vector< int8_t > work_buffer_;
|
||||
|
||||
public:
|
||||
unpack_2bit_samples( bool big_endianBytes,
|
||||
@@ -104,16 +113,6 @@ public:
|
||||
int work (int noutput_items,
|
||||
gr_vector_const_void_star &input_items,
|
||||
gr_vector_void_star &output_items);
|
||||
|
||||
private:
|
||||
bool big_endian_bytes_;
|
||||
size_t item_size_;
|
||||
bool big_endian_items_;
|
||||
bool swap_endian_items_;
|
||||
bool swap_endian_bytes_;
|
||||
bool reverse_interleaving_;
|
||||
std::vector< int8_t > work_buffer_;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
|
||||
|
||||
#include "unpack_byte_2bit_cpx_samples.h"
|
||||
#include <iostream>
|
||||
#include <gnuradio/io_signature.h>
|
||||
|
||||
struct byte_2bit_struct
|
||||
|
||||
@@ -50,8 +50,7 @@ unpack_byte_2bit_cpx_samples_sptr make_unpack_byte_2bit_cpx_samples();
|
||||
class unpack_byte_2bit_cpx_samples: public gr::sync_interpolator
|
||||
{
|
||||
private:
|
||||
friend unpack_byte_2bit_cpx_samples_sptr
|
||||
make_unpack_byte_2bit_cpx_samples_sptr();
|
||||
friend unpack_byte_2bit_cpx_samples_sptr make_unpack_byte_2bit_cpx_samples_sptr();
|
||||
|
||||
public:
|
||||
unpack_byte_2bit_cpx_samples();
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
|
||||
|
||||
#include "unpack_byte_2bit_samples.h"
|
||||
#include <iostream>
|
||||
#include <gnuradio/io_signature.h>
|
||||
|
||||
struct byte_2bit_struct
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
|
||||
|
||||
#include "unpack_intspir_1bit_samples.h"
|
||||
#include <iostream>
|
||||
#include <gnuradio/io_signature.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user