Package tagalong.logging
Class ElevatorIOTalonFX
java.lang.Object
tagalong.logging.ElevatorIOTalonFX
- All Implemented Interfaces:
ElevatorIO
Collection of elevator TalonFX data
-
Nested Class Summary
Nested classes/interfaces inherited from interface tagalong.logging.ElevatorIO
ElevatorIO.ElevatorIOInputs
-
Constructor Summary
ConstructorsConstructorDescriptionElevatorIOTalonFX
(Elevator elevator) Constructs a layer with the below elevator TalonFX data -
Method Summary
Modifier and TypeMethodDescriptionvoid
Updates the set of loggable elevator inputs
-
Constructor Details
-
ElevatorIOTalonFX
Constructs a layer with the below elevator TalonFX data- Parameters:
elevator
- microsystem
-
-
Method Details
-
updateInputs
Description copied from interface:ElevatorIO
Updates the set of loggable elevator inputs- Specified by:
updateInputs
in interfaceElevatorIO
- Parameters:
inputs
- elevator inputs
-