From ec243165292930048b6cd4de8709d405d7012ec5 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 7 Nov 2019 17:04:12 +0100 Subject: message_set: typedef long type signature Convert two long types using typedef to get shorter one Bug-AGL: SPEC-2988 Change-Id: I9f5612def1bce512516a6e1a45711486368bbc51 Signed-off-by: Romain Forlot --- low-can-binding/binding/application.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'low-can-binding/binding/application.hpp') diff --git a/low-can-binding/binding/application.hpp b/low-can-binding/binding/application.hpp index 95f64cf3..30e21833 100644 --- a/low-can-binding/binding/application.hpp +++ b/low-can-binding/binding/application.hpp @@ -81,7 +81,7 @@ class application_t const std::vector& get_signals_prefix() const; - std::vector > get_messages_definition(); + vect_ptr_msg_def_t get_messages_definition(); std::shared_ptr get_message_definition(uint32_t id); -- cgit 1.2.3-korg