|
MAV'RIC
|
Buffer structure. More...
#include <buffer.h>

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. | |
Buffer structure.
1.8.9.1