#pragma once #include #include "SimpleCommandInfo.h" #include "ComplexCommandInfo.h" namespace Incart::DevicesInfo { struct DeviceCommandInfo { std::vector simpleCommands; std::vector complexCommands; }; } // namespace Incart::DevicesInfo