rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
sensors
core
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
7
#include "
functional_sensor_base.h
"
8
9
FunctionalSensorBase::FunctionalSensorBase
(
const
SensorType
type,
const
efidur_t
timeoutPeriod)
10
:
StoredValueSensor
(type, timeoutPeriod) {
11
}
FunctionalSensorBase::FunctionalSensorBase
FunctionalSensorBase(SensorType type, efidur_t timeoutPeriod)
Definition
functional_sensor_base.cpp:9
StoredValueSensor
Base class for sensors that compute a value on one thread, and want to make it available to consumers...
Definition
stored_value_sensor.h:30
functional_sensor_base.h
pch.h
efidur_t
efitick_t efidur_t
Definition
rusefi_types.h:42
SensorType
SensorType
Definition
sensor_type.h:18
Generated on Sat Sep 27 2025 00:10:06 for rusEFI by
1.9.8