rusEFI
The most advanced open source ECU
|
Definition in file script_impl.h.
Typedefs | |
typedef Map3D< SCRIPT_TABLE_8, SCRIPT_TABLE_8, float, int16_t, int16_t > | script1_Map3D_f32t |
typedef Map3D< TABLE_2_RPM_SIZE, TABLE_2_LOAD_SIZE, float, int16_t, int16_t > | script2_Map3D_f32t |
typedef Map3D< SCRIPT_TABLE_8, SCRIPT_TABLE_8, uint8_t, int16_t, int16_t > | script3_Map3D_u8t |
typedef Map3D< TABLE_4_RPM, SCRIPT_TABLE_8, uint8_t, int16_t, int16_t > | script4_Map3D_u8t |
Functions | |
void | initScriptImpl () |
float | getCurveValue (int index, float key) |
expected< int > | getCurveIndexByName (const char *name) |
expected< int > | getTableIndexByName (const char *name) |
expected< int > | getSettingIndexByName (const char *name) |
ValueProvider3D * | getscriptTable (int index) |
typedef Map3D<SCRIPT_TABLE_8, SCRIPT_TABLE_8, float, int16_t, int16_t> script1_Map3D_f32t |
Definition at line 12 of file script_impl.h.
typedef Map3D<TABLE_2_RPM_SIZE, TABLE_2_LOAD_SIZE, float, int16_t, int16_t> script2_Map3D_f32t |
Definition at line 13 of file script_impl.h.
typedef Map3D<SCRIPT_TABLE_8, SCRIPT_TABLE_8, uint8_t, int16_t, int16_t> script3_Map3D_u8t |
Definition at line 14 of file script_impl.h.
typedef Map3D<TABLE_4_RPM, SCRIPT_TABLE_8, uint8_t, int16_t, int16_t> script4_Map3D_u8t |
Definition at line 15 of file script_impl.h.
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().