|
rusEFI
The most advanced open source ECU
|
#include <Map2D.h>


Public Member Functions | |
| Map2D (const char *const name) | |
| void | initTable (const TValue(&values)[TLength], const TBin(&bins)[TLength]) |
| virtual std::optional< float > | getValue (const float x) const |
Private Attributes | |
| const char *const | m_name |
| const TValue(* | m_values )[TLength] = nullptr |
| const TBin(* | m_bins )[TLength] = nullptr |
| Map2D< TLength, TValue, TBin >::Map2D | ( | const char *const | name | ) |
|
virtual |
Implements ValueProvider2D.
Definition at line 40 of file Map2D.h.
| void Map2D< TLength, TValue, TBin >::initTable | ( | const TValue(&) | values[TLength], |
| const TBin(&) | bins[TLength] | ||
| ) |
|
private |
|
private |