2019-08-31 20:12:39 -07:00
|
|
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/trigger.txt Sat Aug 31 23:11:37 EDT 2019
|
2019-07-20 11:56:56 -07:00
|
|
|
// by class com.rusefi.output.CHeaderConsumer
|
2019-06-30 06:38:51 -07:00
|
|
|
// begin
|
2019-08-31 20:12:39 -07:00
|
|
|
#ifndef CONTROLLERS_GENERATED_TRIGGER_GENERATED_H
|
|
|
|
#define CONTROLLERS_GENERATED_TRIGGER_GENERATED_H
|
2019-06-30 06:38:51 -07:00
|
|
|
#include "rusefi_types.h"
|
|
|
|
#define HW_EVENT_TYPES 6
|
|
|
|
// start of trigger_central_s
|
|
|
|
struct trigger_central_s {
|
|
|
|
trigger_central_s();
|
|
|
|
/**
|
|
|
|
* offset 0
|
|
|
|
*/
|
|
|
|
int hwEventCounters[HW_EVENT_TYPES];
|
|
|
|
/** total size 24*/
|
|
|
|
};
|
|
|
|
|
|
|
|
typedef struct trigger_central_s trigger_central_s;
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// end
|
2019-08-31 20:12:39 -07:00
|
|
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/trigger.txt Sat Aug 31 23:11:37 EDT 2019
|