DDS plugin: remove static mode

This commit is contained in:
Alexey Rybalchenko
2019-11-21 10:54:14 +01:00
parent 073f5e5c0e
commit b0b271d1f4
2 changed files with 5 additions and 51 deletions

View File

@@ -133,7 +133,6 @@ class DDS : public Plugin
~DDS();
private:
auto StaticControl() -> void;
auto WaitForExitingAck() -> void;
auto StartWorkerThread() -> void;
@@ -154,11 +153,6 @@ class DDS : public Plugin
std::unordered_map<std::string, int> fI;
std::unordered_map<std::string, IofN> fIofN;
std::mutex fStopMutex;
std::condition_variable fStopCondition;
const std::set<std::string> fTransitions;
std::thread fControllerThread;
DeviceState fCurrentState, fLastState;