rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
nitrous_controller.h
Go to the documentation of this file.
1//
2// Created by kifir on 11/25/24.
3//
4
5#pragma once
6
8
10public:
12
13 void onSlowCallback() override;
14
15 float getFuelCoefficient() const;
16private:
17 void updateArmingState();
24
25 bool checkTriggerPinState() const;
26 bool checkLuaGauge() const;
27
28 SensorType getLuaGauge() const;
29};
bool checkTriggerPinState() const
float getFuelCoefficient() const
void onSlowCallback() override
SensorType getLuaGauge() const
SensorType
Definition sensor_type.h:18