[Feature Request] Transmission Control #1454
This commit is contained in:
parent
e34940fd6d
commit
056bc631af
|
@ -49,6 +49,11 @@ class RpmCalculator;
|
|||
|
||||
class IEtbController;
|
||||
|
||||
class TCU {
|
||||
public:
|
||||
gear_e currentGear = NEUTRAL;
|
||||
};
|
||||
|
||||
class Engine : public TriggerStateListener {
|
||||
public:
|
||||
explicit Engine(persistent_config_s *config);
|
||||
|
@ -58,6 +63,8 @@ public:
|
|||
|
||||
cyclic_buffer<int> triggerErrorDetection;
|
||||
|
||||
TCU tcu;
|
||||
|
||||
#if EFI_SHAFT_POSITION_INPUT
|
||||
void OnTriggerStateDecodingError();
|
||||
void OnTriggerStateProperState(efitick_t nowNt) override;
|
||||
|
|
Loading…
Reference in New Issue