X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fbinding%2Fapplication.hpp;h=47a0e2f18836cfe4462862f7275a2af0a86b5056;hb=3fb5cd5d762006c3bc20ffc7acd86f8a74156f9b;hp=a5d2285c3c0df01069a6894b3b09a8662ffee058;hpb=451598fa9ce4e57a00c9312c04839e0b3dcdf320;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 a5d2285c..47a0e2f1 100644 --- a/low-can-binding/binding/application.hpp +++ b/low-can-binding/binding/application.hpp @@ -73,9 +73,9 @@ class application_t std::vector > get_message_set(); - std::vector > get_all_signals(); + vect_ptr_signal_t get_all_signals(); - std::vector > get_diagnostic_messages(); + vect_ptr_diag_msg_t get_diagnostic_messages(); const std::vector& get_signals_prefix() const; @@ -117,4 +117,3 @@ class application_t bool isBusActive(can_bus_dev_t* bus); */ }; -