Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-03-30 13:31:59 +00:00
parent ab3bbe0f36
commit 7ce3b57f67
3 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,7 @@
// generated by gen_live_documentation.sh / LiveDataProcessor.java
#pragma once
// this generated C header is mostly used as input for java code generation
typedef enum {
LDS_output_channels,
LDS_fuel_computer,
@ -14,18 +15,18 @@ LDS_launch_control_state,
LDS_antilag_system_state,
LDS_boost_control,
LDS_ac_control,
LDS_fan_control,
LDS_fan_control0,
LDS_fuel_pump_control,
LDS_main_relay,
LDS_engine_state,
LDS_tps_accel_state,
LDS_trigger_central,
LDS_trigger_state,
LDS_trigger_state0,
LDS_trigger_state_primary,
LDS_wall_fuel_state,
LDS_idle_state,
LDS_electronic_throttle,
LDS_wideband_state,
LDS_electronic_throttle0,
LDS_wideband_state0,
LDS_dc_motors,
LDS_sent_state,
LDS_vvt,

View File

@ -1,5 +1,5 @@
package com.rusefi.enums;
//was generated automatically by rusEFI tool config_definition_base.jar based on StateDictionaryGenerator integration/LiveData.yaml on Wed Jan 03 03:26:05 UTC 2024n
//was generated automatically by rusEFI tool config_definition_base-all.jar based on StateDictionaryGenerator integration/LiveData.yaml on Sat Mar 30 13:30:34 UTC 2024n
import com.rusefi.config.generated.*;
import com.rusefi.ldmp.StateDictionary;
@ -17,18 +17,18 @@ public class StateDictionaryFactory {
stateDictionary.register(live_data_e.LDS_antilag_system_state, AntilagSystem.VALUES, "antilag_system");
stateDictionary.register(live_data_e.LDS_boost_control, BoostControl.VALUES, "boost_control");
stateDictionary.register(live_data_e.LDS_ac_control, AcControl.VALUES, "ac_control");
stateDictionary.register(live_data_e.LDS_fan_control, FanControl.VALUES, "fan_control");
stateDictionary.register(live_data_e.LDS_fan_control0, FanControl.VALUES, "fan_control");
stateDictionary.register(live_data_e.LDS_fuel_pump_control, FuelPump.VALUES, "fuel_pump");
stateDictionary.register(live_data_e.LDS_main_relay, MainRelay.VALUES, "main_relay");
stateDictionary.register(live_data_e.LDS_engine_state, EngineState.VALUES, "engine");
stateDictionary.register(live_data_e.LDS_tps_accel_state, TpsAccelState.VALUES, "accel_enrichment");
stateDictionary.register(live_data_e.LDS_trigger_central, TriggerCentral.VALUES, "trigger_central");
stateDictionary.register(live_data_e.LDS_trigger_state, TriggerState.VALUES, "trigger_decoder");
stateDictionary.register(live_data_e.LDS_trigger_state0, TriggerState.VALUES, "trigger_decoder");
stateDictionary.register(live_data_e.LDS_trigger_state_primary, TriggerStatePrimary.VALUES, "trigger_decoder");
stateDictionary.register(live_data_e.LDS_wall_fuel_state, WallFuelState.VALUES, "wall_fuel");
stateDictionary.register(live_data_e.LDS_idle_state, IdleState.VALUES, "idle_thread");
stateDictionary.register(live_data_e.LDS_electronic_throttle, ElectronicThrottle.VALUES, "electronic_throttle");
stateDictionary.register(live_data_e.LDS_wideband_state, WidebandController.VALUES, "AemXSeriesLambda");
stateDictionary.register(live_data_e.LDS_electronic_throttle0, ElectronicThrottle.VALUES, "electronic_throttle");
stateDictionary.register(live_data_e.LDS_wideband_state0, WidebandController.VALUES, "AemXSeriesLambda");
stateDictionary.register(live_data_e.LDS_dc_motors, DcMotors.VALUES, "dc_motors");
stateDictionary.register(live_data_e.LDS_sent_state, SentState.VALUES, "sent");
stateDictionary.register(live_data_e.LDS_vvt, VvtState.VALUES, "vvt");

View File

@ -17,18 +17,18 @@ public enum live_data_e {
LDS_antilag_system_state,
LDS_boost_control,
LDS_ac_control,
LDS_fan_control,
LDS_fan_control0,
LDS_fuel_pump_control,
LDS_main_relay,
LDS_engine_state,
LDS_tps_accel_state,
LDS_trigger_central,
LDS_trigger_state,
LDS_trigger_state0,
LDS_trigger_state_primary,
LDS_wall_fuel_state,
LDS_idle_state,
LDS_electronic_throttle,
LDS_wideband_state,
LDS_electronic_throttle0,
LDS_wideband_state0,
LDS_dc_motors,
LDS_sent_state,
LDS_vvt,