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