From 3401380ce6fc0f1021674145105632fbf6304007 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 7 Jan 2014 17:34:33 -0500 Subject: [PATCH] Add a placeholder function for decoding OBD-II PIDs. --- src/obd2/extras.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/obd2/extras.h b/src/obd2/extras.h index 50ad3b7..5ec4b47 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 -- 2.16.6