10 #include "SmartDashboard/Sendable.h"
Live Window Sendable is a special type of object sendable to the live window.
Definition: LiveWindowSendable.h:17
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.
virtual void UpdateTable()=0
Update the table for this sendable object with the latest values.
Definition: Sendable.h:17