public interface AnnotatedOpModeManager extends OpModeManager
OpModeManager
,
OpModeRegistrar
DEFAULT_OP_MODE_NAME
Modifier and Type | Method and Description |
---|---|
void |
register(java.lang.Class opModeClass)
Register a class for display on the driver station and availability for game play.
|
register, register, register, register
void register(java.lang.Class opModeClass)
TeleOp
or Autonomous
annotation on the
class itself (any Disabled
attribute which may also be present is ignored).
If the class lacks both a TeleOp
and a Autonomous
annotation, then
no registration takes place.opModeClass
- the class of the OpMode to createTeleOp
,
Autonomous
,
OpModeManager.register(String, Class)