WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::util::Sendable Class Referenceabstract

Interface for Sendable objects. More...

#include <wpi/util/sendable/Sendable.hpp>

Inheritance diagram for wpi::util::Sendable:
wpi::AnalogAccelerometer wpi::AnalogEncoder wpi::AnalogInput wpi::AnalogPotentiometer wpi::Compressor wpi::DifferentialDrive wpi::DigitalInput wpi::DigitalOutput wpi::DoubleSolenoid wpi::DutyCycle wpi::DutyCycleEncoder wpi::Encoder wpi::Gamepad wpi::MecanumDrive wpi::NiDsPS4Controller wpi::NiDsPS5Controller wpi::NiDsStadiaController wpi::NiDsXboxController wpi::PWM wpi::PWMMotorController wpi::PowerDistribution wpi::SendableChooserBase wpi::SharpIR wpi::Solenoid wpi::Tachometer wpi::UpDownCounter wpi::cmd::Command wpi::cmd::CommandScheduler wpi::cmd::SubsystemBase wpi::math::BangBangController wpi::math::PIDController wpi::math::ProfiledPIDController< Distance > wpi::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::util::Sendable::~Sendable ( )
constexprvirtualdefault

Member Function Documentation

◆ InitSendable()


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