<+description of block+>
More...
#include <decoder.h>
|
static sptr | make (float samp_rate, uint32_t bandwidth, uint8_t sf, bool implicit, uint8_t cr, bool crc, bool reduced_rate, bool disable_drift_correction) |
| Return a shared_ptr to a new instance of lora::decoder.
|
|
◆ sptr
◆ make()
static sptr gr::lora::decoder::make |
( |
float |
samp_rate, |
|
|
uint32_t |
bandwidth, |
|
|
uint8_t |
sf, |
|
|
bool |
implicit, |
|
|
uint8_t |
cr, |
|
|
bool |
crc, |
|
|
bool |
reduced_rate, |
|
|
bool |
disable_drift_correction |
|
) |
| |
|
static |
Return a shared_ptr to a new instance of lora::decoder.
To avoid accidental use of raw pointers, lora::decoder's constructor is in a private implementation class. lora::decoder::make is the public interface for creating new instances.
◆ set_samp_rate()
virtual void gr::lora::decoder::set_samp_rate |
( |
float |
samp_rate | ) |
|
|
pure virtual |
◆ set_sf()
virtual void gr::lora::decoder::set_sf |
( |
uint8_t |
sf | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: