Added BCTransmitter & woker thread.

This commit is contained in:
2025-12-18 20:34:38 +01:00
parent 1d558198c9
commit 059f3081d3
12 changed files with 90 additions and 252 deletions

View File

@@ -26,15 +26,14 @@ windows
SOURCES += \
bc.cpp \
bcdatamodel.cpp \
bcitemdelegate.cpp \
bctransmitter.cpp \
lib/can_drv_win.c \
bccandriver.cpp \
bccandrivertinycan.cpp \
bccommand.cpp \
bccommandrunner.cpp \
bcvalue.cpp \
bcvaluedelegate.cpp \
bcvaluemanager.cpp \
bcvaluemodel.cpp \
main.cpp \
bcmainwindow.cpp
@@ -42,13 +41,12 @@ HEADERS += \
bc.h \
bccandriver.h \
bccandrivertinycan.h \
bccommand.h \
bccommandrunner.h \
bcdatamodel.h \
bcitemdelegate.h \
bcmainwindow.h \
bctransmitter.h \
bcvalue.h \
bcvaluedelegate.h \
bcvaluemanager.h \
bcvaluemodel.h
bcvaluemanager.h
FORMS += \
bcmainwindow.ui