DataStructures 1.6.16
A small compiled C library of data structures used in the NHP wrist center-out and other tasks.
|
Structure to store/retrieve data from/to logs. More...
#include <data_structures.h>
Data Fields | |
uint16_t | set_index |
uint16_t | parameters_index |
StateData | state |
TrialData | trial |
Structure to store/retrieve data from/to logs.
uint16_t LogData::parameters_index |
Index of current parameter-set.
uint16_t LogData::set_index |
Index of current behavior-set.
StateData LogData::state |
Current task state.
TrialData LogData::trial |
Indicator of task performance.