12 #ifndef UNPACKED_TO_PACKED_H
13 #define UNPACKED_TO_PACKED_H
53 typedef std::shared_ptr<unpacked_to_packed<T>>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts.
Definition: unpacked_to_packed.h:50
std::shared_ptr< unpacked_to_packed< T > > sptr
Definition: unpacked_to_packed.h:53
static sptr make(unsigned int bits_per_chunk, endianness_t endianness)
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
unpacked_to_packed< std::uint8_t > unpacked_to_packed_bb
Definition: unpacked_to_packed.h:58
unpacked_to_packed< std::int32_t > unpacked_to_packed_ii
Definition: unpacked_to_packed.h:60
unpacked_to_packed< std::int16_t > unpacked_to_packed_ss
Definition: unpacked_to_packed.h:59
GNU Radio logging wrapper.
Definition: basic_block.h:29
endianness_t
Definition: endianness.h:16