GNU Radio's OWC Package
gr::owc::binary_to_decimal_mapper_impl Class Reference

#include <binary_to_decimal_mapper_impl.h>

Inheritance diagram for gr::owc::binary_to_decimal_mapper_impl:
gr::owc::binary_to_decimal_mapper

Public Member Functions

 binary_to_decimal_mapper_impl (int modulation_order)
 
 ~binary_to_decimal_mapper_impl ()
 
void set_modulation_order (int modulation_order)
 
int modulation_order ()
 
int bits_to_decimal (std::vector< float > bits_array, int num_bits)
 
int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 

Additional Inherited Members

- Public Types inherited from gr::owc::binary_to_decimal_mapper
typedef boost::shared_ptr< binary_to_decimal_mappersptr
 
- Static Public Member Functions inherited from gr::owc::binary_to_decimal_mapper
static sptr make (int modulation_order)
 Return a shared_ptr to a new instance of owc::binary_to_decimal_mapper. More...
 

Constructor & Destructor Documentation

◆ binary_to_decimal_mapper_impl()

gr::owc::binary_to_decimal_mapper_impl::binary_to_decimal_mapper_impl ( int  modulation_order)

◆ ~binary_to_decimal_mapper_impl()

gr::owc::binary_to_decimal_mapper_impl::~binary_to_decimal_mapper_impl ( )

Member Function Documentation

◆ bits_to_decimal()

int gr::owc::binary_to_decimal_mapper_impl::bits_to_decimal ( std::vector< float >  bits_array,
int  num_bits 
)
inline

◆ modulation_order()

int gr::owc::binary_to_decimal_mapper_impl::modulation_order ( )
inline

Referenced by set_modulation_order().

◆ set_modulation_order()

void gr::owc::binary_to_decimal_mapper_impl::set_modulation_order ( int  modulation_order)
inline

References modulation_order().

◆ work()

int gr::owc::binary_to_decimal_mapper_impl::work ( int  noutput_items,
gr_vector_const_void_star &  input_items,
gr_vector_void_star &  output_items 
)

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