GNU Radio's MIXALOT Package
|
<+description of block+> More...
#include <pocencode.h>
Public Types | |
enum | msgtype_t { Numeric = 0 , Alpha = 1 } |
typedef std::shared_ptr< pocencode > | sptr |
Static Public Member Functions | |
static sptr | make (int type=0, unsigned int baudrate=1200, unsigned int capcode=0, std::string message="", unsigned long symrate=38400) |
Return a shared_ptr to a new instance of mixalot::pocencode. | |
<+description of block+>
typedef std::shared_ptr<pocencode> gr::mixalot::pocencode::sptr |
|
static |
Return a shared_ptr to a new instance of mixalot::pocencode.
To avoid accidental use of raw pointers, mixalot::pocencode's constructor is in a private implementation class. mixalot::pocencode::make is the public interface for creating new instances.