#include "HardwareAbstract.hpp" #include /** * @brief The HardwareFactory is responsible for making the */ class HardwareFactory { public: static HardwareAbstract &getAbstract(); static std::unique_ptr mHardware; };