auto-sync
This commit is contained in:
parent
9ac5aa544c
commit
6edfc90330
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include "trigger_chrysler.h"
|
||||
#include "trigger_decoder.h"
|
||||
#include "trigger_universal.h"
|
||||
|
||||
void initDodgeRam(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
||||
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#include "main.h"
|
||||
#include "trigger_structure.h"
|
||||
#include "engine_configuration.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -119,10 +119,6 @@ private:
|
|||
};
|
||||
|
||||
angle_t getEngineCycle(operation_mode_e operationMode);
|
||||
void addSkippedToothTriggerEvents(trigger_wheel_e wheel, TriggerShape *s,
|
||||
int totalTeethCount, int skippedCount,
|
||||
float toothWidth,
|
||||
float offset, float engineCycle, float filterLeft, float filterRight DECLARE_ENGINE_PARAMETER_S);
|
||||
void initializeSkippedToothTriggerShapeExt(TriggerShape *s, int totalTeethCount, int skippedCount, operation_mode_e operationMode DECLARE_ENGINE_PARAMETER_S);
|
||||
uint32_t findTriggerZeroEventIndex(TriggerState *state, TriggerShape * shape, trigger_config_s const*triggerConfig DECLARE_ENGINE_PARAMETER_S);
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "error_handling.h"
|
||||
#include "trigger_decoder.h"
|
||||
#include "engine_math.h"
|
||||
#include "trigger_universal.h"
|
||||
|
||||
EXTERN_ENGINE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue