Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-04-29 16:04:30 +00:00
parent 236d8c91ac
commit acaadb476e
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/knock_controller.txt Fri Apr 29 16:01:47 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of knock_controller_s
struct knock_controller_s {
/**
* Degrees retarded: larger number = more retard
* offset 0
*/
angle_t m_requested_pump = (angle_t)0;
};
static_assert(sizeof(knock_controller_s) == 4);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle/knock_controller.txt Fri Apr 29 16:01:47 UTC 2022

View File

@ -5,6 +5,7 @@ package com.rusefi.enums;
public enum live_data_e {
LDS_output_channels,
LDS_knock_controller,
LDS_high_pressure_fuel_pump,
LDS_injector_model,
LDS_launch_control_state,