auto-sync
This commit is contained in:
parent
2e626bcf9f
commit
6f827f5a4f
|
@ -46,6 +46,8 @@ public:
|
||||||
|
|
||||||
#define MAX_OUTPUTS_FOR_IGNITION 2
|
#define MAX_OUTPUTS_FOR_IGNITION 2
|
||||||
|
|
||||||
|
class Engine;
|
||||||
|
|
||||||
class IgnitionEvent {
|
class IgnitionEvent {
|
||||||
public:
|
public:
|
||||||
IgnitionEvent();
|
IgnitionEvent();
|
||||||
|
@ -62,6 +64,9 @@ public:
|
||||||
int sparkId;
|
int sparkId;
|
||||||
int cylinderIndex;
|
int cylinderIndex;
|
||||||
char *name;
|
char *name;
|
||||||
|
#if EFI_UNIT_TEST
|
||||||
|
Engine *engine;
|
||||||
|
#endif
|
||||||
IgnitionOutputPin *getOutputForLoggins();
|
IgnitionOutputPin *getOutputForLoggins();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue