rusEFI
The most advanced open source ECU
identity_func.h
Go to the documentation of this file.
1 #pragma once
2 
4 
6  SensorResult convert(float raw) const {
7  return raw;
8  }
9 
10  void showInfo(float testRawValue) const;
11 };
12 
IdentityFunction identityFunction
expected< float > SensorResult
Definition: sensor.h:55
void showInfo(float testRawValue) const
SensorResult convert(float raw) const
Definition: identity_func.h:6