mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Separate MessageDecoder from Packetizer and optimize
This will, in the future, allow overriding of MessageDecoder per device as necessary.
This commit is contained in:
@@ -30,7 +30,9 @@ else()
|
||||
endif()
|
||||
|
||||
set(COMMON_SRC
|
||||
communication/message/neomessage.cpp
|
||||
communication/messagedecoder.cpp
|
||||
communication/packetizer.cpp
|
||||
communication/multichannelcommunication.cpp
|
||||
communication/communication.cpp
|
||||
communication/icommunication.cpp
|
||||
|
||||
Reference in New Issue
Block a user