Speeduino
Loading...
Searching...
No Matches
secondaryTables.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4#include "statuses.h"
5#include "config_pages.h"
6#include "table3d.h"
7
8void calculateSecondaryFuel(const config10 &page10, const table3d16RpmLoad &veLookupTable, statuses &current);
9void calculateSecondarySpark(const config2 &page2, const config10 &page10, const table3d16RpmLoad &sparkLookupTable, statuses &current);
The tune page structs and related defines.
const config2 & page2
Definition engineProtection.cpp:455
const config4 const config6 const config9 const config10 & page10
Definition engineProtection.cpp:173
const config2 const config4 const config6 const config10 statuses & current
Definition scheduler_fuel_controller.cpp:913
void calculateSecondarySpark(const config2 &page2, const config10 &page10, const table3d16RpmLoad &sparkLookupTable, statuses &current)
Definition secondaryTables.cpp:108
void calculateSecondaryFuel(const config10 &page10, const table3d16RpmLoad &veLookupTable, statuses &current)
Definition secondaryTables.cpp:46
The statuses struct and related defines.
Definition config_pages.h:641
Definition config_pages.h:175
The status struct with current values for all 'live' variables.
Definition statuses.h:107
3D table data types and functions