From 1156f66f9e7555c05982a5d58e7fc49d02a7ce82 Mon Sep 17 00:00:00 2001 From: flower_linux <737666956@qq.com> Date: Fri, 3 Apr 2026 16:00:35 +0800 Subject: [PATCH] devicesbus modbus rtu 0.1 --- src/message_bus/pipeline/PipelineEngine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/message_bus/pipeline/PipelineEngine.cpp b/src/message_bus/pipeline/PipelineEngine.cpp index 61904e0..3c95fc0 100644 --- a/src/message_bus/pipeline/PipelineEngine.cpp +++ b/src/message_bus/pipeline/PipelineEngine.cpp @@ -470,9 +470,9 @@ bool PipelineEngine::runStages234(PipelineContext& ctx) } else { LOG_INFO() << "the protocol text is" << QStringLiteral("ProtocolEnvelopePdu::monostate"); } - - m_count++; - LOG_INFO() << "the count of command is" << m_count; + // @TODO 以后需要测试是否丢包和解析延迟 + // m_count++; + // LOG_INFO() << "the count of command is" << m_count; if (!stage3Filter(ctx)) { return false;