feat: add tactile codec

This commit is contained in:
2025-10-23 17:21:34 +08:00
parent 3d9190e41e
commit d819d40fe1
9 changed files with 1410 additions and 0 deletions

View File

@@ -74,6 +74,12 @@ add_executable(
components/charts/heatmap.cc
components/charts/heatmap.hh
components/charts/heatmap.impl.hh
dlog/dlog.hh
dlog/dlog.cc
components/ffmsep/cpdecoder.hh
components/ffmsep/cpdecoder.cc
components/ffmsep/tactile/tacdec.h
components/ffmsep/tactile/tecdec.cc
)
qt6_add_resources(QRC_FILES resources.qrc)
target_sources(${PROJECT_NAME} PRIVATE ${QRC_FILES})
@@ -84,4 +90,5 @@ target_link_libraries(
modern-qt
qcustomplot
serial
spdlog
)