![]() |
VEXcode IQ C++ Unofficial documentation for version 3.0.4.1
|
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 gestureType & | type = _type |
A class to collect all gesture detection data.
Definition at line 139 of file vex_optical.h.
const uint32_t& vex::optical::gesture::count = _count |
Definition at line 158 of file vex_optical.h.
const uint8_t& vex::optical::gesture::ddata = _ddata |
Definition at line 155 of file vex_optical.h.
const uint8_t& vex::optical::gesture::ldata = _ldata |
Definition at line 156 of file vex_optical.h.
const uint8_t& vex::optical::gesture::rdata = _rdata |
Definition at line 157 of file vex_optical.h.
const gestureType& vex::optical::gesture::type = _type |
Definition at line 160 of file vex_optical.h.
const uint8_t& vex::optical::gesture::udata = _udata |
Definition at line 154 of file vex_optical.h.