rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
live_data_generated
vvt_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/actuators/vvt.txt
2
// by class com.rusefi.output.CHeaderConsumer
3
// begin
4
#pragma once
5
#include "
rusefi_types.h
"
6
// start of vvt_s
7
struct
vvt_s
{
8
/**
9
* units: deg
10
* offset 0
11
*/
12
scaled_channel<int16_t, 10, 1>
vvtTarget
= (int16_t)0;
13
/**
14
* units: %
15
* offset 2
16
*/
17
scaled_channel<uint8_t, 2, 1>
vvtOutput
= (uint8_t)0;
18
/**
19
* need 4 byte alignment
20
* units: units
21
* offset 3
22
*/
23
uint8_t
alignmentFill_at_3
[1] = {};
24
};
25
static_assert
(
sizeof
(
vvt_s
) == 4);
26
27
// end
28
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/actuators/vvt.txt
rusefi_types.h
vvt_s
Definition
vvt_generated.h:7
vvt_s::vvtTarget
scaled_channel< int16_t, 10, 1 > vvtTarget
Definition
vvt_generated.h:12
vvt_s::vvtOutput
scaled_channel< uint8_t, 2, 1 > vvtOutput
Definition
vvt_generated.h:17
vvt_s::alignmentFill_at_3
uint8_t alignmentFill_at_3[1]
Definition
vvt_generated.h:23
Generated on Sat Sep 27 2025 00:10:07 for rusEFI by
1.9.8