MBot Software Library
v1.0
An API documentation to mbot_firmware repository
|
Struct containing state of a ringbuffer and pointer to dynamically allocated memory. More...
#include <ring_buffer.h>
Public Attributes | |
double * | d |
pointer to dynamically allocated data | |
int | size |
number of elements the buffer can hold | |
int | index |
index of the most recently added value | |
int | initialized |
flag indicating if memory has been allocated for the buffer | |
Struct containing state of a ringbuffer and pointer to dynamically allocated memory.