12 #include <wpi/deprecated.h>
14 #include "frc/smartdashboard/Sendable.h"
25 WPI_DEPRECATED(
"use Sendable directly instead")
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
std::string GetSubsystem() const override
Gets the subsystem name of this Sendable object.
void InitSendable(SendableBuilder &builder) override
Initializes this Sendable object.
void SetName(const wpi::Twine &name) override
Sets the name of this Sendable object.
Definition: SendableBuilder.h:23
Definition: Sendable.h:18
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Definition: Twine.h:79
The interface for sendable objects that gives the sendable a default name in the Smart Dashboard...
Definition: NamedSendable.h:23
void SetSubsystem(const wpi::Twine &subsystem) override
Sets the subsystem name of this Sendable object.