WPILibC++ 2023.4.3-108-ge5452e3
|
Interface for Sendable objects. More...
#include <wpi/sendable/Sendable.h>
Public Member Functions | |
virtual | ~Sendable ()=default |
virtual void | InitSendable (SendableBuilder &builder)=0 |
Initializes this Sendable object. More... | |
Interface for Sendable objects.
|
virtualdefault |
|
pure virtual |
Initializes this Sendable object.
builder | sendable builder |
Implemented in nt::NTSendable, frc::ADXRS450_Gyro, frc::AnalogAccelerometer, frc::AnalogEncoder, frc::AnalogGyro, frc::AnalogInput, frc::AnalogOutput, frc::AnalogPotentiometer, frc::AnalogTrigger, frc::AnalogTriggerOutput, frc::BuiltInAccelerometer, frc::Compressor, frc::Counter, frc::ExternalDirectionCounter, frc::Tachometer, frc::UpDownCounter, frc::DigitalGlitchFilter, frc::DigitalInput, frc::DigitalOutput, frc::DoubleSolenoid, frc::DifferentialDrive, frc::MecanumDrive, frc::DutyCycle, frc::DutyCycleEncoder, frc::Encoder, frc::MotorControllerGroup, frc::NidecBrushless, frc::PWMMotorController, frc::PowerDistribution, frc::PWM, frc::Relay, frc::Servo, frc::SendableCameraWrapper, frc::Solenoid, frc::Ultrasonic, frc2::CommandBase, frc2::SubsystemBase, frc::BangBangController, frc2::PIDController, frc::ProfiledPIDController< Distance >, and frc::ProfiledPIDController< units::radian >.