GNU Radio's MIXALOT Package
|
Classes | |
class | flexencode |
class | flexencode_impl |
class | gscencode |
class | gscencode_impl |
class | pocencode |
<+description of block+> More... | |
class | pocencode_impl |
Functions | |
shared_ptr< itpp::bvec > | get_vec (const std::string binstr) |
void | make_numeric_message (const std::string message, std::vector< uint32_t > &msgwords) |
void | make_alpha_message (const std::string message, std::vector< uint32_t > &msgwords) |
uint32_t | encodeword (uint32_t dw) |
void | uint32_to_bvec (uint32_t d, bvec &bv, int nbits=32) |
uint32_t | reverse_bits32 (uint32_t x) |
uint32_t | bvec_to_uint32 (const bvec &bv) |
unsigned char | even_parity (uint32_t x) |
std::string | hex_decode (std::string const &message) |
void | uint32_to_bvec_rev (uint32_t d, bvec &bv, int nbits=32) |
void | invert_bvec (const bvec &bvin, bvec &bvout) |
uint32_t gr::mixalot::bvec_to_uint32 | ( | const bvec & | bv | ) |
uint32_t gr::mixalot::encodeword | ( | uint32_t | dw | ) |
unsigned char gr::mixalot::even_parity | ( | uint32_t | x | ) |
shared_ptr< itpp::bvec > gr::mixalot::get_vec | ( | const std::string | binstr | ) |
std::string gr::mixalot::hex_decode | ( | std::string const & | message | ) |
void gr::mixalot::invert_bvec | ( | const bvec & | bvin, |
bvec & | bvout | ||
) |
void gr::mixalot::make_alpha_message | ( | const std::string | message, |
std::vector< uint32_t > & | msgwords | ||
) |
void gr::mixalot::make_numeric_message | ( | const std::string | message, |
std::vector< uint32_t > & | msgwords | ||
) |
uint32_t gr::mixalot::reverse_bits32 | ( | uint32_t | x | ) |
void gr::mixalot::uint32_to_bvec | ( | uint32_t | d, |
bvec & | bv, | ||
int | nbits = 32 |
||
) |
void gr::mixalot::uint32_to_bvec_rev | ( | uint32_t | d, |
bvec & | bv, | ||
int | nbits = 32 |
||
) |