Begin work on FlexRay support

This commit is contained in:
Paul Hollinsky
2019-10-16 16:43:31 -04:00
parent 0607986114
commit 2f9844df92
65 changed files with 1137 additions and 120 deletions
+4
View File
@@ -87,7 +87,9 @@ else()
endif()
set(COMMON_SRC
communication/message/flexray/control/flexraycontrolmessage.cpp
communication/message/neomessage.cpp
communication/packet/flexraypacket.cpp
communication/packet/canpacket.cpp
communication/packet/ethernetpacket.cpp
communication/decoder.cpp
@@ -96,6 +98,8 @@ set(COMMON_SRC
communication/multichannelcommunication.cpp
communication/communication.cpp
communication/icommunication.cpp
device/extensions/flexray/extension.cpp
device/extensions/flexray/controller.cpp
device/idevicesettings.cpp
device/devicefinder.cpp
device/device.cpp