GNU Radio's LORA_SDR Package
gr::lora_sdr::whitening_impl Class Reference

#include <whitening_impl.h>

Inheritance diagram for gr::lora_sdr::whitening_impl:
[legend]

Public Member Functions

 whitening_impl (bool is_hex, bool use_length_tag, char separator, std::string length_tag_name)
 
 ~whitening_impl ()
 
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::lora_sdr::whitening
typedef std::shared_ptr< whiteningsptr
 
- Static Public Member Functions inherited from gr::lora_sdr::whitening
static sptr make (bool is_hex, bool use_length_tag, char separator=',', std::string length_tag_name="")
 Return a shared_ptr to a new instance of lora_sdr::whitening.
 

Constructor & Destructor Documentation

◆ whitening_impl()

gr::lora_sdr::whitening_impl::whitening_impl ( bool  is_hex,
bool  use_length_tag,
char  separator,
std::string  length_tag_name 
)

◆ ~whitening_impl()

gr::lora_sdr::whitening_impl::~whitening_impl ( )

Member Function Documentation

◆ work()

int gr::lora_sdr::whitening_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: