structure to hold current hand state while recording with demo-benchmark More...
Public Member Functions | |
sRecordedData (double _t, std::vector< double > const &_aaa, std::vector< double > const &_aav, std::vector< double > const &_atv) | |
Public Attributes | |
std::vector< double > | aaa |
std::vector< double > | aav |
std::vector< double > | atv |
double | t |
structure to hold current hand state while recording with demo-benchmark
Definition at line 113 of file demo-benchmark.cpp.
|
inline |
Definition at line 120 of file demo-benchmark.cpp.
std::vector<double> sRecordedData::aaa |
Definition at line 116 of file demo-benchmark.cpp.
std::vector<double> sRecordedData::aav |
Definition at line 117 of file demo-benchmark.cpp.
std::vector<double> sRecordedData::atv |
Definition at line 118 of file demo-benchmark.cpp.
double sRecordedData::t |
Definition at line 115 of file demo-benchmark.cpp.