ConfigHandler

public class 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.

Properties

Link copied to clipboard
public final static ConfigHandler INSTANCE

Functions

Link copied to clipboard
public final Unit addVariableToDashboard(ConfigVariable<? extends Object> variable, String group, String name)
Link copied to clipboard
public final static T createConfig<T extends Any>(String name, T value)

Adds the provided value to the FTC Dashboard config under the group 'Runtime'.

Link copied to clipboard
public final ConfigVariable<?> createVariableFromArray(Function0<Array<?>> array, KClass<?> arrayType, Object parent, IntArray indices)
Link copied to clipboard
public final List<String> getLogs()
Link copied to clipboard
@OnCreateEventLoop()
public final static Unit init(Context context, FtcEventLoop eventLoop)
Link copied to clipboard
public final ConfigVariable<?> parse(KProperty1<?, ?> property, Object parent)
public final ConfigVariable<?> parse(KType type, Function0<Object> getter, Function1<Object, Unit> setter)
Link copied to clipboard
public final ConfigVariable<? extends Object> parseField(Field field)
Link copied to clipboard
public final ConfigVariable<? extends Object> parseProperty(KProperty0<Object> property)