rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
functional_sensor.cpp
Go to the documentation of this file.
1/**
2 * @file functional_sensor.cpp
3 */
4
5#include "pch.h"
6
7#include "functional_sensor.h"
8
10 : FunctionalSensorImpl(type, timeoutPeriod) {
11}
FunctionalSensor(SensorType type, efidur_t timeoutPeriod)
efitick_t efidur_t
SensorType
Definition sensor_type.h:18