fome-fw/firmware/controllers/trigger/trigger_state_generated.h

22 lines
677 B
C
Raw Normal View History

2021-12-09 18:59:51 -08:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Thu Dec 09 21:55:23 EST 2021
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;
2021-12-09 18:59:51 -08:00
/**
* Crank revolution counter
* offset 4
*/
uint32_t totalRevolutionCounter = (uint32_t)0;
/** total size 8*/
2019-09-03 16:30:51 -07:00
};
// end
2021-12-09 18:59:51 -08:00
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Thu Dec 09 21:55:23 EST 2021