GNU Radio's LORA Package
|
<+description of block+> More...
#include <mod.h>
Public Types | |
typedef boost::shared_ptr< mod > | sptr |
Static Public Member Functions | |
static sptr | make (short spreading_factor, unsigned char d_sync_word) |
Return a shared_ptr to a new instance of lora::mod. More... | |
<+description of block+>
typedef boost::shared_ptr<mod> gr::lora::mod::sptr |
|
static |
Return a shared_ptr to a new instance of lora::mod.
To avoid accidental use of raw pointers, lora::mod's constructor is in a private implementation class. lora::mod::make is the public interface for creating new instances.