GNU Radio's GSM Package
|
<+description of block+> More...
#include <extract_assignment_cmd.h>
Public Types | |
typedef boost::shared_ptr< extract_assignment_cmd > | sptr |
Public Member Functions | |
virtual std::vector< int > | get_assignment_commands ()=0 |
Static Public Member Functions | |
static sptr | make () |
Return a shared_ptr to a new instance of gsm::extract_assignment_cmd. More... | |
<+description of block+>
typedef boost::shared_ptr<extract_assignment_cmd> gr::gsm::extract_assignment_cmd::sptr |
|
pure virtual |
Implemented in gr::gsm::extract_assignment_cmd_impl.
|
static |
Return a shared_ptr to a new instance of gsm::extract_assignment_cmd.
To avoid accidental use of raw pointers, gsm::extract_assignment_cmd's constructor is in a private implementation class. gsm::extract_assignment_cmd::make is the public interface for creating new instances.