rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
sensors
core
fuel_level_sensor.h
Go to the documentation of this file.
1
//
2
// Created by kifir on 12/20/24.
3
//
4
5
#pragma once
6
7
#include "
functional_sensor_impl.h
"
8
#include "
fuel_level_func.h
"
9
10
class
FuelLevelSensor
:
public
FunctionalSensorImpl
<FuelLevelFunc> {
11
public
:
12
FuelLevelSensor
(
SensorType
type
,
efidur_t
timeoutPeriod);
13
14
void
showInfo
(
const
char
* sensorName)
const override
;
15
private
:
16
FuelLevelFunc
m_FuelLevelFunc
;
17
};
FuelLevelFunc
Definition
fuel_level_func.h:9
FuelLevelSensor
Definition
fuel_level_sensor.h:10
FuelLevelSensor::m_FuelLevelFunc
FuelLevelFunc m_FuelLevelFunc
Definition
fuel_level_sensor.h:16
FuelLevelSensor::showInfo
void showInfo(const char *sensorName) const override
Definition
sensor_info_printing.cpp:36
FunctionalSensorImpl
Definition
functional_sensor_impl.h:10
Sensor::type
SensorType type() const
Definition
sensor.h:162
fuel_level_func.h
functional_sensor_impl.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