26 lines
805 B
C
26 lines
805 B
C
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle\knock_controller.txt Fri Apr 29 15:13:26 EDT 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_knockRetard = (angle_t)0;
|
|
/**
|
|
* offset 4
|
|
*/
|
|
float m_knockThreshold = (float)0;
|
|
/**
|
|
* offset 8
|
|
*/
|
|
uint32_t m_knockCount = (uint32_t)0;
|
|
};
|
|
static_assert(sizeof(knock_controller_s) == 12);
|
|
|
|
// end
|
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/engine_cycle\knock_controller.txt Fri Apr 29 15:13:26 EDT 2022
|