WPILibC++ 2024.1.1-beta-4
wpi::Sendable Class Referenceabstract

Interface for Sendable objects. More...

#include <wpi/sendable/Sendable.h>

Inheritance diagram for wpi::Sendable:
frc::ProfiledPIDController< units::radian > frc2::Command frc2::CommandScheduler frc2::SubsystemBase frc::ADIS16448_IMU frc::ADIS16470_IMU frc::ADXRS450_Gyro frc::AnalogAccelerometer frc::AnalogEncoder frc::AnalogGyro frc::AnalogInput frc::AnalogOutput frc::AnalogPotentiometer frc::AnalogTrigger frc::AnalogTriggerOutput frc::BangBangController frc::BuiltInAccelerometer frc::Compressor frc::Counter frc::DifferentialDrive frc::DigitalGlitchFilter frc::DigitalInput frc::DigitalOutput frc::DoubleSolenoid frc::DutyCycle frc::DutyCycleEncoder frc::Encoder frc::ExternalDirectionCounter frc::MecanumDrive frc::MotorControllerGroup frc::NidecBrushless frc::PIDController frc::PWM frc::PWMMotorController frc::PowerDistribution frc::ProfiledPIDController< Distance > frc::Relay frc::SendableCameraWrapper frc::SendableChooserBase frc::Solenoid frc::Tachometer frc::Ultrasonic frc::UpDownCounter nt::NTSendable

Public Member Functions

virtual ~Sendable ()=default
 
virtual void InitSendable (SendableBuilder &builder)=0
 Initializes this Sendable object. More...
 

Detailed Description

Interface for Sendable objects.

Constructor & Destructor Documentation

◆ ~Sendable()

virtual wpi::Sendable::~Sendable ( )
virtualdefault

Member Function Documentation

◆ InitSendable()


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