rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
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
7struct 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};
25static_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
scaled_channel< int16_t, 10, 1 > vvtTarget
scaled_channel< uint8_t, 2, 1 > vvtOutput
uint8_t alignmentFill_at_3[1]