diff options
Diffstat (limited to 'src/iscanner.h')
| -rw-r--r-- | src/iscanner.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/iscanner.h b/src/iscanner.h index 9ce03b7..75300e1 100644 --- a/src/iscanner.h +++ b/src/iscanner.h @@ -14,6 +14,10 @@ public: std::vector<std::shared_ptr<IProtocol>> protocols); virtual ~IScanner() = default; +public: + virtual bool startAllProtocols() = 0; + virtual void stopAllProtocols() = 0; + protected: std::shared_ptr<ICamera> m_camera; std::vector<std::shared_ptr<IProtocol>> m_protocols; |
