Speeduino
Public Attributes | List of all members
table3D Struct Reference

#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...
 

Member Data Documentation

◆ axisX

int16_t* table3D::axisX

◆ axisY

int16_t* table3D::axisY

◆ cacheIsValid

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.

◆ lastOutput

byte table3D::lastOutput

◆ lastXInput

int16_t table3D::lastXInput

◆ lastXMax

byte table3D::lastXMax

◆ lastXMin

byte table3D::lastXMin

◆ lastYInput

int16_t table3D::lastYInput

◆ lastYMax

byte table3D::lastYMax

◆ lastYMin

byte table3D::lastYMin

◆ values

byte** table3D::values

◆ xSize

byte table3D::xSize

◆ ySize

byte table3D::ySize

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