12 #ifndef PACKED_TO_UNPACKED_H
13 #define PACKED_TO_UNPACKED_H
54 typedef std::shared_ptr<packed_to_unpacked<T>>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts.
Definition: packed_to_unpacked.h:51
static sptr make(unsigned int bits_per_chunk, endianness_t endianness)
std::shared_ptr< packed_to_unpacked< T > > sptr
Definition: packed_to_unpacked.h:54
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
packed_to_unpacked< std::int16_t > packed_to_unpacked_ss
Definition: packed_to_unpacked.h:60
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
GNU Radio logging wrapper.
Definition: basic_block.h:29
endianness_t
Definition: endianness.h:16