diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 13:14:02 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 18:17:24 +0100 |
commit | d952c0f8dd36acf9a072603237975b7ff2e915de (patch) | |
tree | f283cc016be4a25830607b0fafab74a7cf541d38 /src/diagnostic/diagnostic-message.hpp | |
parent | e5a97dac176ab84b5903b41113921e42335b1def (diff) |
Adding missing doxygen comments.
Made some cleaning about unused things or obsolete.
Review existing comments, adding missing comments.
Reformat some long long constructor.
Change-Id: Ibae247d1295a7a85b49d0ecee473022755d42b8b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/diagnostic/diagnostic-message.hpp')
-rw-r--r-- | src/diagnostic/diagnostic-message.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diagnostic/diagnostic-message.hpp b/src/diagnostic/diagnostic-message.hpp index ae37d7d..686a8b4 100644 --- a/src/diagnostic/diagnostic-message.hpp +++ b/src/diagnostic/diagnostic-message.hpp @@ -56,7 +56,7 @@ class diagnostic_message_t { * instead of a parsed value.*/ DiagnosticResponseCallback callback_; /*!< callback_ - An optional DiagnosticResponseCallback to be notified whenever a * response is received for this request.*/ - + bool supported_; /*!< supported_ - boolean indicating whether this pid is supported by the vehicle or not.*/ public: |