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

#include <frc/geometry/struct/Rectangle2dStruct.h>

Static Public Member Functions

static constexpr std::string_view GetTypeName ()
 
static constexpr size_t GetSize ()
 
static constexpr std::string_view GetSchema ()
 
static frc::Rectangle2d Unpack (std::span< const uint8_t > data)
 
static void Pack (std::span< uint8_t > data, const frc::Rectangle2d &value)
 
static void ForEachNested (std::invocable< std::string_view, std::string_view > auto fn)
 

Member Function Documentation

◆ ForEachNested()

static void wpi::Struct< frc::Rectangle2d >::ForEachNested ( std::invocable< std::string_view, std::string_view > auto fn)
inlinestatic

◆ GetSchema()

static constexpr std::string_view wpi::Struct< frc::Rectangle2d >::GetSchema ( )
inlinestaticconstexpr

◆ GetSize()

static constexpr size_t wpi::Struct< frc::Rectangle2d >::GetSize ( )
inlinestaticconstexpr

◆ GetTypeName()

static constexpr std::string_view wpi::Struct< frc::Rectangle2d >::GetTypeName ( )
inlinestaticconstexpr

◆ Pack()

static void wpi::Struct< frc::Rectangle2d >::Pack ( std::span< uint8_t > data,
const frc::Rectangle2d & value )
static

◆ Unpack()

static frc::Rectangle2d wpi::Struct< frc::Rectangle2d >::Unpack ( std::span< const uint8_t > data)
static

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