rusEFI
The most advanced open source ECU
|
Definition in file script_impl.cpp.
Functions | |
ValueProvider3D * | getscriptTable (int index) |
expected< int > | getCurveIndexByName (const char *name) |
expected< int > | getTableIndexByName (const char *name) |
expected< int > | getSettingIndexByName (const char *name) |
float | getCurveValue (int index, float key) |
void | initScriptImpl () |
Variables | |
static script1_Map3D_f32t | scriptTable1 {"script1"} |
static script2_Map3D_f32t | scriptTable2 {"script2"} |
static script3_Map3D_u8t | scriptTable3 {"script3"} |
static script4_Map3D_u8t | scriptTable4 {"script4"} |
expected< int > getCurveIndexByName | ( | const char * | name | ) |
Definition at line 36 of file script_impl.cpp.
Referenced by configureRusefiLuaUtilHooks().
Definition at line 66 of file script_impl.cpp.
Referenced by configureRusefiLuaHooks().
ValueProvider3D * getscriptTable | ( | int | index | ) |
Definition at line 19 of file script_impl.cpp.
Referenced by configureRusefiLuaHooks().
expected< int > getSettingIndexByName | ( | const char * | name | ) |
Definition at line 56 of file script_impl.cpp.
Referenced by configureRusefiLuaUtilHooks().
expected< int > getTableIndexByName | ( | const char * | name | ) |
Definition at line 46 of file script_impl.cpp.
Referenced by configureRusefiLuaUtilHooks().
void initScriptImpl | ( | ) |
Definition at line 84 of file script_impl.cpp.
Referenced by commonInitEngineController().
|
static |
Definition at line 14 of file script_impl.cpp.
Referenced by getscriptTable(), and initScriptImpl().
|
static |
Definition at line 15 of file script_impl.cpp.
Referenced by getscriptTable(), and initScriptImpl().
|
static |
Definition at line 16 of file script_impl.cpp.
Referenced by getscriptTable(), and initScriptImpl().
|
static |
Definition at line 17 of file script_impl.cpp.
Referenced by getscriptTable(), and initScriptImpl().