15 return "MecanumDriveWheelSpeeds";
17 static constexpr size_t GetSize() {
return 32; }
19 return "double front_left;double front_right;double rear_left;"
24 static void Pack(std::span<uint8_t> data,
#define WPILIB_DLLEXPORT
Definition SymbolExports.h:36
Specifies that a type is capable of raw struct serialization and deserialization.
Definition Struct.h:69
Foonathan namespace.
Definition ntcore_cpp.h:26
Represents the wheel speeds for a mecanum drive drivetrain.
Definition MecanumDriveWheelSpeeds.h:20
static void Pack(std::span< uint8_t > data, const frc::MecanumDriveWheelSpeeds &value)
static constexpr std::string_view GetSchema()
Definition MecanumDriveWheelSpeedsStruct.h:18
static constexpr size_t GetSize()
Definition MecanumDriveWheelSpeedsStruct.h:17
static constexpr std::string_view GetTypeName()
Definition MecanumDriveWheelSpeedsStruct.h:14
static frc::MecanumDriveWheelSpeeds Unpack(std::span< const uint8_t > data)
Struct serialization template.
Definition Struct.h:39