25 #ifndef INCLUDED_BLOCKS_PACKED_TO_UNPACKED_II_H 26 #define INCLUDED_BLOCKS_PACKED_TO_UNPACKED_II_H 65 typedef boost::shared_ptr<packed_to_unpacked_ii>
sptr;
67 static sptr make(
unsigned int bits_per_chunk,
endianness_t
Definition: endianness.h:28
Include this header to use the message passing features.
Definition: logger.h:695
Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. ...
Definition: packed_to_unpacked_ii.h:61
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
boost::shared_ptr< packed_to_unpacked_ii > sptr
Definition: packed_to_unpacked_ii.h:65
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:65