diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-24 22:10:51 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-24 22:14:33 -0500 |
commit | e961e6b49bc302988a0d6e47763a1f83e63ed065 (patch) | |
tree | 6710fd639371251d3eb5104c21d95f000c2134bd /src/uds/uds.h | |
parent | 295f3267b2c41bf28d054f2f43b528be38daac1c (diff) |
Add calculations for many OBD-II PID values.
Diffstat (limited to 'src/uds/uds.h')
-rw-r--r-- | src/uds/uds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uds/uds.h b/src/uds/uds.h index 78f70e15..a4761ca2 100644 --- a/src/uds/uds.h +++ b/src/uds/uds.h @@ -97,6 +97,8 @@ float diagnostic_payload_to_float(const DiagnosticResponse* response); // void diagnostic_response_to_string(const DiagnosticResponse* response, // char* destination, size_t destination_length); +float diagnostic_decode_obd2_pid(const DiagnosticResponse* response); + #ifdef __cplusplus } #endif |