实现服务端的QT应用界面

This commit is contained in:
lixiaoyuan
2025-09-24 19:06:31 +08:00
parent 0abb4e54f1
commit d7888c2be4
26 changed files with 435 additions and 173 deletions

View File

@@ -54,7 +54,7 @@ public:
int qos {0};
bool isConnected {false};
bool isSubscribed {false};
int64_t tsPolling {0};
static std::map<std::string, TopicInfo> s_mapTopicInfo;
};