|
Holds info on snapshot data extracted from a time range. More...
#include <RobotAPI/libraries/armem/util/prediction_helpers.h>
Public Attributes | |
std::string | errorMessage = "" |
LatestType | latestValue |
bool | success = false |
std::vector< double > | timestampsSec = {} |
std::vector< DataType > | values = {} |
Holds info on snapshot data extracted from a time range.
Used for performing predictions.
Definition at line 40 of file prediction_helpers.h.
std::string errorMessage = "" |
Definition at line 43 of file prediction_helpers.h.
LatestType latestValue |
Definition at line 47 of file prediction_helpers.h.
bool success = false |
Definition at line 42 of file prediction_helpers.h.
std::vector<double> timestampsSec = {} |
Definition at line 45 of file prediction_helpers.h.
std::vector<DataType> values = {} |
Definition at line 46 of file prediction_helpers.h.