X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fbinding%2Fapplication.hpp;h=e017685b10fd828c2086158435b08327bf0ffe73;hb=e190b7b3069d86fce25831c366bb0cd3fa615289;hp=92aca38231026daaa03545861b2775c9fb73ff02;hpb=2eb313e5330dbfa1b6eab146b3698d8ffe054347;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/binding/application.hpp b/low-can-binding/binding/application.hpp index 92aca382..e017685b 100644 --- a/low-can-binding/binding/application.hpp +++ b/low-can-binding/binding/application.hpp @@ -47,7 +47,7 @@ class application_t std::vector > can_message_set_; ///< Vector holding all message set from JSON signals description file - std::map > can_devices_; ///< Map containing all independant opened CAN sockets, key is the socket int value. + std::map > can_devices_; ///< Map containing all independant opened CAN sockets, key is the socket int value. application_t(); ///< Private constructor with implementation generated by the AGL generator. @@ -56,7 +56,7 @@ class application_t can_bus_t& get_can_bus_manager(); - std::map >& get_can_devices(); + std::map >& get_can_devices(); const std::string get_diagnostic_bus() const;