21 lines
639 B
C
21 lines
639 B
C
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo\ignition_state.txt Wed Apr 13 16:33:12 EDT 2022
|
|
// by class com.rusefi.output.CHeaderConsumer
|
|
// begin
|
|
#pragma once
|
|
#include "rusefi_types.h"
|
|
// start of ignition_state_s
|
|
struct ignition_state_s {
|
|
/**
|
|
* offset 0
|
|
*/
|
|
float baseDwell = (float)0;
|
|
/**
|
|
* offset 4
|
|
*/
|
|
float dwellVoltageCorrection = (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 16:33:12 EDT 2022
|