WPILibC++
2019.4.1-5-gaab4c49
|
Live Window Sendable is a special type of object sendable to the live window. More...
#include <LiveWindowSendable.h>
Public Member Functions | |
LiveWindowSendable (LiveWindowSendable &&)=default | |
LiveWindowSendable & | operator= (LiveWindowSendable &&)=default |
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 table. | |
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. More... | |
void | SetName (const wpi::Twine &name) override |
Sets the name of this Sendable object. More... | |
std::string | GetSubsystem () const override |
Gets the subsystem name of this Sendable object. More... | |
void | SetSubsystem (const wpi::Twine &subsystem) override |
Sets the subsystem name of this Sendable object. More... | |
void | InitSendable (SendableBuilder &builder) override |
Initializes this Sendable object. More... | |
![]() | |
Sendable (Sendable &&)=default | |
Sendable & | operator= (Sendable &&)=default |
void | SetName (const wpi::Twine &subsystem, const wpi::Twine &name) |
Sets both the subsystem name and device name of this Sendable object. More... | |
Live Window Sendable is a special type of object sendable to the live window.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Sets the subsystem name of this Sendable object.
subsystem | subsystem name |
Implements frc::Sendable.