Class abstracting a buffer of measurements.
More...
#include <MeasurementsBuffer.h>
Class abstracting a buffer of measurements.
- See also
- Measurement
◆ add()
Add a measurement to the buffer.
- Parameters
-
◆ getEntryAt()
Measurement MeasurementsBuffer::getEntryAt |
( |
int |
index | ) |
|
Get the measurement at given index.
- Parameters
-
index | Index of measurement to obtain |
- Returns
- Measurement at given index
◆ getLastRecordedPointIndex()
int MeasurementsBuffer::getLastRecordedPointIndex |
( |
| ) |
|
Get index of last insertion.
- Returns
- Index of last insertion
◆ getSize()
int MeasurementsBuffer::getSize |
( |
| ) |
|
Obtain the size of the buffer.
- Returns
- Size of the buffer
The documentation for this class was generated from the following files: