WPILibC++ 2025.0.0-alpha-1-9-ga2beb75
ShuffleboardEventImportance.h File Reference
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  frc
 

Enumerations

enum  frc::ShuffleboardEventImportance {
  frc::kTrivial , frc::kLow , frc::kNormal , frc::kHigh ,
  frc::kCritical
}
 

Functions

std::string_view frc::ShuffleboardEventImportanceName (ShuffleboardEventImportance importance)
 Returns name of the given enum. More...