diff options
Diffstat (limited to 'src/scanner.h')
| -rw-r--r-- | src/scanner.h | 4 |
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; }; |
