rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
gc_auto.h
Go to the documentation of this file.
1#pragma once
2
3#include "gear_controller.h"
4
5#if EFI_TCU
7public:
9
10 void update();
15private:
16 void shift(float speed, float throttle, uint8_t (*curve)[TCU_TABLE_WIDTH], gear_e gear);
17 void shift(float speed, float throttle, uint8_t (*curve)[TCU_TABLE_WIDTH], gear_e gear, bool down);
18};
19
21#endif // EFI_TCU
GearControllerMode getMode() const
Definition gc_auto.h:12
void shift(float speed, float throttle, uint8_t(*curve)[TCU_TABLE_WIDTH], gear_e gear)
Definition gc_auto.cpp:43
AutomaticGearController * getAutomaticGearController()
Definition gc_auto.cpp:55
gear_e
GearControllerMode