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 timestamped cursor data. More...
#include <data_structures.h>
Data Fields | |
uint16_t | x |
uint16_t | y |
uint16_t | v0 |
uint16_t | v1 |
Structure to store timestamped cursor data.
uint16_t CursorData::v0 |
Unsigned integer mV for Analog-1 input.
uint16_t CursorData::v1 |
Unsigned integer mV for Analog-2 input.
uint16_t CursorData::x |
Unsigned integer for x-pixel coordinate.
uint16_t CursorData::y |
Unsigned integer for y-pixel coordinate.