#include <mu_synchro_impl.h>
|
| mu_synchro_impl (uint8_t sf, uint8_t os_factor, uint32_t len) |
| Construct a new mu synchro impl object.
|
|
| ~mu_synchro_impl () |
| Destroy the mu synchro impl object.
|
|
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
|
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
|
typedef std::shared_ptr< mu_synchro > | sptr |
|
static sptr | make (uint8_t sf, uint8_t os_factor, uint32_t len) |
| Synchronise to the strongest user present.
|
|
◆ mu_synchro_impl()
gr::lora_sdr::mu_synchro_impl::mu_synchro_impl |
( |
uint8_t |
sf, |
|
|
uint8_t |
os_factor, |
|
|
uint32_t |
len |
|
) |
| |
Construct a new mu synchro impl object.
- Parameters
-
◆ ~mu_synchro_impl()
gr::lora_sdr::mu_synchro_impl::~mu_synchro_impl |
( |
| ) |
|
Destroy the mu synchro impl object.
◆ forecast()
void gr::lora_sdr::mu_synchro_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
- Parameters
-
noutput_items | |
ninput_items_required | |
◆ general_work()
int gr::lora_sdr::mu_synchro_impl::general_work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
- Parameters
-
noutput_items | |
ninput_items | |
input_items | |
output_items | |
- Returns
- int
The documentation for this class was generated from the following file: