float ELM327::demandedTorque() Description: ------------ * Find driver's demanded engine torque in % Inputs: ------- * void Return: ------- * float - Driver's demanded engine torque in % */
| 2293 | * float - Driver's demanded engine torque in % |
| 2294 | */ |
| 2295 | float ELM327::demandedTorque() |
| 2296 | { |
| 2297 | return processPID(SERVICE_01, DEMANDED_ENGINE_PERCENT_TORQUE, 1, 1, 1, -125.0); |
| 2298 | } |
| 2299 | |
| 2300 | /* |
| 2301 | float ELM327::torque() |
nothing calls this directly
no outgoing calls
no test coverage detected