From a18bc8d9ddaa16e5120c0f21cbaf53d2ce5155f8 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 9 Mar 2017 16:28:33 +0100 Subject: separation to a new file of can_message_set_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If21021d8905d40d443d4432faeb38f8a3275697c Signed-off-by: Loïc Collignon --- src/can/can-message.hpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/can/can-message.hpp') diff --git a/src/can/can-message.hpp b/src/can/can-message.hpp index 629fb93c..f7e445dd 100644 --- a/src/can/can-message.hpp +++ b/src/can/can-message.hpp @@ -100,27 +100,6 @@ class can_message_definition_t uint32_t get_id() const; }; -/** - * @class can_message_set_t - * - * @brief A parent wrapper for a particular set of CAN messages and associated - * CAN buses(e.g. a vehicle or program). - */ -class can_message_set_t -{ - private: - uint8_t index_; /*!