![]() |
WPILibC++ 2027.0.0-alpha-3
|
Go to the source code of this file.
Namespaces | |
| namespace | slp |
Enumerations | |
| enum class | slp::ExpressionType : uint8_t { slp::NONE , slp::CONSTANT , slp::LINEAR , slp::QUADRATIC , slp::NONLINEAR } |
| Expression type. More... | |
Functions | |
| SLEIPNIR_DLLEXPORT constexpr std::string_view | slp::to_message (const ExpressionType &type) |
| Returns user-readable message corresponding to the expression type. | |