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

Frame detector block, looks for a LoRa frame given SF, sapling rate and BW. Once this block has found the preamble upchirps the block will output n_bytes to its output. More...

#include <frame_detector_timeout.h>

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

Public Types

typedef std::shared_ptr< frame_detector_timeoutsptr
 

Static Public Member Functions

static sptr make (uint8_t sf, uint32_t samp_rate, uint32_t bw, uint8_t n_bytes, bool detect_second_packet)
 Return a shared_ptr to a new instance of lora_sdr::frame_detector_timeout.
 

Detailed Description

Frame detector block, looks for a LoRa frame given SF, sapling rate and BW. Once this block has found the preamble upchirps the block will output n_bytes to its output.

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::lora_sdr::frame_detector_timeout::make ( uint8_t  sf,
uint32_t  samp_rate,
uint32_t  bw,
uint8_t  n_bytes,
bool  detect_second_packet 
)
static

Return a shared_ptr to a new instance of lora_sdr::frame_detector_timeout.

To avoid accidental use of raw pointers, lora_sdr::frame_detector_timeout's constructor is in a private implementation class. lora_sdr::frame_detector_timeout::make is the public interface for creating new instances.


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