#include <frame_sync_impl.h>
|
| frame_sync_impl (float samp_rate, uint32_t bandwidth, uint8_t sf, bool impl_head, std::vector< uint16_t > sync_word) |
| Construct a new frame sync impl object.
|
|
| ~frame_sync_impl () |
| Destroy the frame sync 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< frame_sync > | sptr |
|
static sptr | make (float samp_rate, uint32_t bandwidth, uint8_t sf, bool impl_head, std::vector< uint16_t > sync_word) |
| Return a shared_ptr to a new instance of lora_sdr::frame_sync.
|
|
◆ frame_sync_impl()
gr::lora_sdr::frame_sync_impl::frame_sync_impl |
( |
float |
samp_rate, |
|
|
uint32_t |
bandwidth, |
|
|
uint8_t |
sf, |
|
|
bool |
impl_head, |
|
|
std::vector< uint16_t > |
sync_word |
|
) |
| |
Construct a new frame sync impl object.
- Parameters
-
samp_rate | |
bandwidth | |
sf | |
impl_head | |
sync_word | |
◆ ~frame_sync_impl()
gr::lora_sdr::frame_sync_impl::~frame_sync_impl |
( |
| ) |
|
Destroy the frame sync impl object.
◆ forecast()
void gr::lora_sdr::frame_sync_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
- Parameters
-
noutput_items | |
ninput_items_required | |
◆ general_work()
int gr::lora_sdr::frame_sync_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: