Add a placeholder function for decoding OBD-II PIDs.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Tue, 7 Jan 2014 22:34:33 +0000 (17:34 -0500)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Tue, 7 Jan 2014 22:34:33 +0000 (17:34 -0500)
src/obd2/extras.h

index 50ad3b7..5ec4b47 100644 (file)
@@ -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