#include <gray_enc_impl.h>
|
| gray_enc_impl () |
| Construct a new gray enc impl object.
|
|
| ~gray_enc_impl () |
| Destroy the gray enc impl object.
|
|
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| Main function where the actual computation happens.
|
|
◆ gray_enc_impl()
gr::lora_sdr::gray_enc_impl::gray_enc_impl |
( |
| ) |
|
Construct a new gray enc impl object.
◆ ~gray_enc_impl()
gr::lora_sdr::gray_enc_impl::~gray_enc_impl |
( |
| ) |
|
Destroy the gray enc impl object.
◆ work()
int gr::lora_sdr::gray_enc_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
Main function where the actual computation happens.
- Parameters
-
noutput_items | : number of input items |
input_items | : input item (i.e. output data from the interleaving stage) |
output_items | : output data |
- Returns
- int
The documentation for this class was generated from the following file: