#pragma once #include #include namespace cspot { struct Packet { uint8_t command; std::vector data; }; } // namespace cspot