summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/can/can-signals.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-19 16:17:36 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-19 16:17:36 +0200
commitfa6d02155e06bee279e017c1c844c2b546bf0d1c (patch)
treeb3a2f70bc3c6e13b3667db8556460d734df9e382 /CAN-binder/low-can-binding/can/can-signals.hpp
parent53e09a3a8e9ff405ee5936f4765659d3817991e6 (diff)
Adjust method signature to be more efficient.
Return vector reference and doesn't return const ref. Change-Id: Ibcbc1d72e4baf1a7b8bf017d36d6d37d25312d6d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # CAN-binder/low-can-binding/can/can-signals.hpp
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-signals.hpp')
-rw-r--r--CAN-binder/low-can-binding/can/can-signals.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CAN-binder/low-can-binding/can/can-signals.hpp b/CAN-binder/low-can-binding/can/can-signals.hpp
index f30d6b3e..e4077c2b 100644
--- a/CAN-binder/low-can-binding/can/can-signals.hpp
+++ b/CAN-binder/low-can-binding/can/can-signals.hpp
@@ -129,9 +129,9 @@ public:
utils::socketcan_bcm_t get_socket() const;
can_message_definition_t* get_message() const;
- const std::string& get_generic_name() const;
+ const std::string get_generic_name() const;
const std::string get_name() const;
- const std::string& get_prefix() const;
+ const std::string get_prefix() const;
uint8_t get_bit_position() const;
uint8_t get_bit_size() const;
float get_factor() const;