rusefi-1/firmware/controllers/generated/trigger_state_generated.h

19 lines
610 B
C
Raw Normal View History

2020-07-05 23:07:22 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_state.txt Mon Jul 06 06:07:20 UTC 2020
2019-09-03 16:30:51 -07:00
// by class com.rusefi.output.CHeaderConsumer
// begin
2020-07-05 23:07:22 -07:00
#pragma once
2019-09-03 16:30:51 -07:00
#include "rusefi_types.h"
// start of trigger_state_s
struct trigger_state_s {
/**
* offset 0
*/
float currentGap = (float)0;
/** total size 4*/
};
typedef struct trigger_state_s trigger_state_s;
// end
2020-07-05 23:07:22 -07:00
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on (unknown script) integration/trigger_state.txt Mon Jul 06 06:07:20 UTC 2020