![]() |
Midnight Sun Firmware
|
struct containing details of circular buffer More...
#include <network_buffer.h>
Public Attributes | |
| uint8_t | data [NETWORK_BUFFER_SIZE] |
| uint16_t | num_items |
| uint16_t | write_index |
| uint16_t | read_index |
struct containing details of circular buffer
| data | pointer to internally held data |
| size | size of circular buffer |
| insert | current insert index |
| head | current read index |