DDS plugin: refactor to load DDS task id only once

This commit is contained in:
Alexey Rybalchenko
2020-03-24 14:37:43 +01:00
parent 38eb9d22e4
commit cd83efadea
2 changed files with 10 additions and 9 deletions

View File

@@ -144,6 +144,7 @@ class DDS : public Plugin
auto SubscribeForCustomCommands() -> void;
DDSSubscription fDDS;
size_t fDDSTaskId;
std::unordered_map<std::string, std::vector<std::string>> fBindingChans;
std::unordered_map<std::string, DDSConfig> fConnectingChans;