#include <wpimath/MathShared.h>
◆ ~MathShared()
virtual wpi::math::MathShared::~MathShared |
( |
| ) |
|
|
virtualdefault |
◆ GetTimestamp()
virtual units::second_t wpi::math::MathShared::GetTimestamp |
( |
| ) |
|
|
pure virtual |
◆ ReportError()
template<typename
S , typename... Args>
void wpi::math::MathShared::ReportError |
( |
const S & | format, |
|
|
Args &&... | args ) |
|
inline |
◆ ReportErrorV()
virtual void wpi::math::MathShared::ReportErrorV |
( |
fmt::string_view | format, |
|
|
fmt::format_args | args ) |
|
pure virtual |
◆ ReportUsage()
virtual void wpi::math::MathShared::ReportUsage |
( |
MathUsageId | id, |
|
|
int | count ) |
|
pure virtual |
◆ ReportWarning()
template<typename
S , typename... Args>
void wpi::math::MathShared::ReportWarning |
( |
const S & | format, |
|
|
Args &&... | args ) |
|
inline |
◆ ReportWarningV()
virtual void wpi::math::MathShared::ReportWarningV |
( |
fmt::string_view | format, |
|
|
fmt::format_args | args ) |
|
pure virtual |
The documentation for this class was generated from the following file: