signals.cpp: Make an insensitive string comparison 02/21802/2 7.99.3 8.0.0 8.0.1 8.0.2 halibut/7.99.3 halibut/8.0.0 halibut/8.0.1 halibut/8.0.2 halibut_7.99.3 halibut_8.0.0 halibut_8.0.1 halibut_8.0.2
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 1 Jul 2019 16:55:23 +0000 (18:55 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 3 Jul 2019 07:37:05 +0000 (09:37 +0200)
commit3977705505069b4210b29e8188cdd35813c65886
tree91664b21e4cb83e91b2288ff7e2e720171a80362
parent105d083165b263851edfcd3ffb7f64acb888d14b
signals.cpp: Make an insensitive string comparison

When sending a CAN signal make an case-insensitive comparison as it isn't
necessary to be strict on that, so case insensitive if fine.

Update the documentation accordingly.

Bug-AGL: SPEC-2582

Change-Id: I998b64cdd9a381da3da582aeba42ab726fff1259
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
docs/4-Usage.md
low-can-binding/binding/low-can-hat.hpp
low-can-binding/can/signals.cpp