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