rusEFI
The most advanced open source ECU
|
#include <engine_configuration_generated_structures_alphax-2chan.h>
Data Fields | |
int8_t | fuelAdderPercent |
uint8_t | alignmentFill_at_1 [3] = {} |
float | ignitionRetard |
int | minimumTps |
int16_t | minimumClt |
int16_t | maximumMap |
scaled_channel< uint8_t, 10, 1 > | maximumAfr |
uint8_t | alignmentFill_at_17 [1] = {} |
uint16_t | activationRpm |
uint16_t | deactivationRpm |
uint16_t | deactivationRpmWindow |
Definition at line 832 of file engine_configuration_generated_structures_alphax-2chan.h.
uint16_t vvl_s::activationRpm |
units: rpm offset 18
Definition at line 879 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), setConfigValueByName(), and VvlController::updateRpmConditionSatisfied().
uint8_t vvl_s::alignmentFill_at_1 = {} |
need 4 byte alignment units: units offset 1
Definition at line 843 of file engine_configuration_generated_structures_alphax-2chan.h.
uint8_t vvl_s::alignmentFill_at_17 = {} |
need 4 byte alignment units: units offset 17
Definition at line 874 of file engine_configuration_generated_structures_alphax-2chan.h.
uint16_t vvl_s::deactivationRpm |
units: rpm offset 20
Definition at line 884 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), setConfigValueByName(), and VvlController::updateRpmConditionSatisfied().
uint16_t vvl_s::deactivationRpmWindow |
units: rpm offset 22
Definition at line 889 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), setConfigValueByName(), and VvlController::updateRpmConditionSatisfied().
int8_t vvl_s::fuelAdderPercent |
units: % offset 0
Definition at line 837 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), VvlController::getFuelCoefficient(), and setConfigValueByName().
float vvl_s::ignitionRetard |
Retard timing to remove from actual final timing (after all corrections) due to additional air. units: deg offset 4
Definition at line 849 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), VvlController::getTimingModifier(), and setConfigValueByName().
scaled_channel< uint8_t, 10, 1 > vvl_s::maximumAfr |
units: afr offset 16
Definition at line 868 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), setConfigValueByName(), and VvlController::updateAfrConditionSatisfied().
int16_t vvl_s::maximumMap |
units: SPECIAL_CASE_PRESSURE offset 14
Definition at line 863 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), setConfigValueByName(), and VvlController::updateMapConditionSatisfied().
int16_t vvl_s::minimumClt |
units: SPECIAL_CASE_TEMPERATURE offset 12
Definition at line 858 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), setConfigValueByName(), and VvlController::updateCltConditionSatisfied().
int vvl_s::minimumTps |
offset 8
Definition at line 853 of file engine_configuration_generated_structures_alphax-2chan.h.
Referenced by getConfigValueByHash(), setConfigValueByName(), and VvlController::updateTpsConditionSatisfied().