GNU Radio's MIXALOT Package
gr::mixalot::pocencode Class Reference

<+description of block+> More...

#include <pocencode.h>

Inheritance diagram for gr::mixalot::pocencode:
[legend]

Public Types

enum  msgtype_t { Numeric = 0 , Alpha = 1 }
 
typedef std::shared_ptr< pocencodesptr
 

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.
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<pocencode> gr::mixalot::pocencode::sptr

Member Enumeration Documentation

◆ msgtype_t

Enumerator
Numeric 
Alpha 

Member Function Documentation

◆ make()

static sptr gr::mixalot::pocencode::make ( int  type = 0,
unsigned int  baudrate = 1200,
unsigned int  capcode = 0,
std::string  message = "",
unsigned long  symrate = 38400 
)
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.


The documentation for this class was generated from the following file: