rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
algo
fuel
batt_lag_corr_curve.h
Go to the documentation of this file.
1
//
2
// Created by kifir on 11/19/24.
3
//
4
5
#pragma once
6
7
#include <array>
8
9
using
BattLagCorrTable
= std::array<std::array<float, VBAT_INJECTOR_CURVE_SIZE>, VBAT_INJECTOR_CURVE_PRESSURE_SIZE>;
BattLagCorrTable
std::array< std::array< float, VBAT_INJECTOR_CURVE_SIZE >, VBAT_INJECTOR_CURVE_PRESSURE_SIZE > BattLagCorrTable
Definition
batt_lag_corr_curve.h:9
Generated on Sat Sep 27 2025 00:10:04 for rusEFI by
1.9.8