decoder/encoder: typo 30/23230/6
authorRomain Forlot <romain.forlot@iot.bzh>
Sat, 23 Nov 2019 15:07:17 +0000 (16:07 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Jan 2020 14:55:03 +0000 (15:55 +0100)
Bug-AGL: SPEC-2991

Change-Id: I9ebea118770a9ffe0dd4321408643e76250e3635
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
low-can-binding/can/can-decoder.cpp
low-can-binding/can/can-encoder.cpp

index d70f125..cf4306a 100644 (file)
@@ -156,7 +156,7 @@ openxc_DynamicField decoder_t::decode_bytes(signal_t& signal, std::shared_ptr<me
 
        if(new_start_byte >= length)
        {
-               AFB_ERROR("Error in description of signals");
+               AFB_ERROR("Error in signal's description");
                return decoded_value;
        }
 
index 2700c03..596cc7e 100644 (file)
@@ -26,7 +26,7 @@
  * @brief Allows to encode data for a signal
  *
  * @param sig The signal to know its location
- * @param data The data to encod
+ * @param data The data to encode
  * @param filter If true that will generate the filter BCM for the signal
  * @param factor If true that will use the factor of the signal else 1
  * @param offset If true that will use the offset of the signal else 0