auto-sync

This commit is contained in:
rusEfi 2015-10-31 14:01:33 -04:00
parent c07c0fc7ad
commit 1eb2a3fc69
2 changed files with 0 additions and 7 deletions

View File

@ -107,9 +107,6 @@ void TriggerShape::calculateTriggerSynchPoint(TriggerState *state DECLARE_ENGINE
}
}
void TriggerShape::clear() {
}
void TriggerShape::initialize(operation_mode_e operationMode, bool needSecondTriggerInput) {
tdcPosition = 0;
setTriggerSynchronizationGap(2);

View File

@ -133,10 +133,6 @@ public:
void addEvent(angle_t angle, trigger_wheel_e const waveIndex, trigger_value_e const stateParam, float filterLeft, float filterRight);
operation_mode_e getOperationMode();
/**
* This method resets
*/
void clear();
void initialize(operation_mode_e operationMode, bool needSecondTriggerInput);
void setTriggerSynchronizationGap(float synchRatio);
void setTriggerSynchronizationGap2(float syncRatioFrom, float syncRatioTo);