float ELM327::fuelRailPressure() Description: ------------ * Find fuel Rail Pressure (relative to manifold vacuum) in kPa Inputs: ------- * void Return: ------- * float - Fuel Rail Pressure (relative to manifold vacuum) in kPa */
| 1453 | * float - Fuel Rail Pressure (relative to manifold vacuum) in kPa |
| 1454 | */ |
| 1455 | float ELM327::fuelRailPressure() |
| 1456 | { |
| 1457 | return processPID(SERVICE_01, FUEL_RAIL_PRESSURE, 1, 2, 0.079); |
| 1458 | } |
| 1459 | |
| 1460 | /* |
| 1461 | float ELM327::fuelRailGuagePressure() |
nothing calls this directly
no outgoing calls
no test coverage detected