rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Structures | Enumerations | Functions
launch_control.h File Reference

Data Structures

class  LaunchControlBase
 
class  SoftSparkLimiter
 

Enumerations

enum class  LaunchCondition { PreLaunch , Launch , NotMet }
 

Functions

void initLaunchControl ()
 

Enumeration Type Documentation

◆ LaunchCondition

enum class LaunchCondition
strong
Enumerator
PreLaunch 
Launch 
NotMet 

Definition at line 14 of file launch_control.h.

Function Documentation

◆ initLaunchControl()

void initLaunchControl ( )

Definition at line 212 of file launch_control.cpp.

212 {
213 tinymt32_init(&tinymt, 1345135);
214}
static tinymt32_t tinymt
void tinymt32_init(tinymt32_t *random, uint32_t seed)
Definition tinymt32.c:62

Referenced by commonInitEngineController(), and SoftSparkLimiter::SoftSparkLimiter().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.