summaryrefslogtreecommitdiff
path: root/src/scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.h')
-rw-r--r--src/scanner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scanner.h b/src/scanner.h
index f1c1f52..8031dda 100644
--- a/src/scanner.h
+++ b/src/scanner.h
@@ -8,4 +8,8 @@ public:
explicit Scanner(std::shared_ptr<ICamera> camera,
std::vector<std::shared_ptr<IProtocol>> protocols);
~Scanner() override = default;
+
+public:
+ bool startAllProtocols() override;
+ void stopAllProtocols() override;
};