11#ifndef INCLUDED_GR_BLOCKS_UNPACK_K_BITS_H 
   12#define INCLUDED_GR_BLOCKS_UNPACK_K_BITS_H 
   57    void unpack(
unsigned char* bits, 
const unsigned char* bytes, 
int nbytes) 
const;
 
   62    void unpack_rev(
unsigned char* bits, 
const unsigned char* bytes, 
int nbytes) 
const;
 
 
void unpack_rev(unsigned char *bits, const unsigned char *bytes, int nbytes) const
unpack_k_bits(unsigned k)
Make an unpack_k_bits object.
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:18
Definition blockinterleaving.h:20
GNU Radio logging wrapper.
Definition basic_block.h:29