rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Protected Member Functions
priv::FuncChain<> Class Reference

#include <func_chain.h>

Protected Member Functions

SensorResult convert (float input) const
 
void showInfo (float testInputValue) const
 

Detailed Description

Definition at line 21 of file func_chain.h.

Member Function Documentation

◆ convert()

SensorResult priv::FuncChain<>::convert ( float  input) const
inlineprotected

Definition at line 23 of file func_chain.h.

23 {
24 // Base case is the identity function
25 return input;
26 }

◆ showInfo()

void priv::FuncChain<>::showInfo ( float  testInputValue) const
inlineprotected

Definition at line 28 of file func_chain.h.

28 {
29 // base case does nothing
30 (void)testInputValue;
31 }

The documentation for this class was generated from the following file: