refactoring
This commit is contained in:
parent
9ce2a4bb32
commit
d489191ebb
|
@ -16,7 +16,6 @@
|
||||||
void initMainEventListener(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
|
void initMainEventListener(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
void mainTriggerCallback(trigger_event_e ckpSignalType, uint32_t eventIndex DECLARE_ENGINE_PARAMETER_SUFFIX);
|
void mainTriggerCallback(trigger_event_e ckpSignalType, uint32_t eventIndex DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
|
|
||||||
int isIgnitionTimingError(void);
|
|
||||||
void startPrimeInjectionPulse(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
void startPrimeInjectionPulse(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
void startSimultaniousInjection(Engine *engine);
|
void startSimultaniousInjection(Engine *engine);
|
||||||
|
|
|
@ -18,6 +18,8 @@ int getNumberOfSparks(ignition_mode_e mode DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
percent_t getCoilDutyCycle(int rpm DECLARE_ENGINE_PARAMETER_SUFFIX);
|
percent_t getCoilDutyCycle(int rpm DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||||
void initializeIgnitionActions(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
void initializeIgnitionActions(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
int isIgnitionTimingError(void);
|
||||||
|
|
||||||
#define TRIGGER_EVENT_UNDEFINED -1
|
#define TRIGGER_EVENT_UNDEFINED -1
|
||||||
bool scheduleOrQueue(AngleBasedEvent *event,
|
bool scheduleOrQueue(AngleBasedEvent *event,
|
||||||
uint32_t trgEventIndex,
|
uint32_t trgEventIndex,
|
||||||
|
|
Loading…
Reference in New Issue