rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
gear_controller.cpp File Reference

Functions

void initGearController ()
 

Function Documentation

◆ initGearController()

void initGearController ( )

Definition at line 62 of file gear_controller.cpp.

62 {
66 break;
69 break;
70 default :
71 engine->gearController = NULL;
72 return;
73 }
75}
ButtonShiftController * getButtonShiftController()
GearControllerBase * gearController
Definition engine.h:210
virtual void init()
static EngineAccessor engine
Definition engine.h:413
static constexpr engine_configuration_s * engineConfiguration
GenericGearController * getGenericGearController()

Referenced by commonInitEngineController(), and doPeriodicSlowCallback().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.