diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-20 16:19:01 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-20 16:19:01 -0500 |
commit | fed7c4cae3d8dd1a53d0b394f6abcfa9f8c30a64 (patch) | |
tree | e95b310897537645d0cc187315dda1b997bf244f /src/uds/uds.h | |
parent | 46fb0eb96e8efd285c2a0cccf699862ed21717ed (diff) |
Add a function to parse the entire payload as a float.
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 091d3c9f..78f70e15 100644 --- a/src/uds/uds.h +++ b/src/uds/uds.h @@ -83,6 +83,8 @@ DiagnosticResponse diagnostic_receive_can_frame(DiagnosticShims* shims, const uint16_t arbitration_id, const uint8_t data[], const uint8_t size); +float diagnostic_payload_to_float(const DiagnosticResponse* response); + /* Public: Render a DiagnosticResponse as a string into the given buffer. * * TODO implement this |