rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
AemXSeriesEgt.h
Go to the documentation of this file.
1#pragma once
2
3#include "can_sensor.h"
4
5class AemXSeriesEgt final : public CanSensorBase {
6public:
7 AemXSeriesEgt(uint8_t sensorIndex, SensorType type);
8
9protected:
10 void decodeFrame(const CANRxFrame& frame, efitick_t nowNt) override;
11};
void decodeFrame(const CANRxFrame &frame, efitick_t nowNt) override
SensorType type() const
Definition sensor.h:162
SensorType
Definition sensor_type.h:18