auto-sync

This commit is contained in:
rusEfi 2017-01-03 16:02:43 -05:00
parent 9ac5aa544c
commit 6edfc90330
4 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@
#include "trigger_chrysler.h"
#include "trigger_decoder.h"
#include "trigger_universal.h"
void initDodgeRam(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {

View File

@ -5,6 +5,9 @@
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "main.h"
#include "trigger_structure.h"
#include "engine_configuration.h"

View File

@ -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);

View File

@ -23,6 +23,7 @@
#include "error_handling.h"
#include "trigger_decoder.h"
#include "engine_math.h"
#include "trigger_universal.h"
EXTERN_ENGINE;