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