#include <gr_packed_to_unpacked_ss.h>
#include <gr_io_signature.h>
#include <assert.h>
#include <gr_log2_const.h>

Functions | |
| gr_packed_to_unpacked_ss_sptr | gr_make_packed_to_unpacked_ss (unsigned int bits_per_chunk, gr_endianness_t endianness) |
| unsigned int | get_bit_le (const short *in_vector, unsigned int bit_addr) |
| unsigned int | get_bit_be (const short *in_vector, unsigned int bit_addr) |
| unsigned int get_bit_be | ( | const short * | in_vector, | |
| unsigned int | bit_addr | |||
| ) |
| unsigned int get_bit_le | ( | const short * | in_vector, | |
| unsigned int | bit_addr | |||
| ) |
| gr_packed_to_unpacked_ss_sptr gr_make_packed_to_unpacked_ss | ( | unsigned int | bits_per_chunk, | |
| gr_endianness_t | endianness | |||
| ) |
1.5.5