aboutsummaryrefslogtreecommitdiffstats
path: root/openxc_example
AgeCommit message (Collapse)AuthorFilesLines
2017-03-17moved exemples files.Loïc Collignon3-314/+0
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-03-16Adding diagnostic_messages from diagnostic.json fileRomain Forlot1-1/+26
from openxc example. The json is now a mixed example between CAN messages and diagnostic messages. Change-Id: I94ed5ac7d48e1fb1bb42b3df00d953d45ee0fc7d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-03-06Change way to find signals to make it a little bit more generic.Romain Forlot1-1/+1
Now we have basically 3 functions : - one for subscription which return signal name into a vector - one to find from CanSignal vector - a last to find from Obd2Pid vector Name of some function has been changed. May be reworked later. Change-Id: Ie72969fd20503fc1f9291958dc2ac5d827a6be59 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-09Added simple openxc cpp generated codeRomain Forlot3-0/+289
Change-Id: I9f394653af4407cf1e2f03e5d20df5f7fb6f54d3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>