#pragma once #include "AdcChannelVisInfo.h" namespace Incart::Usb { struct AdcFrameVisInfo { int id; std::vector channelGroups; }; } // namespace Incart::Usb