Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-02-20 16:40:01 +00:00
parent 530824ecae
commit 3752038667
2 changed files with 12 additions and 10 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Wed Feb 15 00:55:51 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Mon Feb 20 16:39:15 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -6,15 +6,17 @@
// start of sent_state_s
struct sent_state_s {
/**
* "ETB: SENT value0"
value
* offset 0
*/
uint16_t value1 = (uint16_t)0;
uint16_t value0 = (uint16_t)0;
/**
* need 4 byte alignment
units
* "ETB: SENT value1"
value
* offset 2
*/
uint8_t alignmentFill_at_2[2];
uint16_t value1 = (uint16_t)0;
/**
* "ETB: SENT error rate"
ratio
@ -25,4 +27,4 @@ struct sent_state_s {
static_assert(sizeof(sent_state_s) == 8);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Wed Feb 15 00:55:51 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Mon Feb 20 16:39:15 UTC 2023

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/sensors//sent_state.txt Sun Feb 19 03:53:01 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Mon Feb 20 16:39:15 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -404,12 +404,12 @@ public class SentState {
public static final int VM_VVT_INACTIVE = 0;
public static final int VR_THRESHOLD_COUNT = 2;
public static final int WWAE_TABLE_SIZE = 8;
public static final Field VALUE1 = Field.create("VALUE1", 0, FieldType.INT16).setScale(1.0).setBaseOffset(1348);
public static final Field ALIGNMENTFILL_AT_2 = Field.create("ALIGNMENTFILL_AT_2", 2, FieldType.INT8).setScale(1.0).setBaseOffset(1348);
public static final Field VALUE0 = Field.create("VALUE0", 0, FieldType.INT16).setScale(1.0).setBaseOffset(1348);
public static final Field VALUE1 = Field.create("VALUE1", 2, FieldType.INT16).setScale(1.0).setBaseOffset(1348);
public static final Field ERRORRATE = Field.create("ERRORRATE", 4, FieldType.FLOAT).setBaseOffset(1348);
public static final Field[] VALUES = {
VALUE0,
VALUE1,
ALIGNMENTFILL_AT_2,
ERRORRATE,
};
}