Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

TCbuf Class Reference

TCbuf Class Reference

The Circular Buffer. More...

#include <usrlib.h>

Public Member Functions

 TCbuf (byte *const Address, const byte Size)
 Circular buffer function-member description.

Detailed Description

The Circular Buffer.

Byte-wide FIFO. Allows to: add byte, get byte, write bytes from array, read bytes to array, and some other service actions.

Definition at line 67 of file usrlib.h.


Constructor & Destructor Documentation

TCbuf ( byte *const   Address,
const byte  Size 
)

Circular buffer function-member description.

Definition at line 53 of file usrlib.cpp.