12 #ifndef PACKED_TO_UNPACKED_H
13 #define PACKED_TO_UNPACKED_H
54 typedef std::shared_ptr<packed_to_unpacked<T>>
sptr;
56 static sptr make(
unsigned int bits_per_chunk,
endianness_t endianness);
endianness_t
Definition: endianness.h:16
packed_to_unpacked< std::int16_t > packed_to_unpacked_ss
Definition: packed_to_unpacked.h:60
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. ...
Definition: packed_to_unpacked.h:50
std::shared_ptr< packed_to_unpacked< T > > sptr
Definition: packed_to_unpacked.h:54
packed_to_unpacked< std::int32_t > packed_to_unpacked_ii
Definition: packed_to_unpacked.h:61
packed_to_unpacked< std::uint8_t > packed_to_unpacked_bb
Definition: packed_to_unpacked.h:59
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62