@ name
Definition base.h:690
SubsystemBase()
Constructor.
void AddChild(std::string name, wpi::util::Sendable *child)
Associate a Sendable with this Subsystem.
void SetSubsystem(std::string_view name)
Sets the subsystem name of this Subsystem.
std::string GetSubsystem() const
Gets the subsystem name of this Subsystem.
void SetName(std::string_view name)
Sets the name of this Subsystem.
void InitSendable(wpi::util::SendableBuilder &builder) override
Initializes this Sendable object.
SubsystemBase(std::string_view name)
Constructor.
std::string GetName() const override
Gets the name of this Subsystem.
A robot subsystem.
Definition Subsystem.hpp:42
Helper class for building Sendable dashboard representations.
Definition SendableBuilder.hpp:21
A helper class for use with objects that add themselves to SendableRegistry.
Definition SendableHelper.hpp:21
Interface for Sendable objects.
Definition Sendable.hpp:16
Definition CommandNiDsStadiaController.hpp:15