SubZero Common
Common library components for an FRC CommandRobot
|
#include <frc/shuffleboard/Shuffleboard.h>
#include <frc/smartdashboard/SendableChooser.h>
#include <frc/smartdashboard/SmartDashboard.h>
#include <functional>
#include <memory>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include "subzero/frc/smartdashboard/ModifiableChooser.cpp"
Go to the source code of this file.
Classes | |
class | subzero::TaggedChooser< TKey > |
Each key of type T has a vector<string> of tags; accepts a list of groups that each have a name and list of possible tags that are mutually exclusive. The ANY option is automatically included in all group selectors to indicate the lack of a selection. When a selection is made, the intersection of all selections is created based on T's list of tags. More... | |
Namespaces | |
namespace | subzero |