rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
sachs.h File Reference

Detailed Description

Date
Jan 26, 2015
Author
Andrey Belomutskiy, (c) 2012-2020

Definition in file sachs.h.

Functions

void setSachs ()
 

Function Documentation

◆ setSachs()

void setSachs ( )

50/2 trigger

Definition at line 16 of file sachs.cpp.

16 {
17 engineConfiguration->displacement = 0.1; // 100cc
18 engineConfiguration->cylindersCount = 1;
19
20 engineConfiguration->twoStroke = true;
21 engineConfiguration->firingOrder = FO_1;
22 engineConfiguration->engineChartSize = 400;
23
24 /**
25 * 50/2 trigger
26 */
28 engineConfiguration->trigger.customTotalToothCount = 50;
29 engineConfiguration->trigger.customSkippedToothCount = 2;
30}
static constexpr engine_configuration_s * engineConfiguration

Referenced by applyEngineType().

Here is the caller graph for this function:

Go to the source code of this file.