DataStructures 1.6.16
A small compiled C library of data structures used in the NHP wrist center-out and other tasks.
Loading...
Searching...
No Matches
LogData Struct Reference

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
 

Detailed Description

Structure to store/retrieve data from/to logs.

Field Documentation

◆ parameters_index

uint16_t LogData::parameters_index

Index of current parameter-set.

◆ set_index

uint16_t LogData::set_index

Index of current behavior-set.

◆ state

StateData LogData::state

Current task state.

◆ trial

TrialData LogData::trial

Indicator of task performance.