X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Futils%2Fsignals.hpp;h=10cb8ad035cee62b6d5fcaf0ad02cc79028e7ab1;hb=1b3655d85cfb9cc143c9e7f0d3506e6b004f835e;hp=c604b87dda0b670ff3925eb9f25c3e2b45378176;hpb=7aed41f1bdfc76eae902d289fce699b8fde40871;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/utils/signals.hpp b/low-can-binding/utils/signals.hpp index c604b87d..10cb8ad0 100644 --- a/low-can-binding/utils/signals.hpp +++ b/low-can-binding/utils/signals.hpp @@ -26,7 +26,6 @@ #include "../can/can-signals.hpp" #include "../diagnostic/diagnostic-message.hpp" -#include "../binding/low-can-hat.hpp" #include "../binding/low-can-subscription.hpp" namespace utils @@ -37,7 +36,7 @@ namespace utils std::vector > diagnostic_messages; }; - /// @brief Signal manager singleton hold subscription object with attached afb_event and its mutex + /// @brief Signal manager singleton hold subscription object with attached afb_event_t and its mutex /// to read and write it safely. /// It can be used to browse CAN signals and Diagnostic messages vectors and find a particular signal to /// subscribe to.