Auto-generated configs and docs
This commit is contained in:
parent
236d8c91ac
commit
acaadb476e
|
@ -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
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue