12 #include <wpi/deprecated.h>
14 #include "frc/smartdashboard/Sendable.h"
24 WPI_DEPRECATED(
"use Sendable directly instead")
45 std::string
GetName()
const override;
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
Live Window Sendable is a special type of object sendable to the live window.
Definition: LiveWindowSendable.h:22
virtual void StartLiveWindowMode()=0
Start having this sendable object automatically respond to value changes reflect the value on the tab...
virtual void StopLiveWindowMode()=0
Stop having this sendable object automatically respond to value changes.
std::string GetName() const override
Gets the name of this Sendable object.
void InitSendable(SendableBuilder &builder) override
Initializes this Sendable object.
void SetSubsystem(const wpi::Twine &subsystem) override
Sets the subsystem name of this Sendable object.
void SetName(const wpi::Twine &name) override
Sets the name of this Sendable object.
virtual void UpdateTable()=0
Update the table for this sendable object with the latest values.
Definition: SendableBuilder.h:23
std::string GetSubsystem() const override
Gets the subsystem name of this Sendable object.
Definition: Sendable.h:18
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Definition: Twine.h:79