#pragma once #include "UsbEventLoopWorker.h" class WebApiController { private: UsbEventLoopWorker* m_usbEventLoopWorker; public: WebApiController(UsbEventLoopWorker* usbEventLoopWorker) : m_usbEventLoopWorker(usbEventLoopWorker) { } /* void AddComplexCommandHandler(DeviceComplexJsonCommand* ) { // } */ };