24#ifndef UNPACKED_TO_PACKED_H
25#define UNPACKED_TO_PACKED_H
65 typedef boost::shared_ptr<unpacked_to_packed<T>>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition block.h:72
Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts.
Definition unpacked_to_packed.h:62
static sptr make(unsigned int bits_per_chunk, endianness_t endianness)
boost::shared_ptr< unpacked_to_packed< T > > sptr
Definition unpacked_to_packed.h:65
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:30
unpacked_to_packed< std::uint8_t > unpacked_to_packed_bb
Definition unpacked_to_packed.h:70
unpacked_to_packed< std::int32_t > unpacked_to_packed_ii
Definition unpacked_to_packed.h:72
unpacked_to_packed< std::int16_t > unpacked_to_packed_ss
Definition unpacked_to_packed.h:71
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46
endianness_t
Definition endianness.h:28