GNU Radio's LORA_SDR Package
gr::lora_sdr::frame_src_impl Class Reference

#include <frame_src_impl.h>

Inheritance diagram for gr::lora_sdr::frame_src_impl:
[legend]

Public Member Functions

 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.
 

Additional Inherited Members

- Public Types inherited from gr::lora_sdr::frame_src
typedef std::shared_ptr< frame_srcsptr
 
- Static Public Member Functions inherited from gr::lora_sdr::frame_src
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.
 

Constructor & Destructor Documentation

◆ 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.

Member Function Documentation

◆ 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: