auto-sync

This commit is contained in:
rusEfi 2014-11-16 22:03:34 -06:00
parent 7e6cff99bd
commit 3d38eb5436
2 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,7 @@ static ALWAYS_INLINE void reportEventToWaveChart(trigger_event_e ckpSignalType,
void TriggerCentral::handleShaftSignal(Engine *engine, trigger_event_e signal) {
efiAssertVoid(engine!=NULL, "configuration");
uint64_t nowNt = getTimeNowNt();
nowNt = getTimeNowNt();
efiAssertVoid(engine->engineConfiguration!=NULL, "engineConfiguration");
efiAssertVoid(engine->engineConfiguration2!=NULL, "engineConfiguration2");

View File

@ -28,6 +28,7 @@ public:
void handleShaftSignal(Engine *engine, trigger_event_e signal);
int getHwEventCounter(int index);
TriggerState triggerState;
uint64_t nowNt;
private:
IntListenerArray triggerListeneres;
int hwEventCounters[HW_EVENT_TYPES];