WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
frc::LiveWindowSendable Class Referenceabstract

Live Window Sendable is a special type of object sendable to the live window. More...

#include <LiveWindowSendable.h>

Inheritance diagram for frc::LiveWindowSendable:
frc::Sendable frc::ADXL345_I2C frc::ADXL345_SPI frc::ADXL362 frc::AnalogAccelerometer frc::AnalogInput frc::AnalogOutput frc::AnalogPotentiometer frc::BuiltInAccelerometer frc::Compressor frc::Counter frc::DigitalInput frc::DigitalOutput frc::DoubleSolenoid frc::Encoder frc::GyroBase frc::PIDController frc::PowerDistributionPanel frc::PWM frc::Relay frc::Solenoid frc::Ultrasonic

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.
 
- Public Member Functions inherited from frc::Sendable
virtual void InitTable (std::shared_ptr< ITable > subtable)=0
 Initializes a table for this sendable object. More...
 
virtual std::shared_ptr< ITableGetTable () const =0
 
virtual std::string GetSmartDashboardType () const =0
 

Detailed Description

Live Window Sendable is a special type of object sendable to the live window.


The documentation for this class was generated from the following file: