WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
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::AnalogAccelerometer frc::AnalogEncoder frc::AnalogGyro frc::AnalogInput frc::AnalogPotentiometer frc::BangBangController frc::Compressor frc::DifferentialDrive frc::DigitalInput frc::DigitalOutput frc::DoubleSolenoid frc::DutyCycle frc::DutyCycleEncoder frc::Encoder frc::MecanumDrive frc::MotorControllerGroup frc::PIDController frc::PS4Controller frc::PS5Controller frc::PWM frc::PWMMotorController frc::PowerDistribution frc::ProfiledPIDController< Distance > frc::SendableChooserBase frc::Servo frc::SharpIR frc::Solenoid frc::StadiaController frc::Tachometer frc::UpDownCounter frc::XboxController nt::NTSendable

Public Member Functions

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

Detailed Description

Interface for Sendable objects.

Constructor & Destructor Documentation

◆ ~Sendable()

virtual constexpr wpi::Sendable::~Sendable ( )
constexprvirtualdefault

Member Function Documentation

◆ InitSendable()


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