WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::math::MathSharedStore Class Reference

#include <wpi/math/util/MathShared.hpp>

Static Public Member Functions

static MathSharedGetMathShared ()
static void SetMathShared (std::unique_ptr< MathShared > shared)
static void ReportErrorV (fmt::string_view format, fmt::format_args args)
template<typename S, typename... Args>
static void ReportError (const S &format, Args &&... args)
static void ReportWarningV (fmt::string_view format, fmt::format_args args)
template<typename S, typename... Args>
static void ReportWarning (const S &format, Args &&... args)
static void ReportUsage (std::string_view resource, std::string_view data)
static wpi::units::second_t GetTimestamp ()

Member Function Documentation

◆ GetMathShared()

MathShared & wpi::math::MathSharedStore::GetMathShared ( )
static

◆ GetTimestamp()

wpi::units::second_t wpi::math::MathSharedStore::GetTimestamp ( )
inlinestatic

◆ ReportError()

template<typename S, typename... Args>
void wpi::math::MathSharedStore::ReportError ( const S & format,
Args &&... args )
inlinestatic

◆ ReportErrorV()

void wpi::math::MathSharedStore::ReportErrorV ( fmt::string_view format,
fmt::format_args args )
inlinestatic

◆ ReportUsage()

void wpi::math::MathSharedStore::ReportUsage ( std::string_view resource,
std::string_view data )
inlinestatic

◆ ReportWarning()

template<typename S, typename... Args>
void wpi::math::MathSharedStore::ReportWarning ( const S & format,
Args &&... args )
inlinestatic

◆ ReportWarningV()

void wpi::math::MathSharedStore::ReportWarningV ( fmt::string_view format,
fmt::format_args args )
inlinestatic

◆ SetMathShared()

void wpi::math::MathSharedStore::SetMathShared ( std::unique_ptr< MathShared > shared)
static

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