WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
expression_type.hpp File Reference
#include <stdint.h>
#include <string_view>
#include "sleipnir/util/symbol_exports.hpp"

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.