MCPcopy Create free account
hub / github.com/PowerBroker2/ELMduino / runTime

Method runTime

src/ELMduino.cpp:1395–1398  ·  view source on GitHub ↗

uint16_t ELM327::runTime() Description: ------------ * Find run time since engine start in s Inputs: ------- * void Return: ------- * uint16_t - Run time since engine start in s */

Source from the content-addressed store, hash-verified

1393 * uint16_t - Run time since engine start in s
1394*/
1395uint16_t ELM327::runTime()
1396{
1397 return (uint16_t)processPID(SERVICE_01, RUN_TIME_SINCE_ENGINE_START, 1, 2);
1398}
1399
1400/*
1401 uint32_t ELM327::supportedPIDs_21_40()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected