rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
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:46
void showInfo(float testRawValue) const
SensorResult convert(float raw) const