#include <frame_src_impl.h>
|
| frame_src_impl (uint8_t sf, int pay_len, int delay, int offset, float cfo, int n_frames, int os_factor, bool rand_sto) |
| Construct a new frame src impl object.
|
|
| ~frame_src_impl () |
| Destroy the frame src impl object.
|
|
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| Standard gnuradio function.
|
|
|
typedef std::shared_ptr< frame_src > | sptr |
|
static sptr | make (uint8_t sf, int pay_len, int delay, int offset, float cfo, int n_frames, int os_factor, bool rand_sto) |
| Produce frames at a regular interval.
|
|
◆ frame_src_impl()
gr::lora_sdr::frame_src_impl::frame_src_impl |
( |
uint8_t |
sf, |
|
|
int |
pay_len, |
|
|
int |
delay, |
|
|
int |
offset, |
|
|
float |
cfo, |
|
|
int |
n_frames, |
|
|
int |
os_factor, |
|
|
bool |
rand_sto |
|
) |
| |
Construct a new frame src impl object.
- Parameters
-
sf | |
pay_len | |
delay | |
offset | |
cfo | |
n_frames | |
os_factor | |
rand_sto | |
◆ ~frame_src_impl()
gr::lora_sdr::frame_src_impl::~frame_src_impl |
( |
| ) |
|
Destroy the frame src impl object.
◆ work()
int gr::lora_sdr::frame_src_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
Standard gnuradio function.
- Parameters
-
noutput_items | |
input_items | |
output_items | |
- Returns
- int
The documentation for this class was generated from the following file: