modify threads
This commit is contained in:
@@ -4415,7 +4415,7 @@ void check_recall_event() {
|
||||
}
|
||||
}
|
||||
|
||||
if (had_items_before && popped_any && lm.recall_list.empty()) {//处理后,当前测点补招记录为空
|
||||
if (had_items_before && popped_any && lm.recall_list.empty()) {//处理后,当前测点补招记录为空
|
||||
//通知补招全部完成
|
||||
std::cout << "[check_recall_event] finish recall monitor=" << lm.monitor_id << std::endl;
|
||||
//读取记录文件获取响应参数
|
||||
@@ -4480,7 +4480,6 @@ void check_recall_event() {
|
||||
dev.busytimecount = 0; // 计时归零
|
||||
continue; //处理完处理下一个装置
|
||||
}
|
||||
|
||||
|
||||
|
||||
//有待补招任务,且idle或者在补招,继续补招处理
|
||||
|
||||
Reference in New Issue
Block a user