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