WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::Protobuf< frc::Rectangle2d > Struct Reference

#include <frc/geometry/proto/Rectangle2dProto.h>

Public Types

using MessageStruct = wpi_proto_ProtobufRectangle2d
 
using InputStream = wpi::ProtoInputStream<frc::Rectangle2d>
 
using OutputStream = wpi::ProtoOutputStream<frc::Rectangle2d>
 

Static Public Member Functions

static std::optional< frc::Rectangle2dUnpack (InputStream &stream)
 
static bool Pack (OutputStream &stream, const frc::Rectangle2d &value)
 

Member Typedef Documentation

◆ InputStream

◆ MessageStruct

◆ OutputStream

Member Function Documentation

◆ Pack()

static bool wpi::Protobuf< frc::Rectangle2d >::Pack ( OutputStream & stream,
const frc::Rectangle2d & value )
static

◆ Unpack()

static std::optional< frc::Rectangle2d > wpi::Protobuf< frc::Rectangle2d >::Unpack ( InputStream & stream)
static

The documentation for this struct was generated from the following file: