 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
12 #ifndef PACKED_TO_UNPACKED_H
13 #define PACKED_TO_UNPACKED_H
54 typedef std::shared_ptr<packed_to_unpacked<T>>
sptr;
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
endianness_t
Definition: endianness.h:16
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:59
packed_to_unpacked< std::int16_t > packed_to_unpacked_ss
Definition: packed_to_unpacked.h:60
packed_to_unpacked< std::uint8_t > packed_to_unpacked_bb
Definition: packed_to_unpacked.h:59
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
std::shared_ptr< packed_to_unpacked< T > > sptr
Definition: packed_to_unpacked.h:54
Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts.
Definition: packed_to_unpacked.h:50
packed_to_unpacked< std::int32_t > packed_to_unpacked_ii
Definition: packed_to_unpacked.h:61