GNU Radio's LORA_SDR Package
|
<+description of block+> More...
#include <frame_sync.h>
Public Types | |
typedef std::shared_ptr< frame_sync > | sptr |
Static Public Member Functions | |
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. | |
<+description of block+>
typedef std::shared_ptr<frame_sync> gr::lora_sdr::frame_sync::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::frame_sync.
To avoid accidental use of raw pointers, lora_sdr::frame_sync's constructor is in a private implementation class. lora_sdr::frame_sync::make is the public interface for creating new instances.