24 #ifndef PACKED_TO_UNPACKED_H 25 #define PACKED_TO_UNPACKED_H 66 typedef boost::shared_ptr<packed_to_unpacked<T>>
sptr;
68 static sptr make(
unsigned int bits_per_chunk,
endianness_t endianness);
endianness_t
Definition: endianness.h:28
boost::shared_ptr< packed_to_unpacked< T > > sptr
Definition: packed_to_unpacked.h:66
packed_to_unpacked< std::int16_t > packed_to_unpacked_ss
Definition: packed_to_unpacked.h:72
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. ...
Definition: packed_to_unpacked.h:62
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
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71