ConfigHandler
object ConfigHandler
Singleton class that handles the JoosConfig annotation as well as FTC Dashboard configs for Pose2d, Vector2d, Angle, and other classes as specified by ImmutableConfigProvider and MutableConfigProvider.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun createVariableFromArray(array: () -> Array<*>, arrayType: KClass<*>, parent: Any, indices: IntArray): ConfigVariable<*>?
Link copied to clipboard
Link copied to clipboard