float ELM327::absEvapSysVapPressure() Description: ------------ * Find absolute evap. system vapor pressure in kPa Inputs: ------- * void Return: ------- * float - Absolute evap. system vapor pressure in kPa */
| 2093 | * float - Absolute evap. system vapor pressure in kPa |
| 2094 | */ |
| 2095 | float ELM327::absEvapSysVapPressure() |
| 2096 | { |
| 2097 | return processPID(SERVICE_01, ABS_EVAP_SYS_VAPOR_PRESSURE, 1, 2, 1.0 / 200.0); |
| 2098 | } |
| 2099 | |
| 2100 | /* |
| 2101 | float ELM327::evapSysVapPressure2() |
nothing calls this directly
no outgoing calls
no test coverage detected