 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_BLOCKS_REPACK_BITS_BB_H
12 #define INCLUDED_BLOCKS_REPACK_BITS_BB_H
59 typedef std::shared_ptr<repack_bits_bb>
sptr;
69 static sptr make(
int k,
71 const std::string& tsb_tag_key =
"",
72 bool align_output =
false,
74 virtual void set_k_and_l(
int k,
int l) = 0;
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
@ GR_LSB_FIRST
Definition: endianness.h:16
endianness_t
Definition: endianness.h:16
std::shared_ptr< repack_bits_bb > sptr
Definition: repack_bits_bb.h:59
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
Repack k bits from the input stream onto l bits of the output stream.
Definition: repack_bits_bb.h:56
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:25