|
rusEFI
The most advanced open source ECU
|
#include <buttonshift.h>


Public Member Functions | |
| ButtonShiftController () | |
| void | update () |
| void | init () |
| GearControllerMode | getMode () const |
Public Member Functions inherited from GearControllerBase | |
| virtual gear_e | getDesiredGear () const |
Private Attributes | |
| ButtonDebounce | debounceUp |
| ButtonDebounce | debounceDown |
Additional Inherited Members | |
Data Fields inherited from GearControllerBase | |
| TransmissionControllerBase * | transmissionController |
Protected Member Functions inherited from GearControllerBase | |
| virtual gear_e | setDesiredGear (gear_e) |
| void | initTransmissionController () |
| float * | getRangeStateArray (int) |
Definition at line 14 of file buttonshift.h.
| ButtonShiftController::ButtonShiftController | ( | ) |
Definition at line 16 of file buttonshift.cpp.
|
inlinevirtual |
Reimplemented from GearControllerBase.
Definition at line 20 of file buttonshift.h.
|
virtual |
Reimplemented from GearControllerBase.
Definition at line 23 of file buttonshift.cpp.

|
virtual |
Reimplemented from GearControllerBase.
Definition at line 31 of file buttonshift.cpp.

|
private |
Definition at line 25 of file buttonshift.h.
|
private |
Definition at line 24 of file buttonshift.h.