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