12 #include <wpi/deprecated.h>
14 #include "frc/smartdashboard/Sendable.h"
22 class WPI_DEPRECATED("use Sendable directly instead") LiveWindowSendable
28 virtual void UpdateTable() = 0;
41 std::string GetName()
const override;
44 void SetSubsystem(
const wpi::Twine& subsystem)
override;
45 void InitSendable(SendableBuilder& builder)
override;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
class virtual WPI_DEPRECATED("use Sendable directly instead") LiveWindowSendable void StartLiveWindowMode()=0
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.
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...