Data structure that holds the recorded data.
More...
#include <connection_data_logger.h>
|
std::vector< double > | recorder_times_ |
|
std::vector< std::vector< double > > | recorder_values_ |
|
double | interval_ |
|
Data structure that holds the recorded data.
◆ RecorderData()
spore::ConnectionDataLoggerBase::RecorderData::RecorderData |
( |
size_t |
size | ) |
|
Constructor.
- Parameters
-
size | number of variables in the recorder buffer. |
◆ clear()
void spore::ConnectionDataLoggerBase::RecorderData::clear |
( |
| ) |
|
Constructor.
- Parameters
-
size | number of variables in the recorder buffer. |
The documentation for this struct was generated from the following files: