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;
Include this header to use the message passing features.
Definition: logger.h:695
#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