VEXcode IQ C++ Unofficial documentation for version 3.0.4.1
Loading...
Searching...
No Matches
vex::optical::gesture Class Reference

A class to collect all gesture detection data. More...

#include <vex_optical.h>

Public Attributes

const uint8_t & udata = _udata
 
const uint8_t & ddata = _ddata
 
const uint8_t & ldata = _ldata
 
const uint8_t & rdata = _rdata
 
const uint32_t & count = _count
 
const gestureTypetype = _type
 

Detailed Description

A class to collect all gesture detection data.

Definition at line 139 of file vex_optical.h.

Member Data Documentation

◆ count

const uint32_t& vex::optical::gesture::count = _count

Definition at line 158 of file vex_optical.h.

◆ ddata

const uint8_t& vex::optical::gesture::ddata = _ddata

Definition at line 155 of file vex_optical.h.

◆ ldata

const uint8_t& vex::optical::gesture::ldata = _ldata

Definition at line 156 of file vex_optical.h.

◆ rdata

const uint8_t& vex::optical::gesture::rdata = _rdata

Definition at line 157 of file vex_optical.h.

◆ type

const gestureType& vex::optical::gesture::type = _type

Definition at line 160 of file vex_optical.h.

◆ udata

const uint8_t& vex::optical::gesture::udata = _udata

Definition at line 154 of file vex_optical.h.


The documentation for this class was generated from the following file: