Skip to content

Commit

Permalink
Custom Auto-generated Configs
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
actions-user committed Sep 29, 2024
1 parent e7120f5 commit 98d67fb
Show file tree
Hide file tree
Showing 13 changed files with 1,027 additions and 865 deletions.
2 changes: 2 additions & 0 deletions generated/console/binary/generated/data_logs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d"
entry = speedCondition, "speedCondition", int, "%d"
entry = tpsCondition, "tpsCondition", int, "%d"
entry = isTorqueReductionTriggerPinValid, "isTorqueReductionTriggerPinValid", int, "%d"
entry = torqueReductionTriggerPinState, "torqueReductionTriggerPinState", int, "%d"
entry = isAntilagCondition, "isAntilagCondition", int, "%d"
entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
Expand Down
7 changes: 7 additions & 0 deletions generated/console/binary/generated/fancy_content.ini
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ dialog = launch_control_stateDialog, "launch_control_state"
liveGraph = launch_control_state_1_Graph, "Graph", South
graphLine = retardThresholdRpm

indicatorPanel = shift_torque_reduction_stateIndicatorPanel, 2
indicator = {isTorqueReductionTriggerPinValid}, "isTorqueReductionTriggerPinValid No", "isTorqueReductionTriggerPinValid Yes"
indicator = {torqueReductionTriggerPinState}, "torqueReductionTriggerPinState No", "torqueReductionTriggerPinState Yes"

dialog = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
panel = shift_torque_reduction_stateIndicatorPanel

indicatorPanel = antilag_system_stateIndicatorPanel, 2
indicator = {isAntilagCondition}, "isAntilagCondition No", "isAntilagCondition Yes"
indicator = {ALSMinRPMCondition}, "ALSMinRPMCondition No", "ALSMinRPMCondition Yes"
Expand Down
1 change: 1 addition & 0 deletions generated/console/binary/generated/fancy_menu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
subMenu = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
subMenu = injector_modelDialog, "injector_model"
subMenu = launch_control_stateDialog, "launch_control_state"
subMenu = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
subMenu = antilag_system_stateDialog, "antilag_system_state"
subMenu = boost_controlDialog, "boost_control"
subMenu = ac_controlDialog, "ac_control"
Expand Down
1 change: 1 addition & 0 deletions generated/console/binary/generated/live_data_fragments.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ decl_frag<throttle_model_s>{},
decl_frag<high_pressure_fuel_pump_s>{},
decl_frag<injector_model_s>{},
decl_frag<launch_control_state_s>{},
decl_frag<shift_torque_reduction_state_s>{},
decl_frag<antilag_system_state_s>{},
decl_frag<boost_control_s>{},
decl_frag<ac_control_s>{},
Expand Down
42 changes: 22 additions & 20 deletions generated/console/binary/generated/live_data_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ LDS_throttle_model,
LDS_high_pressure_fuel_pump,
LDS_injector_model,
LDS_launch_control_state,
LDS_shift_torque_reduction_state,
LDS_antilag_system_state,
LDS_boost_control,
LDS_ac_control,
Expand Down Expand Up @@ -49,23 +50,24 @@ LDS_extra,
#define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 1004
#define INJECTOR_MODEL_BASE_ADDRESS 1032
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1044
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1052
#define BOOST_CONTROL_BASE_ADDRESS 1064
#define AC_CONTROL_BASE_ADDRESS 1088
#define FAN_CONTROL_BASE_ADDRESS 1096
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1112
#define MAIN_RELAY_BASE_ADDRESS 1116
#define ENGINE_STATE_BASE_ADDRESS 1120
#define TPS_ACCEL_STATE_BASE_ADDRESS 1220
#define TRIGGER_CENTRAL_BASE_ADDRESS 1268
#define TRIGGER_STATE_BASE_ADDRESS 1332
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1532
#define WALL_FUEL_STATE_BASE_ADDRESS 1540
#define IDLE_STATE_BASE_ADDRESS 1548
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1596
#define WIDEBAND_STATE_BASE_ADDRESS 1692
#define DC_MOTORS_BASE_ADDRESS 1716
#define SENT_STATE_BASE_ADDRESS 1728
#define VVT_BASE_ADDRESS 1736
#define LAMBDA_MONITOR_BASE_ADDRESS 1740
#define EXTRA_BASE_ADDRESS 1748
#define SHIFT_TORQUE_REDUCTION_STATE_BASE_ADDRESS 1052
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1056
#define BOOST_CONTROL_BASE_ADDRESS 1068
#define AC_CONTROL_BASE_ADDRESS 1092
#define FAN_CONTROL_BASE_ADDRESS 1100
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1116
#define MAIN_RELAY_BASE_ADDRESS 1120
#define ENGINE_STATE_BASE_ADDRESS 1124
#define TPS_ACCEL_STATE_BASE_ADDRESS 1224
#define TRIGGER_CENTRAL_BASE_ADDRESS 1272
#define TRIGGER_STATE_BASE_ADDRESS 1336
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1536
#define WALL_FUEL_STATE_BASE_ADDRESS 1544
#define IDLE_STATE_BASE_ADDRESS 1552
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1600
#define WIDEBAND_STATE_BASE_ADDRESS 1696
#define DC_MOTORS_BASE_ADDRESS 1720
#define SENT_STATE_BASE_ADDRESS 1732
#define VVT_BASE_ADDRESS 1740
#define LAMBDA_MONITOR_BASE_ADDRESS 1744
#define EXTRA_BASE_ADDRESS 1752
Loading

0 comments on commit 98d67fb

Please sign in to comment.