15 return "MecanumDriveWheelVelocities";
17 static constexpr size_t GetSize() {
return 32; }
19 return "double front_left;double front_right;double rear_left;"
24 std::span<const uint8_t> data);
25 static void Pack(std::span<uint8_t> data,
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Specifies that a type is capable of raw struct serialization and deserialization.
Definition Struct.hpp:69
Definition CvSource.hpp:15
Represents the wheel velocities for a mecanum drive drivetrain.
Definition MecanumDriveWheelVelocities.hpp:18
static constexpr std::string_view GetTypeName()
Definition MecanumDriveWheelVelocitiesStruct.hpp:14
static constexpr std::string_view GetSchema()
Definition MecanumDriveWheelVelocitiesStruct.hpp:18
static wpi::math::MecanumDriveWheelVelocities Unpack(std::span< const uint8_t > data)
static void Pack(std::span< uint8_t > data, const wpi::math::MecanumDriveWheelVelocities &value)
static constexpr size_t GetSize()
Definition MecanumDriveWheelVelocitiesStruct.hpp:17
Struct serialization template.
Definition Struct.hpp:39