FixDAB: Kernel mandatory and missynchronized 87/10787/1 4.0.1 4.0.2 dab/4.0.1 dab/4.0.2 dab_4.0.1 dab_4.0.2
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 5 Sep 2017 17:03:01 +0000 (19:03 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 5 Sep 2017 17:03:01 +0000 (19:03 +0200)
Change-Id: Iabf3531817251aef5843f7f6dc8a94c2c39fe410
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
conf.d/app-templates
low-can-binding/binding/low-can-subscription.cpp

index ec101c7..dee5836 160000 (submodule)
@@ -1 +1 @@
-Subproject commit ec101c751a6359483a00c0c3923d502845f45126
+Subproject commit dee58363ddb98f8e63239035f1a8f1ab151c5e96
index d94a77b..c3fbdd3 100644 (file)
@@ -108,7 +108,7 @@ const std::shared_ptr<diagnostic_message_t> low_can_subscription_t::get_diagnost
 
 /// @brief Return the CAN signal name and empty string if not found
 /// or no CAN signal subscribed
-const std::string low_can_socket_t::get_name() const
+const std::string low_can_subscription_t::get_name() const
 {
        if (can_signal_ != nullptr)
                return can_signal_->get_name();
@@ -122,7 +122,7 @@ const std::string low_can_socket_t::get_name() const
 /// @brief Return name from a diagnostic message from a PID
 ///
 /// @param[in] pid - Diagnostic message PID
-const std::string low_can_socket_t::get_name(uint32_t pid) const
+const std::string low_can_subscription_t::get_name(uint32_t pid) const
 {
        if (!diagnostic_message_.empty())
                return get_diagnostic_message(pid)->get_name() ;