auto-sync

This commit is contained in:
rusEfi 2016-11-28 16:01:48 -05:00
parent 2e626bcf9f
commit 6f827f5a4f
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,8 @@ public:
#define MAX_OUTPUTS_FOR_IGNITION 2
class Engine;
class IgnitionEvent {
public:
IgnitionEvent();
@ -62,6 +64,9 @@ public:
int sparkId;
int cylinderIndex;
char *name;
#if EFI_UNIT_TEST
Engine *engine;
#endif
IgnitionOutputPin *getOutputForLoggins();
};