#include <hier_rx_impl.h>
|
| | hier_rx_impl (float samp_rate, uint32_t bandwidth, uint8_t sf, bool impl_head, uint8_t cr, uint32_t pay_len, bool has_crc, std::vector< uint16_t > sync_words, bool exit) |
| | Construct a new hier rx impl object. More...
|
| |
| | ~hier_rx_impl () |
| | Destroy the hier rx impl object. More...
|
| |
|
| typedef std::shared_ptr< hier_rx > | sptr |
| |
| static sptr | make (float samp_rate, uint32_t bandwidth, uint8_t sf, bool impl_head, uint8_t cr, uint32_t pay_len, bool has_crc, std::vector< uint16_t > sync_words, bool exit) |
| | Return a shared_ptr to a new instance of lora_sdr::hier_rx. More...
|
| |
◆ hier_rx_impl()
| gr::lora_sdr::hier_rx_impl::hier_rx_impl |
( |
float |
samp_rate, |
|
|
uint32_t |
bandwidth, |
|
|
uint8_t |
sf, |
|
|
bool |
impl_head, |
|
|
uint8_t |
cr, |
|
|
uint32_t |
pay_len, |
|
|
bool |
has_crc, |
|
|
std::vector< uint16_t > |
sync_words, |
|
|
bool |
exit |
|
) |
| |
Construct a new hier rx impl object.
- Parameters
-
| samp_rate | : sampling rate to use |
| bandwidth | : bandwith to use |
| sf | : spreading factor to use |
| impl_head | : impl_head mode (boolean) |
| cr | : coding rate |
| pay_len | : payload length |
| has_crc | : has_crc (boolean) |
| sync_words | : syncwords to use |
| exit | : boolean to tell system what to do on done signal (exit or not) |
◆ ~hier_rx_impl()
| gr::lora_sdr::hier_rx_impl::~hier_rx_impl |
( |
| ) |
|
Destroy the hier rx impl object.
The documentation for this class was generated from the following file: