rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
functional_sensor_base.cpp
Go to the documentation of this file.
1//
2// Created by kifir on 12/20/24.
3//
4
5#include "pch.h"
6
8
10 : StoredValueSensor(type, timeoutPeriod) {
11}
FunctionalSensorBase(SensorType type, efidur_t timeoutPeriod)
Base class for sensors that compute a value on one thread, and want to make it available to consumers...
efitick_t efidur_t
SensorType
Definition sensor_type.h:18