15 return "struct: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:68
basic_string_view< char > string_view
Definition: core.h:501
Definition: ntcore_cpp.h:26
Represents the wheel speeds for a mecanum drive drivetrain.
Definition: MecanumDriveWheelSpeeds.h:15
static constexpr std::string_view GetTypeString()
Definition: MecanumDriveWheelSpeedsStruct.h:14
static constexpr std::string_view GetSchema()
Definition: MecanumDriveWheelSpeedsStruct.h:18
static void Pack(std::span< uint8_t > data, const frc::MecanumDriveWheelSpeeds &value)
static constexpr size_t GetSize()
Definition: MecanumDriveWheelSpeedsStruct.h:17
static frc::MecanumDriveWheelSpeeds Unpack(std::span< const uint8_t > data)