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

Method monitorDriveCycleStatus

src/ELMduino.cpp:1755–1758  ·  view source on GitHub ↗

uint32_t ELM327::monitorDriveCycleStatus() Description: ------------ * Find status this drive cycle (https://en.wikipedia.org/wiki/OBD-II_PIDs#Service_01_PID_41) Inputs: ------- * void Return: ------- * uint32_t - Bit encoded status (https://en.wikipedia.org/wiki/OBD-II_PIDs#Service_01_PID_41) */

Source from the content-addressed store, hash-verified

1753 * uint32_t - Bit encoded status (https://en.wikipedia.org/wiki/OBD-II_PIDs#Service_01_PID_41)
1754*/
1755uint32_t ELM327::monitorDriveCycleStatus()
1756{
1757 return (uint32_t)processPID(SERVICE_01, MONITOR_STATUS_THIS_DRIVE_CYCLE, 1, 4);
1758}
1759
1760/*
1761 float ELM327::ctrlModVoltage()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected