制定任务执行命令

This commit is contained in:
ranchuan
2023-12-19 18:14:35 +08:00
parent a908698e2e
commit bf4b4b45ea
12 changed files with 315 additions and 22 deletions

View File

@@ -43,6 +43,7 @@ SOURCES += \
prot/prot_pc.cpp \
prot/prot_slave.cpp \
prot_cmd/cmd_cmdline.cpp \
prot_cmd/cmd_coder.cpp \
prot_cmd/cmd_m4.cpp \
prot_cmd/cmd_pc.cpp \
prot_cmd/cmd_slave.cpp
@@ -71,6 +72,7 @@ HEADERS += \
prot/prot_pc.h \
prot/prot_slave.h \
prot_cmd/cmd_cmdline.h \
prot_cmd/cmd_coder.h \
prot_cmd/cmd_m4.h \
prot_cmd/cmd_pc.h \
prot_cmd/cmd_slave.h