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 uint32_t rshift(uint32_t a)
Bitwise right shift - generic, unoptimized, case.
Definition bit_shifts.h:349
void calculateSecondarySpark(const config2 &page2, const config10 &page10, const table3d16RpmLoad &sparkLookupTable, statuses &current)
Definition secondaryTables.cpp:136
void calculateSecondaryFuel(const config10 &page10, const table3d16RpmLoad &veLookupTable, statuses &current)
Definition secondaryTables.cpp:51
The statuses struct and related defines.
Definition config_pages.h:712
Definition config_pages.h:249
The status struct with current values for all 'live' variables.
Definition statuses.h:98
3D table data types and functions