Interface Sendable
- All Known Subinterfaces:
NTSendable
- All Known Implementing Classes:
ADXL345_I2C, AnalogAccelerometer, AnalogEncoder, AnalogInput, AnalogPotentiometer, BangBangController, Command, CommandScheduler, Compressor, ConditionalCommand, DeferredCommand, DifferentialDrive, DigitalInput, DigitalOutput, DoubleSolenoid, DutyCycle, DutyCycleEncoder, Encoder, Field2d, FunctionalCommand, Gamepad, InstantCommand, Koors40, MecanumDrive, Mechanism2d, NiDsPS4Controller, NiDsPS5Controller, NiDsStadiaController, NiDsXboxController, NotifierCommand, ParallelCommandGroup, ParallelDeadlineGroup, ParallelRaceGroup, PIDController, PowerDistribution, PrintCommand, ProfiledPIDController, ProxyCommand, PWM, PWMMotorController, PWMSparkFlex, PWMSparkMax, PWMTalonFX, PWMTalonSRX, PWMVenom, PWMVictorSPX, RepeatCommand, RomiMotor, RunCommand, ScheduleCommand, SelectCommand, SendableChooser, SequentialCommandGroup, SharpIR, Solenoid, Spark, SparkMini, StartEndCommand, SubsystemBase, Tachometer, Talon, UpDownCounter, VictorSP, WaitCommand, WaitUntilCommand, WrapperCommand
public interface Sendable
The base interface for objects that can be sent over the network.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitSendable(SendableBuilder builder) Initializes thisSendableobject.
-
Method Details
-
initSendable
Initializes thisSendableobject.- Parameters:
builder- sendable builder
-