24 #ifndef UNPACKED_TO_PACKED_H 25 #define UNPACKED_TO_PACKED_H 65 typedef boost::shared_ptr<unpacked_to_packed<T>>
sptr;
67 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
endianness_t
Definition: endianness.h:28
unpacked_to_packed< std::int16_t > unpacked_to_packed_ss
Definition: unpacked_to_packed.h:71
unpacked_to_packed< std::uint8_t > unpacked_to_packed_bb
Definition: unpacked_to_packed.h:70
Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts.
Definition: unpacked_to_packed.h:61
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
unpacked_to_packed< std::int32_t > unpacked_to_packed_ii
Definition: unpacked_to_packed.h:72
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71