Package edu.wpi.first.util.sendable
Interface Sendable
- All Known Subinterfaces:
NTSendable
- All Known Implementing Classes:
ADIS16448_IMU,ADIS16470_IMU,ADXL345_I2C,ADXL345_SPI,ADXL362,ADXRS450_Gyro,AnalogAccelerometer,AnalogEncoder,AnalogGyro,AnalogInput,AnalogOutput,AnalogPotentiometer,AnalogTrigger,AnalogTriggerOutput,BangBangController,BuiltInAccelerometer,Button,Command,CommandBase,CommandGroup,CommandGroupBase,CommandScheduler,Compressor,ConditionalCommand,ConditionalCommand,Counter,DifferentialDrive,DigitalGlitchFilter,DigitalInput,DigitalOutput,DMC60,DoubleSolenoid,DutyCycle,DutyCycleEncoder,Encoder,ExternalDirectionCounter,Field2d,FunctionalCommand,InstantCommand,InstantCommand,InternalButton,Jaguar,JoystickButton,KilloughDrive,MecanumControllerCommand,MecanumDrive,Mechanism2d,MotorControllerGroup,NetworkButton,NidecBrushless,NotifierCommand,ParallelCommandGroup,ParallelDeadlineGroup,ParallelRaceGroup,PerpetualCommand,PIDAnalogAccelerometer,PIDAnalogGyro,PIDAnalogInput,PIDAnalogPotentiometer,PIDBase,PIDCommand,PIDCommand,PIDController,PIDController,PIDEncoder,PIDMotorController,PIDSubsystem,PIDSubsystem,PIDUltrasonic,POVButton,PowerDistribution,PrintCommand,PrintCommand,ProfiledPIDCommand,ProfiledPIDController,ProfiledPIDSubsystem,ProxyScheduleCommand,PWM,PWMMotorController,PWMSparkMax,PWMTalonFX,PWMTalonSRX,PWMVenom,PWMVictorSPX,RamseteCommand,Relay,RunCommand,ScheduleCommand,Scheduler,SD540,SelectCommand,SendableCameraWrapper,SendableChooser,SequentialCommandGroup,Servo,Solenoid,Spark,SpeedControllerGroup,StartCommand,StartEndCommand,Subsystem,SubsystemBase,SwerveControllerCommand,Tachometer,Talon,TimedCommand,TrapezoidProfileCommand,TrapezoidProfileSubsystem,Trigger,Ultrasonic,UpDownCounter,Victor,VictorSP,WaitCommand,WaitCommand,WaitForChildren,WaitUntilCommand,WaitUntilCommand
public interface Sendable
The base interface for objects that can be sent over the network.
-
Method Summary
Modifier and Type Method Description voidinitSendable(SendableBuilder builder)Initializes thisSendableobject.
-
Method Details
-
initSendable
Initializes thisSendableobject.- Parameters:
builder- sendable builder
-