Package org.team1126.lib.tunable
Interface Tunables.Tunable
- All Known Implementing Classes:
ExtPose,ExtRotation,ExtTranslation,PAPFController,SwerveAPI
- Enclosing class:
Tunables
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Base interface for tunable objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitTunable(TunableTable table) Initializes the object to be tuned.
-
Method Details
-
initTunable
Initializes the object to be tuned. This method is called when adding the object to aTunableTable.- Parameters:
table- The table the object is being added to.
-