GNU Radio's LORA Package
gr::lora::controller Class Reference

#include <controller.h>

Inheritance diagram for gr::lora::controller:

Public Types

typedef boost::shared_ptr< controllersptr
 

Static Public Member Functions

static sptr make (void *parent)
 Return a shared_ptr to a new instance of lora::controller.
 

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<controller> gr::lora::controller::sptr

Member Function Documentation

◆ make()

static sptr gr::lora::controller::make ( void *  parent)
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.


The documentation for this class was generated from the following file: