12 #include <wpi/deprecated.h>
14 #include "frc/smartdashboard/Sendable.h"
23 class WPI_DEPRECATED("use Sendable directly instead") NamedSendable
27 std::string GetSubsystem()
const override;
28 void SetSubsystem(
const wpi::Twine& subsystem)
override;
29 void InitSendable(SendableBuilder& builder)
override;
Definition: SPIAccelerometerSim.h:18
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Definition: Twine.h:79