X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fdiagnostic%2Fdiagnostic-message.hpp;h=ae37d7d7e92d29afdb97999466f604d924237266;hb=1ee222a7250896fc7f2e5fb1dc50a7466d81b741;hp=4feceb4b1f0610aaebf195f256f0553438bb09c2;hpb=f3ddfa1c2c4a9ac54f129a63dc9673afdc87bb9e;p=apps%2Fagl-service-can-low-level.git diff --git a/src/diagnostic/diagnostic-message.hpp b/src/diagnostic/diagnostic-message.hpp index 4feceb4b..ae37d7d7 100644 --- a/src/diagnostic/diagnostic-message.hpp +++ b/src/diagnostic/diagnostic-message.hpp @@ -70,6 +70,9 @@ class diagnostic_message_t { float get_frequency() const; DiagnosticResponseDecoder get_decoder() const; DiagnosticResponseCallback get_callback() const; + bool get_supported() const; + + void set_supported(bool value); const DiagnosticRequest build_diagnostic_request();