Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-01-25 02:04:47 +00:00
parent 32c1cd09da
commit c59cde8be1
2 changed files with 80 additions and 80 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/launch_control_state.txt Mon Jan 24 02:53:31 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/launch_control_state.txt Tue Jan 25 02:02:07 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -26,87 +26,87 @@ struct launch_control_state_s {
bool isClutchActivated : 1 {};
/**
offset 4 bit 5 */
bool activateSwitchCondition : 1 {};
bool isValidInputPin : 1 {};
/**
offset 4 bit 6 */
bool rpmCondition : 1 {};
bool activateSwitchCondition : 1 {};
/**
offset 4 bit 7 */
bool speedCondition : 1 {};
bool rpmCondition : 1 {};
/**
offset 4 bit 8 */
bool tpsCondition : 1 {};
bool speedCondition : 1 {};
/**
offset 4 bit 9 */
bool unusedBit_10_9 : 1 {};
bool tpsCondition : 1 {};
/**
offset 4 bit 10 */
bool unusedBit_10_10 : 1 {};
bool unusedBit_11_10 : 1 {};
/**
offset 4 bit 11 */
bool unusedBit_10_11 : 1 {};
bool unusedBit_11_11 : 1 {};
/**
offset 4 bit 12 */
bool unusedBit_10_12 : 1 {};
bool unusedBit_11_12 : 1 {};
/**
offset 4 bit 13 */
bool unusedBit_10_13 : 1 {};
bool unusedBit_11_13 : 1 {};
/**
offset 4 bit 14 */
bool unusedBit_10_14 : 1 {};
bool unusedBit_11_14 : 1 {};
/**
offset 4 bit 15 */
bool unusedBit_10_15 : 1 {};
bool unusedBit_11_15 : 1 {};
/**
offset 4 bit 16 */
bool unusedBit_10_16 : 1 {};
bool unusedBit_11_16 : 1 {};
/**
offset 4 bit 17 */
bool unusedBit_10_17 : 1 {};
bool unusedBit_11_17 : 1 {};
/**
offset 4 bit 18 */
bool unusedBit_10_18 : 1 {};
bool unusedBit_11_18 : 1 {};
/**
offset 4 bit 19 */
bool unusedBit_10_19 : 1 {};
bool unusedBit_11_19 : 1 {};
/**
offset 4 bit 20 */
bool unusedBit_10_20 : 1 {};
bool unusedBit_11_20 : 1 {};
/**
offset 4 bit 21 */
bool unusedBit_10_21 : 1 {};
bool unusedBit_11_21 : 1 {};
/**
offset 4 bit 22 */
bool unusedBit_10_22 : 1 {};
bool unusedBit_11_22 : 1 {};
/**
offset 4 bit 23 */
bool unusedBit_10_23 : 1 {};
bool unusedBit_11_23 : 1 {};
/**
offset 4 bit 24 */
bool unusedBit_10_24 : 1 {};
bool unusedBit_11_24 : 1 {};
/**
offset 4 bit 25 */
bool unusedBit_10_25 : 1 {};
bool unusedBit_11_25 : 1 {};
/**
offset 4 bit 26 */
bool unusedBit_10_26 : 1 {};
bool unusedBit_11_26 : 1 {};
/**
offset 4 bit 27 */
bool unusedBit_10_27 : 1 {};
bool unusedBit_11_27 : 1 {};
/**
offset 4 bit 28 */
bool unusedBit_10_28 : 1 {};
bool unusedBit_11_28 : 1 {};
/**
offset 4 bit 29 */
bool unusedBit_10_29 : 1 {};
bool unusedBit_11_29 : 1 {};
/**
offset 4 bit 30 */
bool unusedBit_10_30 : 1 {};
bool unusedBit_11_30 : 1 {};
/**
offset 4 bit 31 */
bool unusedBit_10_31 : 1 {};
bool unusedBit_11_31 : 1 {};
/** total size 8*/
};
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/launch_control_state.txt Mon Jan 24 02:53:31 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/launch_control_state.txt Tue Jan 25 02:02:07 UTC 2022

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/launch_control_state.txt Mon Jan 24 02:53:31 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/launch_control_state.txt Tue Jan 25 02:02:07 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -12,33 +12,33 @@ public class LaunchControl {
public static final Field ISLAUNCHCONDITION = Field.create("ISLAUNCHCONDITION", 4, FieldType.BIT, 2);
public static final Field ISSWITCHACTIVATED = Field.create("ISSWITCHACTIVATED", 4, FieldType.BIT, 3);
public static final Field ISCLUTCHACTIVATED = Field.create("ISCLUTCHACTIVATED", 4, FieldType.BIT, 4);
public static final Field ACTIVATESWITCHCONDITION = Field.create("ACTIVATESWITCHCONDITION", 4, FieldType.BIT, 5);
public static final Field RPMCONDITION = Field.create("RPMCONDITION", 4, FieldType.BIT, 6);
public static final Field SPEEDCONDITION = Field.create("SPEEDCONDITION", 4, FieldType.BIT, 7);
public static final Field TPSCONDITION = Field.create("TPSCONDITION", 4, FieldType.BIT, 8);
public static final Field UNUSEDBIT_10_9 = Field.create("UNUSEDBIT_10_9", 4, FieldType.BIT, 9);
public static final Field UNUSEDBIT_10_10 = Field.create("UNUSEDBIT_10_10", 4, FieldType.BIT, 10);
public static final Field UNUSEDBIT_10_11 = Field.create("UNUSEDBIT_10_11", 4, FieldType.BIT, 11);
public static final Field UNUSEDBIT_10_12 = Field.create("UNUSEDBIT_10_12", 4, FieldType.BIT, 12);
public static final Field UNUSEDBIT_10_13 = Field.create("UNUSEDBIT_10_13", 4, FieldType.BIT, 13);
public static final Field UNUSEDBIT_10_14 = Field.create("UNUSEDBIT_10_14", 4, FieldType.BIT, 14);
public static final Field UNUSEDBIT_10_15 = Field.create("UNUSEDBIT_10_15", 4, FieldType.BIT, 15);
public static final Field UNUSEDBIT_10_16 = Field.create("UNUSEDBIT_10_16", 4, FieldType.BIT, 16);
public static final Field UNUSEDBIT_10_17 = Field.create("UNUSEDBIT_10_17", 4, FieldType.BIT, 17);
public static final Field UNUSEDBIT_10_18 = Field.create("UNUSEDBIT_10_18", 4, FieldType.BIT, 18);
public static final Field UNUSEDBIT_10_19 = Field.create("UNUSEDBIT_10_19", 4, FieldType.BIT, 19);
public static final Field UNUSEDBIT_10_20 = Field.create("UNUSEDBIT_10_20", 4, FieldType.BIT, 20);
public static final Field UNUSEDBIT_10_21 = Field.create("UNUSEDBIT_10_21", 4, FieldType.BIT, 21);
public static final Field UNUSEDBIT_10_22 = Field.create("UNUSEDBIT_10_22", 4, FieldType.BIT, 22);
public static final Field UNUSEDBIT_10_23 = Field.create("UNUSEDBIT_10_23", 4, FieldType.BIT, 23);
public static final Field UNUSEDBIT_10_24 = Field.create("UNUSEDBIT_10_24", 4, FieldType.BIT, 24);
public static final Field UNUSEDBIT_10_25 = Field.create("UNUSEDBIT_10_25", 4, FieldType.BIT, 25);
public static final Field UNUSEDBIT_10_26 = Field.create("UNUSEDBIT_10_26", 4, FieldType.BIT, 26);
public static final Field UNUSEDBIT_10_27 = Field.create("UNUSEDBIT_10_27", 4, FieldType.BIT, 27);
public static final Field UNUSEDBIT_10_28 = Field.create("UNUSEDBIT_10_28", 4, FieldType.BIT, 28);
public static final Field UNUSEDBIT_10_29 = Field.create("UNUSEDBIT_10_29", 4, FieldType.BIT, 29);
public static final Field UNUSEDBIT_10_30 = Field.create("UNUSEDBIT_10_30", 4, FieldType.BIT, 30);
public static final Field UNUSEDBIT_10_31 = Field.create("UNUSEDBIT_10_31", 4, FieldType.BIT, 31);
public static final Field ISVALIDINPUTPIN = Field.create("ISVALIDINPUTPIN", 4, FieldType.BIT, 5);
public static final Field ACTIVATESWITCHCONDITION = Field.create("ACTIVATESWITCHCONDITION", 4, FieldType.BIT, 6);
public static final Field RPMCONDITION = Field.create("RPMCONDITION", 4, FieldType.BIT, 7);
public static final Field SPEEDCONDITION = Field.create("SPEEDCONDITION", 4, FieldType.BIT, 8);
public static final Field TPSCONDITION = Field.create("TPSCONDITION", 4, FieldType.BIT, 9);
public static final Field UNUSEDBIT_11_10 = Field.create("UNUSEDBIT_11_10", 4, FieldType.BIT, 10);
public static final Field UNUSEDBIT_11_11 = Field.create("UNUSEDBIT_11_11", 4, FieldType.BIT, 11);
public static final Field UNUSEDBIT_11_12 = Field.create("UNUSEDBIT_11_12", 4, FieldType.BIT, 12);
public static final Field UNUSEDBIT_11_13 = Field.create("UNUSEDBIT_11_13", 4, FieldType.BIT, 13);
public static final Field UNUSEDBIT_11_14 = Field.create("UNUSEDBIT_11_14", 4, FieldType.BIT, 14);
public static final Field UNUSEDBIT_11_15 = Field.create("UNUSEDBIT_11_15", 4, FieldType.BIT, 15);
public static final Field UNUSEDBIT_11_16 = Field.create("UNUSEDBIT_11_16", 4, FieldType.BIT, 16);
public static final Field UNUSEDBIT_11_17 = Field.create("UNUSEDBIT_11_17", 4, FieldType.BIT, 17);
public static final Field UNUSEDBIT_11_18 = Field.create("UNUSEDBIT_11_18", 4, FieldType.BIT, 18);
public static final Field UNUSEDBIT_11_19 = Field.create("UNUSEDBIT_11_19", 4, FieldType.BIT, 19);
public static final Field UNUSEDBIT_11_20 = Field.create("UNUSEDBIT_11_20", 4, FieldType.BIT, 20);
public static final Field UNUSEDBIT_11_21 = Field.create("UNUSEDBIT_11_21", 4, FieldType.BIT, 21);
public static final Field UNUSEDBIT_11_22 = Field.create("UNUSEDBIT_11_22", 4, FieldType.BIT, 22);
public static final Field UNUSEDBIT_11_23 = Field.create("UNUSEDBIT_11_23", 4, FieldType.BIT, 23);
public static final Field UNUSEDBIT_11_24 = Field.create("UNUSEDBIT_11_24", 4, FieldType.BIT, 24);
public static final Field UNUSEDBIT_11_25 = Field.create("UNUSEDBIT_11_25", 4, FieldType.BIT, 25);
public static final Field UNUSEDBIT_11_26 = Field.create("UNUSEDBIT_11_26", 4, FieldType.BIT, 26);
public static final Field UNUSEDBIT_11_27 = Field.create("UNUSEDBIT_11_27", 4, FieldType.BIT, 27);
public static final Field UNUSEDBIT_11_28 = Field.create("UNUSEDBIT_11_28", 4, FieldType.BIT, 28);
public static final Field UNUSEDBIT_11_29 = Field.create("UNUSEDBIT_11_29", 4, FieldType.BIT, 29);
public static final Field UNUSEDBIT_11_30 = Field.create("UNUSEDBIT_11_30", 4, FieldType.BIT, 30);
public static final Field UNUSEDBIT_11_31 = Field.create("UNUSEDBIT_11_31", 4, FieldType.BIT, 31);
public static final Field[] VALUES = {
RETARDTHRESHOLDRPM,
COMBINEDCONDITIONS,
@ -46,32 +46,32 @@ public class LaunchControl {
ISLAUNCHCONDITION,
ISSWITCHACTIVATED,
ISCLUTCHACTIVATED,
ISVALIDINPUTPIN,
ACTIVATESWITCHCONDITION,
RPMCONDITION,
SPEEDCONDITION,
TPSCONDITION,
UNUSEDBIT_10_9,
UNUSEDBIT_10_10,
UNUSEDBIT_10_11,
UNUSEDBIT_10_12,
UNUSEDBIT_10_13,
UNUSEDBIT_10_14,
UNUSEDBIT_10_15,
UNUSEDBIT_10_16,
UNUSEDBIT_10_17,
UNUSEDBIT_10_18,
UNUSEDBIT_10_19,
UNUSEDBIT_10_20,
UNUSEDBIT_10_21,
UNUSEDBIT_10_22,
UNUSEDBIT_10_23,
UNUSEDBIT_10_24,
UNUSEDBIT_10_25,
UNUSEDBIT_10_26,
UNUSEDBIT_10_27,
UNUSEDBIT_10_28,
UNUSEDBIT_10_29,
UNUSEDBIT_10_30,
UNUSEDBIT_10_31,
UNUSEDBIT_11_10,
UNUSEDBIT_11_11,
UNUSEDBIT_11_12,
UNUSEDBIT_11_13,
UNUSEDBIT_11_14,
UNUSEDBIT_11_15,
UNUSEDBIT_11_16,
UNUSEDBIT_11_17,
UNUSEDBIT_11_18,
UNUSEDBIT_11_19,
UNUSEDBIT_11_20,
UNUSEDBIT_11_21,
UNUSEDBIT_11_22,
UNUSEDBIT_11_23,
UNUSEDBIT_11_24,
UNUSEDBIT_11_25,
UNUSEDBIT_11_26,
UNUSEDBIT_11_27,
UNUSEDBIT_11_28,
UNUSEDBIT_11_29,
UNUSEDBIT_11_30,
UNUSEDBIT_11_31,
};
}