rusEFI
The most advanced open source ECU
|
#include <table_func.h>
Public Member Functions | |
TableFunc (TBin(&bins)[TSize], TValue(&values)[TSize]) | |
SensorResult | convert (float inputValue) const override |
void | showInfo (float) const override |
![]() | |
SensorConverter (const SensorConverter &)=delete | |
SensorConverter ()=default | |
Private Attributes | |
TBin(& | m_bins )[TSize] |
TValue(& | m_values )[TSize] |
A function to convert input voltage output value based on a 2d table.
Definition at line 15 of file table_func.h.
|
inline |
Definition at line 17 of file table_func.h.
|
inlineoverridevirtual |
Implements SensorConverter.
Definition at line 23 of file table_func.h.
|
private |
Definition at line 30 of file table_func.h.
Referenced by TableFunc< TBin, TValue, TSize, TOutputScale >::convert().
|
private |
Definition at line 31 of file table_func.h.
Referenced by TableFunc< TBin, TValue, TSize, TOutputScale >::convert().