#include "scanner.h" Scanner::Scanner(std::shared_ptr camera, std::vector> protocols) : IScanner{camera, protocols} { // m_protocols.push_back() }