messsage_definition: add name getter method
[apps/agl-service-can-low-level.git] / low-can-binding / can / message-definition.hpp
index cce42e1..ca264b7 100644 (file)
@@ -79,6 +79,7 @@ public:
 
        const std::string get_bus_name() const;
        const std::string get_bus_device_name() const;
+       const std::string get_name() const;
        uint32_t get_id() const;
        bool is_fd() const;
        bool is_j1939() const;