Index: sources/canbus/MessageInterpreter.cpp =================================================================== diff -u -r73d6d02c19467735e92f7c451ca5d3b47a2a90e4 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/canbus/MessageInterpreter.cpp (.../MessageInterpreter.cpp) (revision 73d6d02c19467735e92f7c451ca5d3b47a2a90e4) +++ sources/canbus/MessageInterpreter.cpp (.../MessageInterpreter.cpp) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -163,7 +163,7 @@ /*! * \brief MessageInterpreter::printUnhandled * \details Prints out the formatted string of the vMessage of type Message - * In case the Message ID of received CANBUS message + * In case the Message ID of received CANBus message * is known to the interpreter but has not been handled/implemented. * \param vMessage - The message contains Unhandled Message ID */ @@ -203,7 +203,7 @@ * to interpret messages from UI regarding vActionId. * \param vActionId - The ActionID of type GuiActionType * to be interpreted to hex representation of Message ID. - * \param vData - The data which has to be sent over the CANBUS. + * \param vData - The data which has to be sent over the CANBus. * \param vPayload - The Payload of the frame of Type QByteArray of hex values * Which has been interpreted from vData of Type QVariantList * \return true if the vActionId is valid. @@ -359,11 +359,11 @@ * \brief MessageInterpreter::interpretMessage * \details This method will call appropriate message interpreter * for received messages from HD or DG regarding the Can_Id. - * \param vCan_Id - The Channel Id of the CANBUS frame. + * \param vCan_Id - The Channel Id of the CANBus frame. * \param vMessage - The complete message of type Message which needs to be interpreted. * \param vActionId - The ActionId of GuiActionType which will be extracted from vMessage. * \param vData - The values of QVariantList which is understandable for UI - * and has been extracted from hex values of the CANBUS Message Payload + * and has been extracted from hex values of the CANBus Message Payload * regarding each Message Id definition. * \return true if the message channel is in the range which can be interpreted, false otherwise. * This return value will be used later to emit MessageDispatcher::didActionReceive signal or not @@ -388,9 +388,9 @@ * \param vMessage - The complete message of type Message which needs to be interpreted. * \param vActionId - The ActionId of GuiActionType which will be extracted from vMessage. * \param vData - The values of QVariantList which is understandable for UI - * and has been extracted from hex values of the CANBUS Message Payload + * and has been extracted from hex values of the CANBus Message Payload * in vMessage of type Message regarding each Message Id definition. - * \return true if the message CANBUS channel is in the range which can be interpreted, false otherwise. + * \return true if the message CANBus channel is in the range which can be interpreted, false otherwise. * This return value will be used later to emit MessageDispatcher::didActionReceive signal or not */ bool MessageInterpreter::interpretMessage_HD(const Message &vMessage, QVariantList &vData) @@ -512,9 +512,9 @@ * \param vMessage - The complete message of type Message which needs to be interpreted. * \param vActionId - The ActionId of GuiActionType which will be extracted from vMessage. * \param vData - The values of QVariantList which is understandable for UI - * and has been extracted from hex values of the CANBUS Message Payload + * and has been extracted from hex values of the CANBus Message Payload * in vMessage of type Message regarding each Message Id definition. - * \return true if the message CANBUS channel is in the range which can be interpreted, false otherwise. + * \return true if the message CANBus channel is in the range which can be interpreted, false otherwise. * This return value will be used later to emit MessageDispatcher::didActionReceive signal or not */ bool MessageInterpreter::interpretMessage_DG(const Message &vMessage, QVariantList &vData)