refactor(config): 重构配置方式,使用 config.hpp 替代 constant_config.hpp
- 删除了 constant_config.hpp 文件,移除了硬编码的配置项
- 新增 config.hpp 文件,采用配置文件方式管理可配置项
- 更新了相关代码文件中的配置项引用,使用新的 Config 命名空间
- 优化了配置管理,提高了代码的可维护性和灵活性
1 parent 425b992 commit 4434dfe836e231128330187e42570a00eab15d84
pengxianhong authored 24 days ago
Showing 5 changed files
View
src/constant_config.hpp 100644 → 0
View
src/message_handler.cpp
View
src/methane_serial_port.cpp
View
src/slam_wrapper.cpp
View
src/tcp_client.cpp