WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
mrc::MatchInfo Struct Reference

#include </home/runner/work/allwpilib/allwpilib/hal/src/mrc/include/mrc/NetComm.h>

Public Member Functions

void SetEventName (std::string_view Name)
 
void MoveEventName (std::string &&Name)
 
std::string_view GetEventName () const
 
std::span< uint8_t > WritableNameBuffer (size_t Len)
 
bool operator== (const MatchInfo &Other) const
 

Public Attributes

uint16_t MatchNumber {0}
 
uint8_t ReplayNumber {0}
 
MatchType Type {MatchType::None}
 

Member Function Documentation

◆ GetEventName()

std::string_view mrc::MatchInfo::GetEventName ( ) const
inline

◆ MoveEventName()

void mrc::MatchInfo::MoveEventName ( std::string && Name)
inline

◆ operator==()

bool mrc::MatchInfo::operator== ( const MatchInfo & Other) const
inline

◆ SetEventName()

void mrc::MatchInfo::SetEventName ( std::string_view Name)
inline

◆ WritableNameBuffer()

std::span< uint8_t > mrc::MatchInfo::WritableNameBuffer ( size_t Len)
inline

Member Data Documentation

◆ MatchNumber

uint16_t mrc::MatchInfo::MatchNumber {0}

◆ ReplayNumber

uint8_t mrc::MatchInfo::ReplayNumber {0}

◆ Type

MatchType mrc::MatchInfo::Type {MatchType::None}

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