rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
sent_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/sensors/sent_state.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of sent_state_s
8 /**
9 * "SENT ch0 value0"
10 * units: RAW
11 * offset 0
12 */
13 uint16_t value0 = (uint16_t)0;
14 /**
15 * "SENT ch0 value1"
16 * units: RAW
17 * offset 2
18 */
19 uint16_t value1 = (uint16_t)0;
20 /**
21 * "SENT ch0 error rate"
22 * units: % (don't belive me)
23 * offset 4
24 */
25 float errorRate = (float)0;
26};
27static_assert(sizeof(sent_state_s) == 8);
28
29// end
30// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/sensors/sent_state.txt