23 #ifndef INCLUDED_GR_BLOCKS_PACK_K_BITS_H 24 #define INCLUDED_GR_BLOCKS_PACK_K_BITS_H 68 void pack(
unsigned char* bytes,
const unsigned char* bits,
int nbytes)
const;
73 void pack_rev(
unsigned char* bytes,
const unsigned char* bits,
int nbytes)
const;
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Converts a vector of bytes with 1 bit in the LSB to a byte with k relevant bits.
Definition: pack_k_bits.h:47