TaskController 2.2.23
A light-weight UI that serves as the task/parameter front-end.
Loading...
Searching...
No Matches
TrialTargets Struct Reference

#include <controller.h>

Data Fields

uint16_t T1_x
 
uint16_t T1_y
 
uint16_t T2_x
 
uint16_t T2_y
 
uint8_t seqIndex
 
Target target
 
Direction direction
 

Field Documentation

◆ direction

Direction TrialTargets::direction

Trial direction (in-to-out or out-to-in).

◆ seqIndex

uint8_t TrialTargets::seqIndex

Index of target within a pseudo-randomized sequence.

◆ T1_x

uint16_t TrialTargets::T1_x

T1 x-pixel.

◆ T1_y

uint16_t TrialTargets::T1_y

T1 y-pixel.

◆ T2_x

uint16_t TrialTargets::T2_x

T2 x-pixel.

◆ T2_y

uint16_t TrialTargets::T2_y

T2 y-pixel.

◆ target

Target TrialTargets::target

Target enumeration.