21#ifndef INCLUDED_LORA_CONTROLLER_H
22#define INCLUDED_LORA_CONTROLLER_H
25#include <gnuradio/block.h>
35 class channelizer_impl;
39 typedef boost::shared_ptr<controller>
sptr;
#define LORA_API
Definition api.h:30
Definition controller.h:37
boost::shared_ptr< controller > sptr
Definition controller.h:39
static sptr make(void *parent)
Return a shared_ptr to a new instance of lora::controller.
Definition channelizer.h:28