can: Remove extended flags
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 4 Nov 2019 16:17:27 +0000 (17:17 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 4 Nov 2019 16:17:27 +0000 (17:17 +0100)
commit76f91113bacc2b27dc2c3b94039f00f10c253722
treec5944a63608b3b6959e4f15e42fa549b172b623b
parent128542b06248e68b72df43772c07b91afce1296e
can: Remove extended flags

It doesn't matters to know whether or not a can signal is
using standard or extended CAN ID because this could be
retrieved using bit mask on the CAN ID when receiving and
sending.

Change-Id: Id96c576045bf087df51beb011742ad631336f814
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
low-can-binding/can/message/can-message.cpp
low-can-binding/can/message/message.hpp
low-can-binding/diagnostic/diagnostic-manager.cpp