GNU Radio 3.7.1 C++ API
gr::blocks::pack_k_bits_bb Class Reference

Converts a stream of bytes with 1 bit in the LSB to a byte with k relevent bits. More...

#include <pack_k_bits_bb.h>

Inheritance diagram for gr::blocks::pack_k_bits_bb:

List of all members.

Public Types

typedef boost::shared_ptr
< pack_k_bits_bb
sptr

Static Public Member Functions

static sptr make (unsigned k)
 Make a pack_k_bits block.

Detailed Description

Converts a stream of bytes with 1 bit in the LSB to a byte with k relevent bits.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::pack_k_bits_bb::make ( unsigned  k) [static]

Make a pack_k_bits block.

Parameters:
knumber of bits to be packed.

The documentation for this class was generated from the following file: