X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fdiagnostic%2Fdiagnostic-message.cpp;h=62da0dc30bab689cf6357bca0247f39ca5d63521;hb=1ee222a7250896fc7f2e5fb1dc50a7466d81b741;hp=7473e7b19a21acc2386b134dc7574f2b3ccde858;hpb=f3ddfa1c2c4a9ac54f129a63dc9673afdc87bb9e;p=apps%2Fagl-service-can-low-level.git diff --git a/src/diagnostic/diagnostic-message.cpp b/src/diagnostic/diagnostic-message.cpp index 7473e7b1..62da0dc3 100644 --- a/src/diagnostic/diagnostic-message.cpp +++ b/src/diagnostic/diagnostic-message.cpp @@ -67,6 +67,16 @@ DiagnosticResponseCallback diagnostic_message_t::get_callback() const return callback_; } +bool diagnostic_message_t::get_supported() const +{ + return supported_; +} + +void diagnostic_message_t::set_supported(bool value) +{ + supported_ = value; +} + /** * @brief Build a DiagnosticRequest struct to be passed * to diagnostic manager instance.