rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
page_2_generated.h
Go to the documentation of this file.
1// this section was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh integration/config_page_2.txt
2// by class com.rusefi.output.CHeaderConsumer
3// begin
4#pragma once
5#include "rusefi_types.h"
6// start of page2_s
7struct page2_s {
8 /**
9 * units: %
10 * offset 0
11 */
12 float ltft_table_bank1[VE_LOAD_COUNT][VE_RPM_COUNT] = {};
13 /**
14 * units: %
15 * offset 1024
16 */
17 float ltft_table_bank2[VE_LOAD_COUNT][VE_RPM_COUNT] = {};
18};
19static_assert(sizeof(page2_s) == 2048);
20
21// end
22// this section was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh integration/config_page_2.txt
float ltft_table_bank2[VE_LOAD_COUNT][VE_RPM_COUNT]
float ltft_table_bank1[VE_LOAD_COUNT][VE_RPM_COUNT]