Include cleaning
[apps/agl-service-can-low-level.git] / src / can / can-bus.cpp
index 31cb4b0..29e63b7 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "can-bus.hpp"
 
+#include "can-signals.hpp"
 #include "can-decoder.hpp"
 #include "../configuration.hpp"
 #include "../utils/signals.hpp"
@@ -108,8 +109,7 @@ int can_bus_t::process_can_signals(can_message_t& can_message)
  * @brief Will make the decoding operation on a diagnostic CAN message.It will add to
  * the vehicle_message queue the decoded message and tell the event push thread to process it.
  *
- * @param[in] entry - an active_diagnostic_request_t object that made the request
- * about that diagnostic CAN message.
+ * @param[in] manager - the diagnostic manager object that handle diagnostic communication
  * @param[in] can_message - a single CAN message from the CAN socket read, to be decode.
  *
  * @return How many signals has been decoded.