X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fuds%2Fuds.h;h=a4761ca250a8ef4a769d4fb31935cb6e79737128;hb=e961e6b49bc302988a0d6e47763a1f83e63ed065;hp=78f70e15ee79f964e202aa2e192d06b5dc5af92a;hpb=295f3267b2c41bf28d054f2f43b528be38daac1c;p=apps%2Fagl-service-can-low-level.git 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