7#ifndef INCLUDED_MIXALOT_POCENCODE_H
8#define INCLUDED_MIXALOT_POCENCODE_H
11#include <gnuradio/sync_block.h>
24 typedef std::shared_ptr<pocencode>
sptr;
35 static sptr make(
int type=0,
unsigned int baudrate = 1200,
unsigned int capcode = 0, std::string message=
"",
unsigned long symrate = 38400);
#define MIXALOT_API
Definition api.h:19
<+description of block+>
Definition pocencode.h:22
@ Alpha
Definition pocencode.h:25
@ Numeric
Definition pocencode.h:25
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.
std::shared_ptr< pocencode > sptr
Definition pocencode.h:24
Definition flexencode.h:14
Definition flexencode.h:13