rusEFI
The most advanced open source ECU
|
#include <gc_auto.h>
Public Member Functions | |
AutomaticGearController () | |
void | update () |
void | findDesiredGear () |
GearControllerMode | getMode () const |
![]() | |
virtual gear_e | getDesiredGear () const |
virtual void | init () |
Private Member Functions | |
void | shift (float speed, float throttle, uint8_t(*curve)[TCU_TABLE_WIDTH], gear_e gear) |
void | shift (float speed, float throttle, uint8_t(*curve)[TCU_TABLE_WIDTH], gear_e gear, bool down) |
Additional Inherited Members | |
![]() | |
TransmissionControllerBase * | transmissionController |
![]() | |
virtual gear_e | setDesiredGear (gear_e) |
void | initTransmissionController () |
float * | getRangeStateArray (int) |
AutomaticGearController::AutomaticGearController | ( | ) |
Definition at line 8 of file gc_auto.cpp.
void AutomaticGearController::findDesiredGear | ( | ) |
|
inlinevirtual |
Reimplemented from GearControllerBase.
Reimplemented in GenericGearController.
|
private |
Definition at line 43 of file gc_auto.cpp.
Referenced by shift(), and update().
|
private |
Definition at line 47 of file gc_auto.cpp.
|
virtual |
Reimplemented from GearControllerBase.
Reimplemented in GenericGearController.
Definition at line 11 of file gc_auto.cpp.
Referenced by GenericGearController::update().