Line | Branch | Decision | Exec | Source |
---|---|---|---|---|
1 | // | |||
2 | // Created by kifir on 12/20/24. | |||
3 | // | |||
4 | ||||
5 | #include "pch.h" | |||
6 | ||||
7 | #include "functional_sensor_base.h" | |||
8 | ||||
9 | 53 | FunctionalSensorBase::FunctionalSensorBase(const SensorType type, const efidur_t timeoutPeriod) | ||
10 | 53 | : StoredValueSensor(type, timeoutPeriod) { | ||
11 | 53 | } | ||
12 |