7#ifndef INCLUDED_MIXALOT_GSCENCODE_H
8#define INCLUDED_MIXALOT_GSCENCODE_H
12#include <gr_sync_block.h>
14#include <gnuradio/sync_block.h>
22 typedef std::shared_ptr<gscencode>
sptr;
23 typedef enum { Numeric = 0, Alpha = 1 } msgtype_t;
25 static sptr make(
int type=0,
unsigned int capcode = 0, std::string message=
"",
unsigned long symrate = 38400);
#define MIXALOT_API
Definition api.h:19
Definition gscencode.h:20
std::shared_ptr< gscencode > sptr
Definition gscencode.h:22
static sptr make(int type=0, unsigned int capcode=0, std::string message="", unsigned long symrate=38400)
Definition flexencode.h:13