 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_GR_BLOCKS_UNPACK_K_BITS_H
24 #define INCLUDED_GR_BLOCKS_UNPACK_K_BITS_H
69 void unpack(
unsigned char* bits,
const unsigned char* bytes,
int nbytes)
const;
74 void unpack_rev(
unsigned char* bits,
const unsigned char* bytes,
int nbytes)
const;
void unpack(unsigned char *bits, const unsigned char *bytes, int nbytes) const
Perform the unpacking.
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
void unpack_rev(unsigned char *bits, const unsigned char *bytes, int nbytes) const
Converts a byte with k relevant bits to k output bytes with 1 bit in the LSB.
Definition: unpack_k_bits.h:49
unpack_k_bits(unsigned k)
Make an unpack_k_bits object.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43