initial commit.
authorLoïc Collignon <loic.collignon@iot.bzh>
Wed, 15 Mar 2017 01:36:22 +0000 (02:36 +0100)
committerLoïc Collignon <loic.collignon@iot.bzh>
Wed, 15 Mar 2017 01:36:22 +0000 (02:36 +0100)
commitf2487f0b481fae4aa1561e82e8e4aa5b8d0654a0
tree7bfc1b140af1e922fc14ba3a02c042b69f24c128
parent00655ea12cc870b84291e462ff791461cc500d68
initial commit.

Change-Id: I5e639061c99b7cc6da3da06ccf19bde683a69e9f
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
18 files changed:
3rdparty/json/json.hpp [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0755]
src/main.cpp [new file with mode: 0755]
src/openxc/can_bus.cpp [new file with mode: 0755]
src/openxc/can_bus.hpp [new file with mode: 0755]
src/openxc/can_message.cpp [new file with mode: 0755]
src/openxc/can_message.hpp [new file with mode: 0755]
src/openxc/command.cpp [new file with mode: 0755]
src/openxc/command.hpp [new file with mode: 0755]
src/openxc/diagnostic_message.cpp [new file with mode: 0755]
src/openxc/diagnostic_message.hpp [new file with mode: 0755]
src/openxc/mapping.cpp [new file with mode: 0755]
src/openxc/mapping.hpp [new file with mode: 0755]
src/openxc/message_set.cpp [new file with mode: 0755]
src/openxc/message_set.hpp [new file with mode: 0755]
src/openxc/signal.cpp [new file with mode: 0755]
src/openxc/signal.hpp [new file with mode: 0755]
tests/signals.json [new file with mode: 0755]