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

24 lines
741 B
C

// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Sat Oct 23 23:05:22 UTC 2021
// 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 {
trigger_central_s();
/**
* Counter of hardware events since ECU start
* offset 0
*/
int hwEventCounters[HW_EVENT_TYPES];
/**
* offset 24
*/
int vvtCamCounter = (int)0;
/** total size 28*/
};
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Sat Oct 23 23:05:22 UTC 2021