Line | Branch | Decision | Exec | Source |
---|---|---|---|---|
1 | /** | |||
2 | * @file functional_sensor.cpp | |||
3 | */ | |||
4 | ||||
5 | #include "pch.h" | |||
6 | ||||
7 | #include "functional_sensor.h" | |||
8 | ||||
9 | 52 | FunctionalSensor::FunctionalSensor(const SensorType type, const efidur_t timeoutPeriod) | ||
10 | 52 | : FunctionalSensorImpl(type, timeoutPeriod) { | ||
11 | 52 | } | ||
12 |