Speeduino
Loading...
Searching...
No Matches
Classes | Enumerations | Functions | Variables
table3d.h File Reference

3D table data types and functions More...

#include "table3d_interpolate.h"
#include "table3d_axes.h"
#include "table3d_values.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  table3d_t
 

Enumerations

enum class  TableType : uint8_t { TableType::table_type_None }
 Table type identifiers. Limited compile time RTTI. More...
 

Functions

table_value_iterator rows_begin (table3d_t *pTable, TableType key)
 
table_axis_iterator x_begin (table3d_t *pTable, TableType key)
 
table_axis_iterator x_rbegin (table3d_t *pTable, TableType key)
 
table_axis_iterator y_begin (table3d_t *pTable, TableType key)
 
table_axis_iterator y_rbegin (table3d_t *pTable, TableType key)
 

Variables

 Rpm
 
 Load
 

Detailed Description

3D table data types and functions