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

#include <decimal_to_binary_mapper_impl.h>

Inheritance diagram for gr::owc::decimal_to_binary_mapper_impl:
gr::owc::decimal_to_binary_mapper

Public Member Functions

 decimal_to_binary_mapper_impl (int modulation_order)
 
 ~decimal_to_binary_mapper_impl ()
 
void set_modulation_order (int modulation_order)
 
int modulation_order ()
 
std::vector< int > decimal_to_binary (int decimal_value, int num_output_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::decimal_to_binary_mapper
typedef boost::shared_ptr< decimal_to_binary_mappersptr
 
- Static Public Member Functions inherited from gr::owc::decimal_to_binary_mapper
static sptr make (int modulation_order)
 Return a shared_ptr to a new instance of owc::decimal_to_binary_mapper. More...
 

Constructor & Destructor Documentation

◆ decimal_to_binary_mapper_impl()

gr::owc::decimal_to_binary_mapper_impl::decimal_to_binary_mapper_impl ( int  modulation_order)

◆ ~decimal_to_binary_mapper_impl()

gr::owc::decimal_to_binary_mapper_impl::~decimal_to_binary_mapper_impl ( )

Member Function Documentation

◆ decimal_to_binary()

std::vector<int> gr::owc::decimal_to_binary_mapper_impl::decimal_to_binary ( int  decimal_value,
int  num_output_bits 
)
inline

◆ modulation_order()

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

Referenced by set_modulation_order().

◆ set_modulation_order()

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

References modulation_order().

◆ work()

int gr::owc::decimal_to_binary_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: