public interface AnnotatedOpModeManager extends OpModeManager
OpModeManager,
OpModeRegistrarDEFAULT_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, registervoid 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)