add event fun

This commit is contained in:
lnk
2025-09-10 16:59:50 +08:00
parent 2ef5b69dd8
commit 124df41911
7 changed files with 583 additions and 150 deletions

View File

@@ -317,8 +317,8 @@ void Front::FrontThread() {
try {
while (!m_bIsFrontThreadCancle) {
//check_3s_config(); // 实时数据触发
//create_recall_xml(); // 生成待补招xml文件
check_recall_event(); // 处理补招事件从list中读取然后直接调用接口,每一条可能都不同测点,每个测点自己做好记录
check_ledger_update(); // 触发台账更新
std::this_thread::sleep_for(std::chrono::milliseconds(100));