2boost.c - aalesv/2boost GitHub Wiki

This file contains entry points for 2Boost mod. This is done for better compatibility between 2Boost versions and between compiler vesrions.

float calc_3d_uint_to_float_entry_point (const float x, const float y, const table_3d_uint_t *tablePointer)

This is the entry point for Calc 3D routine. The only thing it does is to call calc_3d_uint_to_float_hooked function.

float calc_2d_uint_to_float_entry_point (const float x, const table_2d_uint_t *tablePointer)

This is the entry point for Calc 2D routine. The only thing it does is to call calc_2d_uint_to_float_hooked function.

float massAirflow_entry_point (float mafVoltage, const table_2d_noconv_t *tablePointerMAF)

This is the entry point for Mass Airflow calculate routine. The only thing it does is to call massAirflow_hooked function.

void celFlash_outer_entry_point (void)

This is the entry point for CEL flash routine. The only thing it does is to call celTrigger_hooked function.