15 return "struct:MecanumDriveWheelPositions";
17 static constexpr size_t GetSize() {
return 32; }
19 return "double front_left;double front_right;double rear_left;double "
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 positions for a mecanum drive drivetrain.
Definition: MecanumDriveWheelPositions.h:16
static constexpr std::string_view GetTypeString()
Definition: MecanumDriveWheelPositionsStruct.h:14
static constexpr std::string_view GetSchema()
Definition: MecanumDriveWheelPositionsStruct.h:18
static constexpr size_t GetSize()
Definition: MecanumDriveWheelPositionsStruct.h:17
static frc::MecanumDriveWheelPositions Unpack(std::span< const uint8_t > data)
static void Pack(std::span< uint8_t > data, const frc::MecanumDriveWheelPositions &value)