aboutsummaryrefslogtreecommitdiffstats
path: root/src/openxc/can_message.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-08-29Change enum type to flag and add iso tp protocolArthur Guyader1-2/+12
This commits changes all enum types to flag. And adds management of iso tp protocol. Bug-AGL : SPEC-2779 Change-Id: I84cb315a99b1b1913fd1bdb24ef388fa391dc742 Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
2019-07-30Add some options for J1939 supportArthur Guyader1-16/+48
This commit add some options for the support of the J1939. Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh> Change-Id: I9baee6a7319c8e8effa988d940a67e45ab64496d
2018-12-11Adds CAN FD flag on message object.Romain Forlot1-0/+12
Adds CAN FD flag on message object when generating CPP file for the low-can service. So with this commit you are now able to use a new flags in your JSON CAN message definitions. This will imply that messages received from a certain CAN ID will be handled as CAN FD. Bug-AGL: SPEC-1980 Change-Id: Ia5fb573711742591c068928aee914ba708c802df Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-13Import CAN generator from low-level-can-serviceRomain Forlot1-0/+126
Also use the app-templates CMake helpers. Change-Id: I034e5efa9baa0f686a081f60df5c3588e4b3bd51 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>