aboutsummaryrefslogtreecommitdiffstats
path: root/src/openxc
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26Add management of version and new decoder signature.halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut/8.0.6halibut/8.0.5halibut/8.0.48.0.68.0.58.0.4halibutRomain Forlot4-18/+164
This commit allows to generate a file according to the version. And adds the wrapper function for new decoder between v1 and v2. Bug-AGL: SPEC-2780 Bug-AGL: SPEC-2976 Change-Id: I169d5a8213d6a14e5d77b600e14b36f0878b3efe Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh> Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-11-26Change enum type to flag and add iso tp protocolRomain Forlot2-2/+15
This commits changes all enum types to flag. And adds management of iso tp protocol. Bug-AGL: SPEC-2779 Bug-AGL: SPEC-2976 Change-Id: I84cb315a99b1b1913fd1bdb24ef388fa391dc742 Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh> Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-11-26Add some options for J1939 supportRomain Forlot4-21/+135
This commit add some flags into the J1939 messages classes. Bug-AGL: SPEC-2976 Change-Id: I9baee6a7319c8e8effa988d940a67e45ab64496d Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-11Adds CAN FD flag on message object.Romain Forlot2-0/+15
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 Forlot14-0/+978
Also use the app-templates CMake helpers. Change-Id: I034e5efa9baa0f686a081f60df5c3588e4b3bd51 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>