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;
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
@ Numeric
Definition gscencode.h:23
@ Alpha
Definition gscencode.h:23
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:14
Definition flexencode.h:13