diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 17:34:33 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 17:34:33 -0500 |
commit | 3401380ce6fc0f1021674145105632fbf6304007 (patch) | |
tree | d8fe8c8adbba2ab25a9866c05d72dcf7bb08dff8 | |
parent | 206686571937528e3b754dfd87e3c02f78896919 (diff) |
Add a placeholder function for decoding OBD-II PIDs.
-rw-r--r-- | src/obd2/extras.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/obd2/extras.h b/src/obd2/extras.h index 50ad3b77..5ec4b470 100644 --- a/src/obd2/extras.h +++ b/src/obd2/extras.h @@ -63,6 +63,9 @@ bool diagnostic_clear_dtc(DiagnosticShims* shims); DiagnosticRequestHandle diagnostic_enumerate_pids(DiagnosticShims* shims, DiagnosticRequest* request, DiagnosticPidEnumerationReceived callback); +// TODO +float diagnostic_decode_obd2_pid(DiagnosticResponse* response); + #ifdef __cplusplus } #endif |