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


Public Member Functions | |
| SensorResult | convert (float input) const override |
| template<typename TGet > | |
| TGet & | get () |
| template<typename TGet > | |
| TGet * | getPtr () |
| void | showInfo (float testInputValue) const override |
Public Member Functions inherited from SensorConverter | |
| SensorConverter (const SensorConverter &)=delete | |
| SensorConverter ()=default | |
Private Attributes | |
| priv::FuncChain< TFuncs... > | m_fs |
Definition at line 94 of file func_chain.h.
|
inlineoverridevirtual |
Definition at line 103 of file func_chain.h.
Definition at line 109 of file func_chain.h.
|
inlineoverridevirtual |
Reimplemented from SensorConverter.
Definition at line 113 of file func_chain.h.
|
private |
Definition at line 118 of file func_chain.h.
Referenced by FuncChain< TFuncs >::convert(), FuncChain< TFuncs >::get(), FuncChain< TFuncs >::getPtr(), and FuncChain< TFuncs >::showInfo().