21 lines
630 B
C
21 lines
630 B
C
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo\ignition_state.txt Wed Apr 13 15:35:05 EDT 2022
|
||
|
// by class com.rusefi.output.CHeaderConsumer
|
||
|
// begin
|
||
|
#pragma once
|
||
|
#include "rusefi_types.h"
|
||
|
// start of ignition_state
|
||
|
struct ignition_state {
|
||
|
/**
|
||
|
* offset 0
|
||
|
*/
|
||
|
float baseDwell = (float)0;
|
||
|
/**
|
||
|
* offset 4
|
||
|
*/
|
||
|
float voltageCorrection = (float)0;
|
||
|
/** total size 8*/
|
||
|
};
|
||
|
|
||
|
// end
|
||
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo\ignition_state.txt Wed Apr 13 15:35:05 EDT 2022
|