预处理移动到 process_mode_acs_data 线程

This commit is contained in:
2026-06-23 14:43:14 +08:00
parent afd4bf8e69
commit 3f89fe2aab
9 changed files with 342 additions and 344 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ void DSP_Config::init_env() {
}
});
#else
manager.test_and_start_thread("iq回调处理线程", [this, handle_iq](std::atomic<bool> &running) {
manager.test_and_start_thread("iq回调处理", [this, handle_iq](std::atomic<bool> &running) {
Frequency_Limit_ST limit(frame_rate);
while (running) {
auto list = iq_memory_buffer.get_all();