GNU Radio's LORA_SDR Package
|
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>
Public Types | |
typedef std::shared_ptr< frame_detector_timeout > | sptr |
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. | |
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.
typedef std::shared_ptr<frame_detector_timeout> gr::lora_sdr::frame_detector_timeout::sptr |
|
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.