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
The tune page structs and related defines.
static TIntegral readSerialIntegralTimeout(void)
Reads an integral type, timing out if necessary.
Definition comms.cpp:173
void calculateSecondarySpark(const config2 &page2, const config10 &page10, const table3d16RpmLoad &sparkLookupTable, statuses &current)
Definition secondaryTables.cpp:137
void calculateSecondaryFuel(const config10 &page10, const table3d16RpmLoad &veLookupTable, statuses &current)
Definition secondaryTables.cpp:52
The statuses struct and related defines.
Definition config_pages.h:650
Definition config_pages.h:171
The status struct with current values for all 'live' variables.
Definition statuses.h:23
3D table data types and functions