X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=low-can-binding%2Fdiagnostic%2Factive-diagnostic-request.hpp;fp=low-can-binding%2Fdiagnostic%2Factive-diagnostic-request.hpp;h=892feb50c4b94f9760d87d105e3538bfe93aeddc;hb=ddd4374f35df2d8b8e9b4ecf4890abba6fab3734;hp=36f9e43cefe0c8974165c4b79d0f22428a85b496;hpb=12d04c471a5127219da5a313c546ab240c866fe6;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/diagnostic/active-diagnostic-request.hpp b/low-can-binding/diagnostic/active-diagnostic-request.hpp index 36f9e43c..892feb50 100644 --- a/low-can-binding/diagnostic/active-diagnostic-request.hpp +++ b/low-can-binding/diagnostic/active-diagnostic-request.hpp @@ -75,7 +75,7 @@ private: DiagnosticResponseCallback callback_; ///< callback_ - An optional DiagnosticResponseCallback to be notified whenever a ///< response is received for this request. bool recurring_; ///< bool recurring_ - If true, this is a recurring request and it will remain as active until explicitly cancelled. - ///< The frequencyClock attribute controls how often a recurrin request is made. + ///< The frequencyClock attribute controls how often a recurring request is made. bool wait_for_multiple_responses_; ///< wait_for_multiple_responses_ - False by default, when any response is received for a request ///< it will be removed from the active list. If true, the request will remain active until the timeout ///< clock expires, to allow it to receive multiple response (e.g. to a functional broadcast request).