diff options
Diffstat (limited to 'src/can-utils.hpp')
-rw-r--r-- | src/can-utils.hpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/can-utils.hpp b/src/can-utils.hpp index ee87790e..d1310a6d 100644 --- a/src/can-utils.hpp +++ b/src/can-utils.hpp @@ -50,13 +50,6 @@ extern "C" #define CAN_ACTIVE_TIMEOUT_S 30 /** - * @brief Function representing thread activated by can bus objects - */ -void can_reader(can_bus_dev_t& can_bus); -void can_decode_message(can_bus_t& can_bus); -void can_event_push(can_bus_t& can_bus); - -/** * @brief The type signature for a CAN signal decoder. * * @desc A SignalDecoder transforms a raw floating point CAN signal into a number, @@ -399,3 +392,10 @@ bool isBusActive(can_bus_dev_t* bus); * busCount - the length of the buses array. */ void logBusStatistics(can_bus_dev_t* buses, const int busCount); + +/** + * @brief Function representing thread activated by can bus objects + */ +void can_reader(can_bus_dev_t& can_bus); +void can_decode_message(can_bus_t& can_bus); +void can_event_push(can_bus_t& can_bus);
\ No newline at end of file |