#include <hamming_enc_impl.h>
|
| | hamming_enc_impl (uint8_t cr, uint8_t sf) |
| | Construct a new hamming enc impl object. More...
|
| |
| | ~hamming_enc_impl () |
| | Destroy the hamming enc impl object. More...
|
| |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| | Main function that does the actual hamming encoding. With cr : coding rate, and sf : spreading factor. More...
|
| |
◆ hamming_enc_impl()
| gr::lora_sdr::hamming_enc_impl::hamming_enc_impl |
( |
uint8_t |
cr, |
|
|
uint8_t |
sf |
|
) |
| |
Construct a new hamming enc impl object.
- Parameters
-
| cr | : coding rate |
| sf | : spreading factor |
◆ ~hamming_enc_impl()
| gr::lora_sdr::hamming_enc_impl::~hamming_enc_impl |
( |
| ) |
|
Destroy the hamming enc impl object.
◆ work()
| int gr::lora_sdr::hamming_enc_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
Main function that does the actual hamming encoding. With cr : coding rate, and sf : spreading factor.
- Parameters
-
| noutput_items | : number of output items |
| input_items | : number of input items |
| output_items | : number of output items |
- Returns
- int
The documentation for this class was generated from the following file: