devicesbus stage

This commit is contained in:
flower_linux
2026-03-30 11:11:05 +08:00
parent 35fb913957
commit 1ab3523ea9
6 changed files with 53 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
#pragma once
// 定义管道引擎 包含队列、运行状态、工作线程、计数器、插件管理器
// 队列是用来存储管道上下文的
// 运行状态是用来控制引擎的运行和停止的
// 工作线程是用来处理管道上下文的
// 计数器是用来统计管道上下文的数量和错误数量的
// 插件管理器是用来管理插件的
#include <atomic>
#include <memory>
#include <thread>