can: Remove extended flags 86/23186/6
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 4 Nov 2019 16:17:27 +0000 (17:17 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 7 Jan 2020 23:17:29 +0000 (00:17 +0100)
commit368c69724971ec73ac47bd1072204cddcc888355
tree8ff82caefc5956dab7b6cdc4d0b8d604c225d9a6
parent2b2de9930cfe05a210ecaac9f8f12e96e3d383b8
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.

Bug-AGL: SPEC-2988

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