Skip to content

Commit 95bc5ff

Browse files
authored
Update SharedTopicClient.hpp
1 parent e26bfa9 commit 95bc5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedTopicClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// clang-format off
44
/* === MODULE MANIFEST V2 ===
5-
module_description: No description provided
5+
module_description: SharedTopicClient 是一个多 Topic 数据共享与串口转发客户端模块。它用于通过 UART 将多个 Topic 的数据统一打包、发送,实现消息流的串口透明同步转发,适用于分布式系统的多主题数据同步或边缘数据采集。 / SharedTopicClient is a client module for multi-topic data sharing and transparent UART forwarding. It subscribes to multiple Topics, packs their updates, and transmits them via UART, enabling efficient and reliable message synchronization over serial connections—ideal for distributed systems or edge data acquisition.
66
constructor_args:
77
- uart_name: "uart_cdc"
88
- task_stack_depth: 512

0 commit comments

Comments
 (0)