fome-fw/firmware/config/engines/custom_engine.h

28 lines
977 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file custom_engine.h
*
* @date Jan 18, 2015
2020-01-07 21:02:40 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
2019-12-28 20:22:16 -08:00
#pragma once
2015-07-10 06:01:56 -07:00
#include "engine_configuration.h"
2015-07-10 06:01:56 -07:00
2019-08-06 14:12:15 -07:00
void setFrankensoConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setFrankenso_01_LCD(engine_configuration_s *engineConfiguration);
void disableLCD(engine_configuration_s *engineConfiguration);
2019-01-10 21:03:42 -08:00
void runSchedulingPrecisionTestIfNeeded(void);
void setFrankensoBoardTestConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setEtbTestConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setTle8888TestConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2017-02-24 15:55:53 -08:00
void setIssue898(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2019-08-05 20:00:35 -07:00
2020-05-21 15:36:32 -07:00
void mreBoardOldTest(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void mreBoardNewTest(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2020-08-29 11:29:34 -07:00
void mreBCM(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2019-12-28 20:22:16 -08:00
2020-02-25 18:35:21 -08:00
void setTest33816EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2020-10-12 21:35:04 -07:00
void setBoschHDEV_5_injectors(DECLARE_CONFIG_PARAMETER_SIGNATURE);