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
CursorData Struct Reference

Structure to store timestamped cursor data. More...

#include <data_structures.h>

Data Fields

uint16_t x
 
uint16_t y
 
uint16_t v0
 
uint16_t v1
 

Detailed Description

Structure to store timestamped cursor data.

Field Documentation

◆ v0

uint16_t CursorData::v0

Unsigned integer mV for Analog-1 input.

◆ v1

uint16_t CursorData::v1

Unsigned integer mV for Analog-2 input.

◆ x

uint16_t CursorData::x

Unsigned integer for x-pixel coordinate.

◆ y

uint16_t CursorData::y

Unsigned integer for y-pixel coordinate.