From 726147da75447fb92a5924891d6f4dc970420887 Mon Sep 17 00:00:00 2001 From: GitHub build-firmware Action Date: Tue, 18 Jan 2022 05:10:57 +0000 Subject: [PATCH] Auto-generated configs and docs --- .../high_pressure_fuel_pump_generated.h | 102 +++++++++++++++++- .../generated/HighPressureFuelPump.java | 66 +++++++++++- 2 files changed, 164 insertions(+), 4 deletions(-) diff --git a/firmware/controllers/engine_cycle/high_pressure_fuel_pump_generated.h b/firmware/controllers/engine_cycle/high_pressure_fuel_pump_generated.h index 20d1d01267..8a3832a961 100644 --- a/firmware/controllers/engine_cycle/high_pressure_fuel_pump_generated.h +++ b/firmware/controllers/engine_cycle/high_pressure_fuel_pump_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Wed Jan 05 06:47:25 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Tue Jan 18 05:08:39 UTC 2022 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -18,8 +18,104 @@ struct high_pressure_fuel_pump_s { * offset 8 */ float fuel_requested_percent_pi = (float)0; - /** total size 12*/ + /** + offset 12 bit 0 */ + bool haveValve : 1 {}; + /** + offset 12 bit 1 */ + bool angleAboveMin : 1 {}; + /** + offset 12 bit 2 */ + bool unusedBit_5_2 : 1 {}; + /** + offset 12 bit 3 */ + bool unusedBit_5_3 : 1 {}; + /** + offset 12 bit 4 */ + bool unusedBit_5_4 : 1 {}; + /** + offset 12 bit 5 */ + bool unusedBit_5_5 : 1 {}; + /** + offset 12 bit 6 */ + bool unusedBit_5_6 : 1 {}; + /** + offset 12 bit 7 */ + bool unusedBit_5_7 : 1 {}; + /** + offset 12 bit 8 */ + bool unusedBit_5_8 : 1 {}; + /** + offset 12 bit 9 */ + bool unusedBit_5_9 : 1 {}; + /** + offset 12 bit 10 */ + bool unusedBit_5_10 : 1 {}; + /** + offset 12 bit 11 */ + bool unusedBit_5_11 : 1 {}; + /** + offset 12 bit 12 */ + bool unusedBit_5_12 : 1 {}; + /** + offset 12 bit 13 */ + bool unusedBit_5_13 : 1 {}; + /** + offset 12 bit 14 */ + bool unusedBit_5_14 : 1 {}; + /** + offset 12 bit 15 */ + bool unusedBit_5_15 : 1 {}; + /** + offset 12 bit 16 */ + bool unusedBit_5_16 : 1 {}; + /** + offset 12 bit 17 */ + bool unusedBit_5_17 : 1 {}; + /** + offset 12 bit 18 */ + bool unusedBit_5_18 : 1 {}; + /** + offset 12 bit 19 */ + bool unusedBit_5_19 : 1 {}; + /** + offset 12 bit 20 */ + bool unusedBit_5_20 : 1 {}; + /** + offset 12 bit 21 */ + bool unusedBit_5_21 : 1 {}; + /** + offset 12 bit 22 */ + bool unusedBit_5_22 : 1 {}; + /** + offset 12 bit 23 */ + bool unusedBit_5_23 : 1 {}; + /** + offset 12 bit 24 */ + bool unusedBit_5_24 : 1 {}; + /** + offset 12 bit 25 */ + bool unusedBit_5_25 : 1 {}; + /** + offset 12 bit 26 */ + bool unusedBit_5_26 : 1 {}; + /** + offset 12 bit 27 */ + bool unusedBit_5_27 : 1 {}; + /** + offset 12 bit 28 */ + bool unusedBit_5_28 : 1 {}; + /** + offset 12 bit 29 */ + bool unusedBit_5_29 : 1 {}; + /** + offset 12 bit 30 */ + bool unusedBit_5_30 : 1 {}; + /** + offset 12 bit 31 */ + bool unusedBit_5_31 : 1 {}; + /** total size 16*/ }; // end -// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Wed Jan 05 06:47:25 UTC 2022 +// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Tue Jan 18 05:08:39 UTC 2022 diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/HighPressureFuelPump.java b/java_console/models/src/main/java/com/rusefi/config/generated/HighPressureFuelPump.java index 618cd937d3..69dbd0fae0 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/HighPressureFuelPump.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/HighPressureFuelPump.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Fri Dec 31 03:07:40 EST 2021 +// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Tue Jan 18 05:08:39 UTC 2022 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -9,9 +9,73 @@ public class HighPressureFuelPump { public static final Field M_REQUESTED_PUMP = Field.create("M_REQUESTED_PUMP", 0, FieldType.FLOAT); public static final Field FUEL_REQUESTED_PERCENT = Field.create("FUEL_REQUESTED_PERCENT", 4, FieldType.FLOAT); public static final Field FUEL_REQUESTED_PERCENT_PI = Field.create("FUEL_REQUESTED_PERCENT_PI", 8, FieldType.FLOAT); + public static final Field HAVEVALVE = Field.create("HAVEVALVE", 12, FieldType.BIT, 0); + public static final Field ANGLEABOVEMIN = Field.create("ANGLEABOVEMIN", 12, FieldType.BIT, 1); + public static final Field UNUSEDBIT_5_2 = Field.create("UNUSEDBIT_5_2", 12, FieldType.BIT, 2); + public static final Field UNUSEDBIT_5_3 = Field.create("UNUSEDBIT_5_3", 12, FieldType.BIT, 3); + public static final Field UNUSEDBIT_5_4 = Field.create("UNUSEDBIT_5_4", 12, FieldType.BIT, 4); + public static final Field UNUSEDBIT_5_5 = Field.create("UNUSEDBIT_5_5", 12, FieldType.BIT, 5); + public static final Field UNUSEDBIT_5_6 = Field.create("UNUSEDBIT_5_6", 12, FieldType.BIT, 6); + public static final Field UNUSEDBIT_5_7 = Field.create("UNUSEDBIT_5_7", 12, FieldType.BIT, 7); + public static final Field UNUSEDBIT_5_8 = Field.create("UNUSEDBIT_5_8", 12, FieldType.BIT, 8); + public static final Field UNUSEDBIT_5_9 = Field.create("UNUSEDBIT_5_9", 12, FieldType.BIT, 9); + public static final Field UNUSEDBIT_5_10 = Field.create("UNUSEDBIT_5_10", 12, FieldType.BIT, 10); + public static final Field UNUSEDBIT_5_11 = Field.create("UNUSEDBIT_5_11", 12, FieldType.BIT, 11); + public static final Field UNUSEDBIT_5_12 = Field.create("UNUSEDBIT_5_12", 12, FieldType.BIT, 12); + public static final Field UNUSEDBIT_5_13 = Field.create("UNUSEDBIT_5_13", 12, FieldType.BIT, 13); + public static final Field UNUSEDBIT_5_14 = Field.create("UNUSEDBIT_5_14", 12, FieldType.BIT, 14); + public static final Field UNUSEDBIT_5_15 = Field.create("UNUSEDBIT_5_15", 12, FieldType.BIT, 15); + public static final Field UNUSEDBIT_5_16 = Field.create("UNUSEDBIT_5_16", 12, FieldType.BIT, 16); + public static final Field UNUSEDBIT_5_17 = Field.create("UNUSEDBIT_5_17", 12, FieldType.BIT, 17); + public static final Field UNUSEDBIT_5_18 = Field.create("UNUSEDBIT_5_18", 12, FieldType.BIT, 18); + public static final Field UNUSEDBIT_5_19 = Field.create("UNUSEDBIT_5_19", 12, FieldType.BIT, 19); + public static final Field UNUSEDBIT_5_20 = Field.create("UNUSEDBIT_5_20", 12, FieldType.BIT, 20); + public static final Field UNUSEDBIT_5_21 = Field.create("UNUSEDBIT_5_21", 12, FieldType.BIT, 21); + public static final Field UNUSEDBIT_5_22 = Field.create("UNUSEDBIT_5_22", 12, FieldType.BIT, 22); + public static final Field UNUSEDBIT_5_23 = Field.create("UNUSEDBIT_5_23", 12, FieldType.BIT, 23); + public static final Field UNUSEDBIT_5_24 = Field.create("UNUSEDBIT_5_24", 12, FieldType.BIT, 24); + public static final Field UNUSEDBIT_5_25 = Field.create("UNUSEDBIT_5_25", 12, FieldType.BIT, 25); + public static final Field UNUSEDBIT_5_26 = Field.create("UNUSEDBIT_5_26", 12, FieldType.BIT, 26); + public static final Field UNUSEDBIT_5_27 = Field.create("UNUSEDBIT_5_27", 12, FieldType.BIT, 27); + public static final Field UNUSEDBIT_5_28 = Field.create("UNUSEDBIT_5_28", 12, FieldType.BIT, 28); + public static final Field UNUSEDBIT_5_29 = Field.create("UNUSEDBIT_5_29", 12, FieldType.BIT, 29); + public static final Field UNUSEDBIT_5_30 = Field.create("UNUSEDBIT_5_30", 12, FieldType.BIT, 30); + public static final Field UNUSEDBIT_5_31 = Field.create("UNUSEDBIT_5_31", 12, FieldType.BIT, 31); public static final Field[] VALUES = { M_REQUESTED_PUMP, FUEL_REQUESTED_PERCENT, FUEL_REQUESTED_PERCENT_PI, + HAVEVALVE, + ANGLEABOVEMIN, + UNUSEDBIT_5_2, + UNUSEDBIT_5_3, + UNUSEDBIT_5_4, + UNUSEDBIT_5_5, + UNUSEDBIT_5_6, + UNUSEDBIT_5_7, + UNUSEDBIT_5_8, + UNUSEDBIT_5_9, + UNUSEDBIT_5_10, + UNUSEDBIT_5_11, + UNUSEDBIT_5_12, + UNUSEDBIT_5_13, + UNUSEDBIT_5_14, + UNUSEDBIT_5_15, + UNUSEDBIT_5_16, + UNUSEDBIT_5_17, + UNUSEDBIT_5_18, + UNUSEDBIT_5_19, + UNUSEDBIT_5_20, + UNUSEDBIT_5_21, + UNUSEDBIT_5_22, + UNUSEDBIT_5_23, + UNUSEDBIT_5_24, + UNUSEDBIT_5_25, + UNUSEDBIT_5_26, + UNUSEDBIT_5_27, + UNUSEDBIT_5_28, + UNUSEDBIT_5_29, + UNUSEDBIT_5_30, + UNUSEDBIT_5_31, }; }