 |
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 UNPACKED_TO_PACKED_H
13 #define UNPACKED_TO_PACKED_H
53 typedef std::shared_ptr<unpacked_to_packed<T>>
sptr;
Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts.
Definition: unpacked_to_packed.h:49
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
endianness_t
Definition: endianness.h:16
unpacked_to_packed< std::uint8_t > unpacked_to_packed_bb
Definition: unpacked_to_packed.h:58
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:59
unpacked_to_packed< std::int32_t > unpacked_to_packed_ii
Definition: unpacked_to_packed.h:60
std::shared_ptr< unpacked_to_packed< T > > sptr
Definition: unpacked_to_packed.h:53
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
unpacked_to_packed< std::int16_t > unpacked_to_packed_ss
Definition: unpacked_to_packed.h:59