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 Jan 2, 2025
1 parent 7992529 commit a14c788
Show file tree
Hide file tree
Showing 22 changed files with 443 additions and 443 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI main.2025.01.01.hellen-f4-community.3655349124"
#define TS_SIGNATURE "rusEFI main.2025.01.02.hellen-f4-community.3655349124"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
//

#define SIGNATURE_HASH 3655349124
#define TS_SIGNATURE "rusEFI main.2025.01.01.hellen-f4-community.3655349124"
#define TS_SIGNATURE "rusEFI main.2025.01.02.hellen-f4-community.3655349124"
2 changes: 1 addition & 1 deletion generated/live_data_generated/ac_control_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct ac_control_s {
* units: units
* offset 1
*/
uint8_t alignmentFill_at_1[3];
uint8_t alignmentFill_at_1[3] = {};
/**
* AC enabled
offset 4 bit 0 */
Expand Down
2 changes: 1 addition & 1 deletion generated/live_data_generated/boost_control_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ struct boost_control_s {
* units: units
* offset 21
*/
uint8_t alignmentFill_at_21[1];
uint8_t alignmentFill_at_21[1] = {};
/**
* @@GAUGE_NAME_BOOST_TARGET@@
* units: kPa
Expand Down
2 changes: 1 addition & 1 deletion generated/live_data_generated/dc_motors_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct dc_motors_s {
* units: units
* offset 5
*/
uint8_t alignmentFill_at_5[3];
uint8_t alignmentFill_at_5[3] = {};
/**
offset 8 bit 0 */
bool isEnabled0 : 1 {};
Expand Down
4 changes: 2 additions & 2 deletions generated/live_data_generated/electronic_throttle_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct electronic_throttle_s {
* units: units
* offset 30
*/
uint8_t alignmentFill_at_30[2];
uint8_t alignmentFill_at_30[2] = {};
/**
offset 32 bit 0 */
bool etbRevLimitActive : 1 {};
Expand Down Expand Up @@ -181,7 +181,7 @@ struct electronic_throttle_s {
* units: units
* offset 43
*/
uint8_t alignmentFill_at_43[1];
uint8_t alignmentFill_at_43[1] = {};
/**
* ETB jam timer
* units: sec
Expand Down
8 changes: 4 additions & 4 deletions generated/live_data_generated/engine_state_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ struct speed_density_s {
* units: units
* offset 2
*/
uint8_t alignmentFill_at_2[2];
uint8_t alignmentFill_at_2[2] = {};
/**
* Air: Charge temperature estimate K
* offset 4
Expand Down Expand Up @@ -165,7 +165,7 @@ struct cranking_fuel_s {
* units: units
* offset 14
*/
uint8_t alignmentFill_at_14[2];
uint8_t alignmentFill_at_14[2] = {};
};
static_assert(sizeof(cranking_fuel_s) == 16);

Expand Down Expand Up @@ -230,7 +230,7 @@ struct engine_state_s {
* units: units
* offset 49
*/
uint8_t alignmentFill_at_49[3];
uint8_t alignmentFill_at_49[3] = {};
/**
offset 52 bit 0 */
bool startStopPhysicalState : 1 {};
Expand Down Expand Up @@ -386,7 +386,7 @@ struct engine_state_s {
* units: units
* offset 93
*/
uint8_t alignmentFill_at_93[3];
uint8_t alignmentFill_at_93[3] = {};
};
static_assert(sizeof(engine_state_s) == 96);

Expand Down
2 changes: 1 addition & 1 deletion generated/live_data_generated/fan_control_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct fan_control_s {
* units: units
* offset 5
*/
uint8_t alignmentFill_at_5[3];
uint8_t alignmentFill_at_5[3] = {};
};
static_assert(sizeof(fan_control_s) == 8);

Expand Down
6 changes: 3 additions & 3 deletions generated/live_data_generated/ignition_state_generated.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/ignition_state.txt
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/ignition/ignition_state.txt
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
Expand Down Expand Up @@ -73,7 +73,7 @@ struct ignition_state_s {
* units: units
* offset 26
*/
uint8_t alignmentFill_at_26[2];
uint8_t alignmentFill_at_26[2] = {};
/**
* Ign: Dwell voltage correction
* offset 28
Expand Down Expand Up @@ -192,4 +192,4 @@ struct ignition_state_s {
static_assert(sizeof(ignition_state_s) == 44);

// end
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/ignition_state.txt
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/ignition/ignition_state.txt
4 changes: 2 additions & 2 deletions generated/live_data_generated/knock_controller_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct knock_controller_s {
* units: dBv
* offset 4
*/
int8_t m_knockCyl[12];
int8_t m_knockCyl[12] = {};
/**
* @@GAUGE_NAME_KNOCK_RETARD@@
* units: deg
Expand All @@ -43,7 +43,7 @@ struct knock_controller_s {
* units: compressed data
* offset 32
*/
uint32_t m_knockSpectrum[16];
uint32_t m_knockSpectrum[16] = {};
/**
* Knock: ChannelAndCylNumber
* units: compressed N + N
Expand Down
2 changes: 1 addition & 1 deletion generated/live_data_generated/lambda_monitor_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct lambda_monitor_s {
* units: units
* offset 6
*/
uint8_t alignmentFill_at_6[2];
uint8_t alignmentFill_at_6[2] = {};
};
static_assert(sizeof(lambda_monitor_s) == 8);

Expand Down
Loading

0 comments on commit a14c788

Please sign in to comment.