rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
launch_control_state_generated.h
Go to the documentation of this file.
1// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of launch_control_state_s
8 /**
9 * Launch: Retard threshold RPM
10 * offset 0
11 */
12 int retardThresholdRpm = (int)0;
13 /**
14 offset 4 bit 0 */
16 /**
17 offset 4 bit 1 */
19 /**
20 * Launch: isLaunchCondition
21 offset 4 bit 2 */
22 bool isLaunchCondition : 1 {};
23 /**
24 * Launch: isSwitchActivated
25 offset 4 bit 3 */
26 bool isSwitchActivated : 1 {};
27 /**
28 * Launch: isClutchActivated
29 offset 4 bit 4 */
30 bool isClutchActivated : 1 {};
31 /**
32 offset 4 bit 5 */
34 /**
35 * Launch: isValidInputPin
36 offset 4 bit 6 */
37 bool isValidInputPin : 1 {};
38 /**
39 * Launch: activateSwitchCondition
40 offset 4 bit 7 */
42 /**
43 offset 4 bit 8 */
44 bool rpmLaunchCondition : 1 {};
45 /**
46 offset 4 bit 9 */
48 /**
49 * Launch: speedCondition
50 offset 4 bit 10 */
51 bool speedCondition : 1 {};
52 /**
53 * Launch: tpsCondition
54 offset 4 bit 11 */
55 bool tpsCondition : 1 {};
56 /**
57 offset 4 bit 12 */
58 bool luaLaunchState : 1 {};
59 /**
60 offset 4 bit 13 */
61 bool unusedBit_14_13 : 1 {};
62 /**
63 offset 4 bit 14 */
64 bool unusedBit_14_14 : 1 {};
65 /**
66 offset 4 bit 15 */
67 bool unusedBit_14_15 : 1 {};
68 /**
69 offset 4 bit 16 */
70 bool unusedBit_14_16 : 1 {};
71 /**
72 offset 4 bit 17 */
73 bool unusedBit_14_17 : 1 {};
74 /**
75 offset 4 bit 18 */
76 bool unusedBit_14_18 : 1 {};
77 /**
78 offset 4 bit 19 */
79 bool unusedBit_14_19 : 1 {};
80 /**
81 offset 4 bit 20 */
82 bool unusedBit_14_20 : 1 {};
83 /**
84 offset 4 bit 21 */
85 bool unusedBit_14_21 : 1 {};
86 /**
87 offset 4 bit 22 */
88 bool unusedBit_14_22 : 1 {};
89 /**
90 offset 4 bit 23 */
91 bool unusedBit_14_23 : 1 {};
92 /**
93 offset 4 bit 24 */
94 bool unusedBit_14_24 : 1 {};
95 /**
96 offset 4 bit 25 */
97 bool unusedBit_14_25 : 1 {};
98 /**
99 offset 4 bit 26 */
100 bool unusedBit_14_26 : 1 {};
101 /**
102 offset 4 bit 27 */
103 bool unusedBit_14_27 : 1 {};
104 /**
105 offset 4 bit 28 */
106 bool unusedBit_14_28 : 1 {};
107 /**
108 offset 4 bit 29 */
109 bool unusedBit_14_29 : 1 {};
110 /**
111 offset 4 bit 30 */
112 bool unusedBit_14_30 : 1 {};
113 /**
114 offset 4 bit 31 */
115 bool unusedBit_14_31 : 1 {};
116};
117static_assert(sizeof(launch_control_state_s) == 8);
118
119// end
120// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt