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