GNU Radio's LORA Package
|
#include <controller.h>
Public Types | |
typedef boost::shared_ptr< controller > | sptr |
Static Public Member Functions | |
static sptr | make (void *parent) |
Return a shared_ptr to a new instance of lora::controller. | |
typedef boost::shared_ptr<controller> gr::lora::controller::sptr |
|
static |
Return a shared_ptr to a new instance of lora::controller.
To avoid accidental use of raw pointers, lora::controller's constructor is in a private implementation class. lora::controller::make is the public interface for creating new instances.