21 lines
682 B
C
21 lines
682 B
C
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/trigger_state.txt Tue Sep 03 19:14:16 EDT 2019
|
||
|
// by class com.rusefi.output.CHeaderConsumer
|
||
|
// begin
|
||
|
#ifndef CONTROLLERS_GENERATED_TRIGGER_STATE_GENERATED_H
|
||
|
#define CONTROLLERS_GENERATED_TRIGGER_STATE_GENERATED_H
|
||
|
#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;
|
||
|
|
||
|
#endif
|
||
|
// end
|
||
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/trigger_state.txt Tue Sep 03 19:14:16 EDT 2019
|