aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/binding
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-11-07 17:04:12 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2019-11-07 17:04:12 +0100
commitf9858fe476590e3617a4c5e639fa45b1ff832a07 (patch)
tree3ecd5d49323013c21c75c03ebb422f84d430f4e9 /low-can-binding/binding
parent82e77bc582b4af1fdab39d08124a8d540636d515 (diff)
message_set: typedef long type signature
Convert two long types using typedef to get shorter one Change-Id: I9f5612def1bce512516a6e1a45711486368bbc51 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/binding')
-rw-r--r--low-can-binding/binding/application.hpp2
1 files changed, 1 insertions, 1 deletions
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<std::string>& get_signals_prefix() const;
- std::vector<std::shared_ptr<message_definition_t> > get_messages_definition();
+ vect_ptr_msg_def_t get_messages_definition();
std::shared_ptr<message_definition_t> get_message_definition(uint32_t id);