15    return "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:69
 
Foonathan namespace.
Definition ntcore_cpp.h:26
 
Represents the wheel positions for a mecanum drive drivetrain.
Definition MecanumDriveWheelPositions.h:16
 
static frc::MecanumDriveWheelPositions Unpack(std::span< const uint8_t > data)
 
static constexpr size_t GetSize()
Definition MecanumDriveWheelPositionsStruct.h:17
 
static constexpr std::string_view GetSchema()
Definition MecanumDriveWheelPositionsStruct.h:18
 
static void Pack(std::span< uint8_t > data, const frc::MecanumDriveWheelPositions &value)
 
static constexpr std::string_view GetTypeName()
Definition MecanumDriveWheelPositionsStruct.h:14
 
Struct serialization template.
Definition Struct.h:39