VoltOpModeMeta

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class VoltOpModeMeta(val name: String, val group: String = OpModeMeta.DefaultGroup, val autoTransition: String = "")

Metadata for VoltOpMode instances

Parameters

name

the name of the opmode

group

the group of the opmode

autoTransition

the pre selected teleop

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard