rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
fuel_level_sensor.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 "fuel_level_sensor.h"
8
9FuelLevelSensor::FuelLevelSensor(const SensorType type, const efidur_t timeoutPeriod)
10 : FunctionalSensorImpl(type, timeoutPeriod) {
12}
FuelLevelFunc m_FuelLevelFunc
FuelLevelSensor(SensorType type, efidur_t timeoutPeriod)
efitick_t efidur_t
SensorType
Definition sensor_type.h:18