#ifndef PRINTER_UTILS_H #define PRINTER_UTILS_H #include "posprinter.h" #include #include std::optional convertToPosPrinterDevice(const std::string& vendor, const std::string& endpoint); #endif