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

#include <frame_sync_impl.h>

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

Public Member Functions

 frame_sync_impl (uint32_t center_freq, uint32_t bandwidth, uint8_t sf, bool impl_head, std::vector< uint16_t > sync_word, uint8_t os_factor, uint16_t preamb_len)
 
 ~frame_sync_impl ()
 
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)
 

Additional Inherited Members

- Public Types inherited from gr::lora_sdr::frame_sync
typedef std::shared_ptr< frame_syncsptr
 
typedef std::shared_ptr< frame_syncsptr
 
- Static Public Member Functions inherited from gr::lora_sdr::frame_sync
static sptr make (uint32_t center_freq, uint32_t bandwidth, uint8_t sf, bool impl_head, std::vector< uint16_t > sync_word, uint8_t os_factor, uint16_t preamble_len)
 Return a shared_ptr to a new instance of lora_sdr::frame_sync.
 
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.
 

Constructor & Destructor Documentation

◆ frame_sync_impl()

gr::lora_sdr::frame_sync_impl::frame_sync_impl ( uint32_t  center_freq,
uint32_t  bandwidth,
uint8_t  sf,
bool  impl_head,
std::vector< uint16_t >  sync_word,
uint8_t  os_factor,
uint16_t  preamb_len 
)

◆ ~frame_sync_impl()

gr::lora_sdr::frame_sync_impl::~frame_sync_impl ( )

Member Function Documentation

◆ forecast()

void gr::lora_sdr::frame_sync_impl::forecast ( int  noutput_items,
gr_vector_int &  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 
)

The documentation for this class was generated from the following file: