Valkyrie
2026
Loading...
Searching...
No Matches
SendableChooser.h
1
#pragma once
2
#include <frc/smartdashboard/SendableChooser.h>
3
4
namespace
valor {
5
6
template
<
typename
T>
7
class
SendableChooser
:
public
frc::SendableChooser<T> {
8
public
:
9
using
frc::SendableChooser<T>::SetDefaultOption;
10
11
constexpr
void
SetDefaultOption(std::string_view name) { this->m_defaultChoice = name; }
12
};
13
14
}
// namespace valor
valor::SendableChooser
Definition
SendableChooser.h:7
src
main
include
valkyrie
util
SendableChooser.h
Generated by
1.15.0