13 static constexpr std::string_view
GetTypeName() {
return "Twist3d"; }
14 static constexpr size_t GetSize() {
return 48; }
16 return "double dx;double dy;double dz;double rx;double ry;double rz";
#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
A change in distance along a 3D arc since the last pose update.
Definition Twist3d.hpp:23
static void Pack(std::span< uint8_t > data, const wpi::math::Twist3d &value)
static constexpr size_t GetSize()
Definition Twist3dStruct.hpp:14
static constexpr std::string_view GetTypeName()
Definition Twist3dStruct.hpp:13
static wpi::math::Twist3d Unpack(std::span< const uint8_t > data)
static constexpr std::string_view GetSchema()
Definition Twist3dStruct.hpp:15
Struct serialization template.
Definition Struct.hpp:39