|
Public Member Functions |
| Engine () |
Static Public Member Functions |
static unsigned char | getFile (String *fname, int size) __gc[] |
static bool | doesFileExist (String *fname) |
static HondaEcu * | getRom (String *fname, int size) |
static bool | saveFile (unsigned char rom __gc[], String *fname, int size) |
static float | voltsToPsi (float volts, int sensor) |
static int | voltsToInHg (float volts, int sensor) |
static int | psiToRaw (float psi, int sensor) |
static int | inHgToRaw (int inhg, int sensor) |
static float | rawToVolts (int raw) |
static float | rawToAfr (int raw, float volts __gc[], float afr __gc[]) |