15 return "MecanumDriveWheelAccelerations";
17 static constexpr size_t GetSize() {
return 32; }
19 return "double front_left;double front_right;double rear_left;double "
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 accelerations for a mecanum drive drivetrain.
Definition MecanumDriveWheelAccelerations.hpp:14
static constexpr size_t GetSize()
Definition MecanumDriveWheelAccelerationsStruct.hpp:17
static constexpr std::string_view GetSchema()
Definition MecanumDriveWheelAccelerationsStruct.hpp:18
static constexpr std::string_view GetTypeName()
Definition MecanumDriveWheelAccelerationsStruct.hpp:14
static void Pack(std::span< uint8_t > data, const wpi::math::MecanumDriveWheelAccelerations &value)
static wpi::math::MecanumDriveWheelAccelerations Unpack(std::span< const uint8_t > data)
Struct serialization template.
Definition Struct.hpp:39