rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
functional_sensor_base.h
Go to the documentation of this file.
1//
2// Created by kifir on 12/20/24.
3//
4
5#pragma once
6
8
10protected:
12public:
13 virtual void postRawValue(float inputValue, efitick_t timestamp) = 0;
14};
virtual void postRawValue(float inputValue, efitick_t timestamp)=0
SensorType type() const
Definition sensor.h:162
Base class for sensors that compute a value on one thread, and want to make it available to consumers...
efitick_t efidur_t
SensorType
Definition sensor_type.h:18
Base class for a sensor that has its value asynchronously set, then later retrieved by a consumer.