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