|
Robot Control Library
|
Struct containing state of a ringbuffer and pointer to dynamically allocated memory. More...
#include <rc/math/ring_buffer.h>
Data Fields | |
| double * | d |
| pointer to dynamically allocated data More... | |
| int | size |
| number of elements the buffer can hold More... | |
| int | index |
| index of the most recently added value More... | |
| int | initialized |
| flag indicating if memory has been allocated for the buffer More... | |
Struct containing state of a ringbuffer and pointer to dynamically allocated memory.
| 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