GNU Radio's FRAMERS Package
fifo_c Class Reference

#include <hdlc_framer.h>

Public Member Functions

 fifo_c ()
 
 ~fifo_c ()
 
void push (unsigned char c)
 
unsigned char pop ()
 
int empty ()
 
int full ()
 
int space_left ()
 

Constructor & Destructor Documentation

fifo_c::fifo_c ( )
inline
fifo_c::~fifo_c ( )
inline

Member Function Documentation

int fifo_c::empty ( )
inline
int fifo_c::full ( )
inline
unsigned char fifo_c::pop ( )
inline
void fifo_c::push ( unsigned char  c)
inline
int fifo_c::space_left ( )
inline

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