#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Represents a 2d rectangular space containing translational, rotational, and scaling components.
Definition Rectangle2d.hpp:24
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufRectangle2d wpi_proto_ProtobufRectangle2d
Definition CvSource.hpp:15
wpi::util::ProtoInputStream< wpi::math::Rectangle2d > InputStream
Definition Rectangle2dProto.hpp:15
static std::optional< wpi::math::Rectangle2d > Unpack(InputStream &stream)
static bool Pack(OutputStream &stream, const wpi::math::Rectangle2d &value)
wpi::util::ProtoOutputStream< wpi::math::Rectangle2d > OutputStream
Definition Rectangle2dProto.hpp:16
wpi_proto_ProtobufRectangle2d MessageStruct
Definition Rectangle2dProto.hpp:14
Protobuf serialization template.
Definition Protobuf.hpp:36