GNU Radio's FRAMERS Package
hdlc_framer.h File Reference
#include <vector>
#include <stdio.h>

Go to the source code of this file.

Classes

class  fifo_c
 
class  hdlc_framer
 

Variables

static const int LINUX = 0
 
static const int OSX = 1
 
static const int FRAME_MAX = 8192
 
static const int STR_MAX = 256
 
static const unsigned char FLAG = 0x7E
 

Variable Documentation

const unsigned char FLAG = 0x7E
static
const int FRAME_MAX = 8192
static
const int LINUX = 0
static
const int OSX = 1
static
const int STR_MAX = 256
static