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/low-can-binding.cpp | |
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/low-can-binding.cpp')
-rw-r--r-- | src/low-can-binding.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/low-can-binding.cpp b/src/low-can-binding.cpp index 08301933..d9703e86 100644 --- a/src/low-can-binding.cpp +++ b/src/low-can-binding.cpp @@ -88,7 +88,7 @@ static int subscribe_unsubscribe_signal(struct afb_req request, bool subscribe, } /*else { - // Event it isn't valid annymore, recreate it + // Event it isn't valid annymore, recreate it ret = create_event_handle(sig, s); }*/ } @@ -133,7 +133,7 @@ static int subscribe_unsubscribe_signals(struct afb_req request, bool subscribe, std::vector<diagnostic_message_t*> found; configuration_t::instance().find_diagnostic_messages(build_DynamicField(sig), found); DiagnosticRequest* diag_req = new DiagnosticRequest(found.front()->build_diagnostic_request()); - + // If the requested diagnostic message isn't supported by the car then unssubcribe. // no matter what we want, worse case will be a fail unsubscription but at least we don't // poll a PID for nothing. |