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 Nov 29, 2024
1 parent 3b1fd41 commit 1442e49
Show file tree
Hide file tree
Showing 13 changed files with 1,559 additions and 1,207 deletions.
1 change: 1 addition & 0 deletions generated/console/binary/generated/data_logs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ entry = isTimeConditionSatisfied, "isTimeConditionSatisfied", int, "%d"
entry = isRpmConditionSatisfied, "isRpmConditionSatisfied", int, "%d"
entry = isAppConditionSatisfied, "isAppConditionSatisfied", int, "%d"
entry = isFlatShiftConditionSatisfied, "isFlatShiftConditionSatisfied", int, "%d"
entry = isArmed, "isArmed", int, "%d"
entry = isAntilagCondition, "isAntilagCondition", int, "%d"
entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d"
entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d"
Expand Down
6 changes: 6 additions & 0 deletions generated/console/binary/generated/fancy_content.ini
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ indicatorPanel = shift_torque_reduction_stateIndicatorPanel, 2
dialog = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
panel = shift_torque_reduction_stateIndicatorPanel

indicatorPanel = nitrous_control_stateIndicatorPanel, 2
indicator = {isArmed}, "isArmed No", "isArmed Yes"

dialog = nitrous_control_stateDialog, "nitrous_control_state"
panel = nitrous_control_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 @@ -7,6 +7,7 @@
subMenu = injector_modelDialog, "injector_model"
subMenu = launch_control_stateDialog, "launch_control_state"
subMenu = shift_torque_reduction_stateDialog, "shift_torque_reduction_state"
subMenu = nitrous_control_stateDialog, "nitrous_control_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 @@ -9,6 +9,7 @@ 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<nitrous_control_state_s>{},
decl_frag<antilag_system_state_s>{},
decl_frag<boost_control_s>{},
decl_frag<ac_control_s>{},
Expand Down
40 changes: 21 additions & 19 deletions generated/console/binary/generated/live_data_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ LDS_high_pressure_fuel_pump,
LDS_injector_model,
LDS_launch_control_state,
LDS_shift_torque_reduction_state,
LDS_nitrous_control_state,
LDS_antilag_system_state,
LDS_boost_control,
LDS_ac_control,
Expand Down Expand Up @@ -50,22 +51,23 @@ LDS_lambda_monitor,
#define INJECTOR_MODEL_BASE_ADDRESS 1104
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1116
#define SHIFT_TORQUE_REDUCTION_STATE_BASE_ADDRESS 1124
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1128
#define BOOST_CONTROL_BASE_ADDRESS 1140
#define AC_CONTROL_BASE_ADDRESS 1164
#define FAN_CONTROL_BASE_ADDRESS 1172
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1188
#define MAIN_RELAY_BASE_ADDRESS 1192
#define ENGINE_STATE_BASE_ADDRESS 1196
#define TPS_ACCEL_STATE_BASE_ADDRESS 1296
#define TRIGGER_CENTRAL_BASE_ADDRESS 1344
#define TRIGGER_STATE_BASE_ADDRESS 1392
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1592
#define WALL_FUEL_STATE_BASE_ADDRESS 1600
#define IDLE_STATE_BASE_ADDRESS 1608
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1656
#define WIDEBAND_STATE_BASE_ADDRESS 1752
#define DC_MOTORS_BASE_ADDRESS 1776
#define SENT_STATE_BASE_ADDRESS 1788
#define VVT_BASE_ADDRESS 1796
#define LAMBDA_MONITOR_BASE_ADDRESS 1800
#define NITROUS_CONTROL_STATE_BASE_ADDRESS 1128
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1132
#define BOOST_CONTROL_BASE_ADDRESS 1144
#define AC_CONTROL_BASE_ADDRESS 1168
#define FAN_CONTROL_BASE_ADDRESS 1176
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1192
#define MAIN_RELAY_BASE_ADDRESS 1196
#define ENGINE_STATE_BASE_ADDRESS 1200
#define TPS_ACCEL_STATE_BASE_ADDRESS 1300
#define TRIGGER_CENTRAL_BASE_ADDRESS 1348
#define TRIGGER_STATE_BASE_ADDRESS 1396
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1596
#define WALL_FUEL_STATE_BASE_ADDRESS 1604
#define IDLE_STATE_BASE_ADDRESS 1612
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1660
#define WIDEBAND_STATE_BASE_ADDRESS 1756
#define DC_MOTORS_BASE_ADDRESS 1780
#define SENT_STATE_BASE_ADDRESS 1792
#define VVT_BASE_ADDRESS 1800
#define LAMBDA_MONITOR_BASE_ADDRESS 1804
Loading

0 comments on commit 1442e49

Please sign in to comment.