Whatever we call it, how ever we implement it - we need live data / remote view into rusEFI actual state #3353
This commit is contained in:
parent
01d4b7ef7a
commit
4393988599
|
@ -1752,17 +1752,19 @@ end_struct
|
|||
|
||||
|
||||
! Live Documentation Structure
|
||||
! todo: kill this nightmare with fire
|
||||
! we need an explicit C enum header with conversion into proper java enum
|
||||
#define LDS_SPEED_DENSITY_STATE_INDEX 2
|
||||
#define LDS_ENGINE_STATE_INDEX 3
|
||||
#define LDS_FUEL_TRIM_STATE_INDEX 4
|
||||
#define LDS_TPS_TPS_ENEICHMENT_STATE_INDEX 5
|
||||
#define LDS_TPS_TPS_ENRICHMENT_STATE_INDEX 5
|
||||
#define LDS_TRIGGER_CENTRAL_STATE_INDEX 6
|
||||
#define LDS_ETB_PID_STATE_INDEX 7
|
||||
#define LDS_IDLE_PID_STATE_INDEX 8
|
||||
#define LDS_ALTERNATOR_PID_STATE_INDEX 9
|
||||
#define LDS_CJ125_PID_STATE_INDEX 10
|
||||
#define LDS_TRIGGER_STATE_STATE_INDEX 11
|
||||
#define LDS_AC_STATE 12
|
||||
#define LDS_AC_CONTROL_STATE_INDEX 12
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue