Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-10-30 21:55:22 +00:00
parent fb242d00d4
commit 03b295080a
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Tue Aug 30 02:28:03 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Oct 30 21:54:10 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -59,7 +59,7 @@ struct idle_state_s {
bool isCranking : 1 {};
/**
offset 20 bit 5 */
bool useIacTableForCoasting : 1 {};
bool isIacTableForCoasting : 1 {};
/**
offset 20 bit 6 */
bool notIdling : 1 {};
@ -165,4 +165,4 @@ struct idle_state_s {
static_assert(sizeof(idle_state_s) == 40);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Tue Aug 30 02:28:03 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Oct 30 21:54:10 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/actuators/idle_state.txt Tue Aug 30 02:28:03 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Oct 30 21:54:10 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -16,7 +16,7 @@ public class IdleState {
public static final Field WASRESETPID = Field.create("WASRESETPID", 20, FieldType.BIT, 2);
public static final Field MUSTRESETPID = Field.create("MUSTRESETPID", 20, FieldType.BIT, 3);
public static final Field ISCRANKING = Field.create("ISCRANKING", 20, FieldType.BIT, 4);
public static final Field USEIACTABLEFORCOASTING = Field.create("USEIACTABLEFORCOASTING", 20, FieldType.BIT, 5);
public static final Field ISIACTABLEFORCOASTING = Field.create("ISIACTABLEFORCOASTING", 20, FieldType.BIT, 5);
public static final Field NOTIDLING = Field.create("NOTIDLING", 20, FieldType.BIT, 6);
public static final Field NEEDRESET = Field.create("NEEDRESET", 20, FieldType.BIT, 7);
public static final Field ISINDEADZONE = Field.create("ISINDEADZONE", 20, FieldType.BIT, 8);
@ -58,7 +58,7 @@ public class IdleState {
WASRESETPID,
MUSTRESETPID,
ISCRANKING,
USEIACTABLEFORCOASTING,
ISIACTABLEFORCOASTING,
NOTIDLING,
NEEDRESET,
ISINDEADZONE,