2022-10-28 00:44:39 -07:00
|
|
|
// generated by gen_live_documentation.sh / LiveDataProcessor.java
|
2022-01-06 14:58:59 -08:00
|
|
|
#pragma once
|
|
|
|
|
2024-03-30 06:31:59 -07:00
|
|
|
// this generated C header is mostly used as input for java code generation
|
2022-01-06 14:58:59 -08:00
|
|
|
typedef enum {
|
2023-01-15 03:31:58 -08:00
|
|
|
LDS_output_channels,
|
2023-01-14 20:28:54 -08:00
|
|
|
LDS_fuel_computer,
|
2023-01-15 05:37:56 -08:00
|
|
|
LDS_ignition_state,
|
2022-04-29 08:51:48 -07:00
|
|
|
LDS_knock_controller,
|
2024-01-02 19:28:07 -08:00
|
|
|
LDS_tcu_controller,
|
2023-04-29 17:30:30 -07:00
|
|
|
LDS_throttle_model,
|
2022-01-06 14:58:59 -08:00
|
|
|
LDS_high_pressure_fuel_pump,
|
|
|
|
LDS_injector_model,
|
|
|
|
LDS_launch_control_state,
|
2022-12-16 17:29:31 -08:00
|
|
|
LDS_antilag_system_state,
|
2022-01-06 14:58:59 -08:00
|
|
|
LDS_boost_control,
|
|
|
|
LDS_ac_control,
|
2024-03-30 06:31:59 -07:00
|
|
|
LDS_fan_control0,
|
2022-04-13 17:45:52 -07:00
|
|
|
LDS_fuel_pump_control,
|
2022-01-06 14:58:59 -08:00
|
|
|
LDS_main_relay,
|
|
|
|
LDS_engine_state,
|
|
|
|
LDS_tps_accel_state,
|
|
|
|
LDS_trigger_central,
|
2024-03-30 06:31:59 -07:00
|
|
|
LDS_trigger_state0,
|
2022-08-24 15:15:50 -07:00
|
|
|
LDS_trigger_state_primary,
|
2022-01-06 14:58:59 -08:00
|
|
|
LDS_wall_fuel_state,
|
|
|
|
LDS_idle_state,
|
2024-03-30 06:31:59 -07:00
|
|
|
LDS_electronic_throttle0,
|
|
|
|
LDS_wideband_state0,
|
2023-02-13 15:01:54 -08:00
|
|
|
LDS_dc_motors,
|
2023-02-14 16:56:39 -08:00
|
|
|
LDS_sent_state,
|
2023-07-03 09:39:36 -07:00
|
|
|
LDS_vvt,
|
2023-07-26 06:03:39 -07:00
|
|
|
LDS_lambda_monitor,
|
2022-01-06 14:58:59 -08:00
|
|
|
} live_data_e;
|
2023-01-15 03:31:58 -08:00
|
|
|
#define OUTPUT_CHANNELS_BASE_ADDRESS 0
|
2024-03-23 15:07:59 -07:00
|
|
|
#define FUEL_COMPUTER_BASE_ADDRESS 824
|
|
|
|
#define IGNITION_STATE_BASE_ADDRESS 876
|
|
|
|
#define KNOCK_CONTROLLER_BASE_ADDRESS 916
|
|
|
|
#define TCU_CONTROLLER_BASE_ADDRESS 948
|
|
|
|
#define THROTTLE_MODEL_BASE_ADDRESS 960
|
|
|
|
#define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 972
|
|
|
|
#define INJECTOR_MODEL_BASE_ADDRESS 1000
|
|
|
|
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1012
|
|
|
|
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1020
|
|
|
|
#define BOOST_CONTROL_BASE_ADDRESS 1032
|
|
|
|
#define AC_CONTROL_BASE_ADDRESS 1056
|
|
|
|
#define FAN_CONTROL_BASE_ADDRESS 1072
|
|
|
|
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1076
|
|
|
|
#define MAIN_RELAY_BASE_ADDRESS 1080
|
|
|
|
#define ENGINE_STATE_BASE_ADDRESS 1084
|
|
|
|
#define TPS_ACCEL_STATE_BASE_ADDRESS 1180
|
|
|
|
#define TRIGGER_CENTRAL_BASE_ADDRESS 1228
|
|
|
|
#define TRIGGER_STATE_BASE_ADDRESS 1288
|
|
|
|
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1328
|
|
|
|
#define WALL_FUEL_STATE_BASE_ADDRESS 1336
|
|
|
|
#define IDLE_STATE_BASE_ADDRESS 1344
|
|
|
|
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1392
|
|
|
|
#define WIDEBAND_STATE_BASE_ADDRESS 1444
|
|
|
|
#define DC_MOTORS_BASE_ADDRESS 1456
|
|
|
|
#define SENT_STATE_BASE_ADDRESS 1468
|
|
|
|
#define VVT_BASE_ADDRESS 1476
|
|
|
|
#define LAMBDA_MONITOR_BASE_ADDRESS 1480
|