From ff089ab8b009c81bcf92abf181faa00348eb62cd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 7 Dec 2018 17:36:38 +0100 Subject: Cleaning the code for now unused functions Also formating and retabulating some comments Change-Id: I95eda93e78fabeb336ca02e94307364954ab2318 Signed-off-by: Romain Forlot --- low-can-binding/can/can-bus.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'low-can-binding/can/can-bus.hpp') diff --git a/low-can-binding/can/can-bus.hpp b/low-can-binding/can/can-bus.hpp index 826d7c62..f1eb690f 100644 --- a/low-can-binding/can/can-bus.hpp +++ b/low-can-binding/can/can-bus.hpp @@ -62,7 +62,8 @@ private: std::mutex can_message_mutex_; ///< mutex protecting the can_message_q_ queue. std::queue can_message_q_; ///< queue that will store can_message_t to be decoded - std::condition_variable new_decoded_can_message_; ///< condition_variable use to wait until there is a new vehicle message to read from the queue vehicle_message_q_ + std::condition_variable new_decoded_can_message_; ///< condition_variable use to wait until there is a new vehicle message + /// to read from the queue vehicle_message_q_ std::mutex decoded_can_message_mutex_; ///< mutex protecting the vehicle_message_q_ queue. std::queue > vehicle_message_q_; ///< queue that will store openxc_VehicleMessage to be pushed -- cgit 1.2.3-korg