rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
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
8#include "fuel_level_func.h"
9
10class FuelLevelSensor : public FunctionalSensorImpl<FuelLevelFunc> {
11public:
13
14 void showInfo(const char* sensorName) const override;
15private:
17};
FuelLevelFunc m_FuelLevelFunc
void showInfo(const char *sensorName) const override
SensorType type() const
Definition sensor.h:162
efitick_t efidur_t
SensorType
Definition sensor_type.h:18