rusefi/firmware/controllers/trigger/trigger_central_generated.h

23 lines
746 B
C

// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Sun Apr 17 20:27:25 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
#define HW_EVENT_TYPES 6
// start of trigger_central_s
struct trigger_central_s {
/**
* Counter of hardware events since ECU start
* offset 0
*/
int hwEventCounters[HW_EVENT_TYPES];
/**
* offset 24
*/
int vvtCamCounter = (int)0;
};
static_assert(sizeof(trigger_central_s) == 28);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Sun Apr 17 20:27:25 UTC 2022