#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
A rotation in a 2D coordinate frame represented by a point on the unit circle (cosine and sine).
Definition Rotation2d.hpp:26
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufRotation2d wpi_proto_ProtobufRotation2d
Definition CvSource.hpp:15
wpi::util::ProtoInputStream< wpi::math::Rotation2d > InputStream
Definition Rotation2dProto.hpp:16
wpi::util::ProtoOutputStream< wpi::math::Rotation2d > OutputStream
Definition Rotation2dProto.hpp:17
static std::optional< wpi::math::Rotation2d > Unpack(InputStream &stream)
wpi_proto_ProtobufRotation2d MessageStruct
Definition Rotation2dProto.hpp:15
static bool Pack(OutputStream &stream, const wpi::math::Rotation2d &value)
Protobuf serialization template.
Definition Protobuf.hpp:36