2018-10-30 01:46:13 -07:00
|
|
|
/*
|
|
|
|
* trigger_misc.h
|
|
|
|
*
|
|
|
|
* Created on: Oct 30, 2018
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2018-10-30 01:46:13 -07:00
|
|
|
*/
|
|
|
|
|
2020-01-12 23:30:49 -08:00
|
|
|
#pragma once
|
2018-10-30 01:46:13 -07:00
|
|
|
|
2022-04-25 17:38:16 -07:00
|
|
|
class TriggerWaveform;
|
2018-10-30 01:46:13 -07:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void configureFiatIAQ_P8(TriggerWaveform * s);
|
2020-12-03 20:12:30 -08:00
|
|
|
void configureDaihatsu4(TriggerWaveform * s);
|
2021-09-11 20:42:05 -07:00
|
|
|
void configureFordPip(TriggerWaveform * s);
|
2020-12-03 20:54:08 -08:00
|
|
|
void configureFordST170(TriggerWaveform * s);
|
2021-01-03 10:34:00 -08:00
|
|
|
void configureTriTach(TriggerWaveform * s);
|
2021-03-22 04:48:29 -07:00
|
|
|
// TT_VVT_BARRA_3_PLUS_1
|
|
|
|
void configureBarra3plus1cam(TriggerWaveform *s);
|
2022-11-16 09:18:46 -08:00
|
|
|
void configureBenelli(TriggerWaveform *s);
|
2023-06-22 19:10:29 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Configure trigger as Sovek or Saruman ignition
|
|
|
|
* @param s Trigger waveform visitor to config
|
|
|
|
*/
|
|
|
|
void configure60degSingleTooth(TriggerWaveform *s);
|