wenhongquan be6866bc47 first commit 1 week ago
..
utility be6866bc47 first commit 1 week ago
Makefile be6866bc47 first commit 1 week ago
ReadMe.txt be6866bc47 first commit 1 week ago
ReadMe_璇峰厛璇绘垜 .txt be6866bc47 first commit 1 week ago
RealPlay be6866bc47 first commit 1 week ago
RealPlay.pro be6866bc47 first commit 1 week ago
UserDefine.h be6866bc47 first commit 1 week ago
config.ini be6866bc47 first commit 1 week ago
main.cpp be6866bc47 first commit 1 week ago
mainwindow.cpp be6866bc47 first commit 1 week ago
mainwindow.h be6866bc47 first commit 1 week ago
mainwindow.ui be6866bc47 first commit 1 week ago

ReadMe.txt

配置config.ini文件时,必须保证thread[N].devcie[M]中,N,M是连续的。
比如:
thread[0].devcie[0]
thread[0].devcie[1]
thread[0].devcie[3]
demo只读取到thread[0].devcie[1]的配置,由于缺少thread[0].devcie[2],
thread[0].devcie[3]和其之后的配置都会被忽略。