#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
A rotation in a 3D coordinate frame, represented by a quaternion.
Definition Rotation3d.hpp:69
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufRotation3d wpi_proto_ProtobufRotation3d
Definition CvSource.hpp:15
wpi_proto_ProtobufRotation3d MessageStruct
Definition Rotation3dProto.hpp:14
static bool Pack(OutputStream &stream, const wpi::math::Rotation3d &value)
wpi::util::ProtoInputStream< wpi::math::Rotation3d > InputStream
Definition Rotation3dProto.hpp:15
wpi::util::ProtoOutputStream< wpi::math::Rotation3d > OutputStream
Definition Rotation3dProto.hpp:16
static std::optional< wpi::math::Rotation3d > Unpack(InputStream &stream)
Protobuf serialization template.
Definition Protobuf.hpp:36