GNU Radio's GSM Package
|
<+description of block+> More...
#include <trx_burst_if.h>
Public Types | |
typedef std::shared_ptr< trx_burst_if > | sptr |
Static Public Member Functions | |
static sptr | make (const std::string &bind_addr, const std::string &remote_addr, const std::string &base_port) |
Return a shared_ptr to a new instance of grgsm::trx_burst_if. | |
<+description of block+>
typedef std::shared_ptr<trx_burst_if> gr::gsm::trx_burst_if::sptr |
|
static |
Return a shared_ptr to a new instance of grgsm::trx_burst_if.
To avoid accidental use of raw pointers, grgsm::trx_burst_if's constructor is in a private implementation class. grgsm::trx_burst_if::make is the public interface for creating new instances.