float ELM327::fuelRailGuagePressure() Description: ------------ * Find fuel Rail Gauge Pressure (diesel, or gasoline direct injection) in kPa Inputs: ------- * void Return: ------- * float - Fuel Rail Gauge Pressure (diesel, or gasoline direct injection) in kPa */
| 1473 | * float - Fuel Rail Gauge Pressure (diesel, or gasoline direct injection) in kPa |
| 1474 | */ |
| 1475 | float ELM327::fuelRailGuagePressure() |
| 1476 | { |
| 1477 | return processPID(SERVICE_01, FUEL_RAIL_GUAGE_PRESSURE, 1, 2, 10.0); |
| 1478 | } |
| 1479 | |
| 1480 | /* |
| 1481 | float ELM327::commandedEGR() |
nothing calls this directly
no outgoing calls
no test coverage detected