![]() |
Speeduino
|
3D table data types and functions More...

Go to the source code of this file.
Classes | |
| struct | table3d_t |
Macros | |
| #define | CONCRETE_TABLE_ACTION(testKey, action, defaultAction, ...) |
Enumerations | |
| enum | table_type_t { table_type_None , TABLE3D_GEN_TYPEKEY =(6, Rpm, Load,) TABLE3D_GEN_TYPEKEY (4, Rpm, Load,) TABLE3D_GEN_TYPEKEY (8, Rpm, Load,) TABLE3D_GEN_TYPEKEY (16, Rpm, Load,) , TABLE3D_GEN_TYPEKEY =(6, Rpm, Load,) TABLE3D_GEN_TYPEKEY (4, Rpm, Load,) TABLE3D_GEN_TYPEKEY (8, Rpm, Load,) TABLE3D_GEN_TYPEKEY (16, Rpm, Load,) } |
| Table type identifiers. Limited compile time RTTI. More... | |
Functions | |
| table_value_iterator | rows_begin (table3d_t *pTable, table_type_t key) |
| table_axis_iterator | x_begin (table3d_t *pTable, table_type_t key) |
| table_axis_iterator | x_rbegin (table3d_t *pTable, table_type_t key) |
| table_axis_iterator | y_begin (table3d_t *pTable, table_type_t key) |
| table_axis_iterator | y_rbegin (table3d_t *pTable, table_type_t key) |
Variables | |
| Rpm | |
| Load | |
3D table data types and functions