MAV'RIC
Public Attributes | List of all members
buffer_t Struct Reference

Buffer structure. More...

#include <buffer.h>

Collaboration diagram for buffer_t:
Collaboration graph

Public Attributes

uint8_t Buffer [BUFFER_SIZE]
 Array of bytes containing the data.
 
uint8_t buffer_head
 Head of the buffer (newest byte)
 
uint8_t buffer_tail
 Tail of the buffer (oldest byte)
 
uint8_t full
 Boolean, 1 if full, 0 if not.
 

Detailed Description

Buffer structure.


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