12 #include <wpi/deprecated.h>
14 #include "frc/smartdashboard/Sendable.h"
45 std::string GetName()
const override;
48 void SetSubsystem(
const wpi::Twine& subsystem)
override;
49 void InitSendable(SendableBuilder& builder)
override;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
class WPI_DEPRECATED("use Sendable directly instead") LiveWindowSendable LiveWindowSendable(LiveWindowSendable &&)=default
Live Window Sendable is a special type of object sendable to the live window.
virtual void StopLiveWindowMode()=0
Stop having this sendable object automatically respond to value changes.
virtual void UpdateTable()=0
Update the table for this sendable object with the latest values.
virtual void StartLiveWindowMode()=0
Start having this sendable object automatically respond to value changes reflect the value on the tab...
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...