|  | Speeduino
    | 
#include <table.h>
| Public Attributes | |
| byte | xSize | 
| byte | ySize | 
| byte ** | values | 
| int16_t * | axisX | 
| int16_t * | axisY | 
| byte | lastXMax | 
| byte | lastXMin | 
| byte | lastYMax | 
| byte | lastYMin | 
| int16_t | lastXInput | 
| int16_t | lastYInput | 
| byte | lastOutput | 
| bool | cacheIsValid | 
| This tracks whether the tables cache should be used. Ordinarily this is true, but is set to false whenever TunerStudio sends a new value for the table.  More... | |
| int16_t* table3D::axisX | 
| int16_t* table3D::axisY | 
| bool table3D::cacheIsValid | 
This tracks whether the tables cache should be used. Ordinarily this is true, but is set to false whenever TunerStudio sends a new value for the table.
| byte table3D::lastOutput | 
| int16_t table3D::lastXInput | 
| byte table3D::lastXMax | 
| byte table3D::lastXMin | 
| int16_t table3D::lastYInput | 
| byte table3D::lastYMax | 
| byte table3D::lastYMin | 
| byte** table3D::values | 
| byte table3D::xSize | 
| byte table3D::ySize |