list_hdr Struct Reference

#include <list.h>


Data Fields

uint8_t size
uint8_t cur_size
uint8_t beg_indice
int8_t read_cursor


Detailed Description

This structure is the header of a list type.

Definition at line 272 of file list.h.


Field Documentation

uint8_t list_hdr::size

The size of the list (number of elements)

Definition at line 273 of file list.h.

Referenced by dumplist().

number of data in the list

Definition at line 274 of file list.h.

Referenced by dumplist().

indice of the first elt

Definition at line 275 of file list.h.

Referenced by dumplist().

read cursor

Definition at line 276 of file list.h.

Referenced by dumplist().


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

Generated on Fri Mar 12 06:32:30 2010 for AVR by  doxygen 1.5.6