Data Fields

buffer_t Struct Reference
[Buffer Managment]

Data Fields

uint8_t data []
uint8_t iend
uint8_t istart
uint8_t len
void * next
uint8_t used

Detailed Description

buffer structure, which supports appending and prepending of data as well as chaining other buffers.

Definition at line 72 of file ioutil.h.


Field Documentation

uint8_t buffer_t::data[]

data block

Definition at line 85 of file ioutil.h.

uint8_t buffer_t::iend

index of the end of the data block

Definition at line 83 of file ioutil.h.

index of the start of the data block

Definition at line 81 of file ioutil.h.

uint8_t buffer_t::len

total lenght of the data block

Definition at line 79 of file ioutil.h.

pointer to next buffer

Definition at line 75 of file ioutil.h.

uint8_t buffer_t::used

tag if buffer is used or free

Definition at line 77 of file ioutil.h.


This documentation for µracoli was generated on Wed Feb 2 2011 by  doxygen 1.7.1