WPILibC++
unspecified
|
Live Window Sendable is a special type of object sendable to the live window. More...
#include <LiveWindowSendable.h>
Public Member Functions | |
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. | |
![]() | |
virtual void | InitTable (std::shared_ptr< nt::NetworkTable > subtable)=0 |
Initializes a table for this sendable object. More... | |
virtual std::string | GetSmartDashboardType () const =0 |
Live Window Sendable is a special type of object sendable to the live window.