![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
ring buffer helper class (template) More...
#include <ringbuffer.h>
Public Member Functions | |
| RingBuffer (datatype initial_value=datatype()) | |
| datatype | getValueAt (unsigned point) |
| datatype | getPreviousAt (unsigned position) |
| datatype | operator[] (unsigned position) |
| void | pushValue (datatype value) |
| void | setAllValues (const datatype &value) |
| unsigned | GetSize (void) |
ring buffer helper class (template)
Definition at line 29 of file ringbuffer.h.
|
inline |
Definition at line 32 of file ringbuffer.h.
|
inline |
Definition at line 44 of file ringbuffer.h.
|
inline |
Definition at line 68 of file ringbuffer.h.
|
inline |
Definition at line 39 of file ringbuffer.h.
Referenced by RingBuffer< datatype, size >::operator[]().
|
inline |
Definition at line 49 of file ringbuffer.h.
References RingBuffer< datatype, size >::getValueAt().
|
inline |
Definition at line 54 of file ringbuffer.h.
Definition at line 62 of file ringbuffer.h.