auto-sync
This commit is contained in:
parent
33283301e1
commit
7d303c21e7
|
@ -93,6 +93,7 @@ void configureHondaAccordCDDip(TriggerShape *s) {
|
|||
s->addEvent(720.0f, T_SECONDARY, TV_RISE);
|
||||
|
||||
s->isSynchronizationNeeded = false;
|
||||
s->useOnlyPrimaryForSync = true;
|
||||
}
|
||||
|
||||
void configureHondaAccordCD(TriggerShape *s, bool withOneEventSignal, bool withFourEventSignal,
|
||||
|
@ -159,6 +160,7 @@ void configureHondaAccordCD(TriggerShape *s, bool withOneEventSignal, bool withF
|
|||
s->addEvent(i * 180.0f + prefix, fourEventWave, TV_FALL);
|
||||
}
|
||||
}
|
||||
s->useOnlyPrimaryForSync = true;
|
||||
}
|
||||
|
||||
void configureHondaCbr600(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
||||
|
|
|
@ -47,6 +47,7 @@ void initializeMazdaMiataNaShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
|||
s->addEvent(592.878113, T_SECONDARY, TV_RISE);
|
||||
s->addEvent(662.899708, T_SECONDARY, TV_FALL);
|
||||
s->addEvent(720.0f, T_PRIMARY, TV_FALL);
|
||||
s->useOnlyPrimaryForSync = true;
|
||||
}
|
||||
|
||||
void initializeMazdaMiataNbShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
||||
|
@ -86,6 +87,7 @@ void initializeMazdaMiataNbShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
|||
s->addEvent(680.0f, T_SECONDARY, TV_RISE);
|
||||
|
||||
s->addEvent(720.0f, T_PRIMARY, TV_FALL);
|
||||
s->useOnlyPrimaryForSync = true;
|
||||
}
|
||||
|
||||
void configureMazdaProtegeSOHC(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
||||
|
|
Loading…
Reference in New Issue