20 lines
408 B
C
20 lines
408 B
C
/**
|
|
* @file test_engine.h
|
|
*
|
|
* @date Nov 14, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setTestCamEngineConfiguration();
|
|
void setTestCrankEngineConfiguration();
|
|
void setTestVVTEngineConfiguration();
|
|
void setTestDcWastegateConfiguration();
|
|
|
|
void setTestEngineIssue366both();
|
|
void setTestEngineIssue366rise();
|
|
void setProteusAnalogPwmTest();
|