NextFTC
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
NextFTC
ftc
/
com.rowanmcalpin.nextftc.ftc.gamepad
/
GamepadManager
/
GamepadUpdaterCommand
Gamepad
Updater
Command
inner
class
GamepadUpdaterCommand
:
Command
Members
Constructors
Gamepad
Updater
Command
Link copied to clipboard
constructor
(
)
Properties
interruptible
Link copied to clipboard
open
val
interruptible
:
Boolean
is
Done
Link copied to clipboard
open
override
val
isDone
:
Boolean
=
false
subsystems
Link copied to clipboard
open
val
subsystems
:
Set
<
Subsystem
>
Functions
after
Time
Link copied to clipboard
fun
afterTime
(
time
:
TimeSpan
)
:
SequentialGroup
fun
afterTime
(
time
:
Double
)
:
SequentialGroup
fun
afterTime
(
time
:
Int
)
:
SequentialGroup
and
Link copied to clipboard
fun
and
(
vararg
commands
:
Command
)
:
ParallelGroup
as
Deadline
Link copied to clipboard
fun
asDeadline
(
vararg
commands
:
Command
)
:
ParallelDeadlineGroup
end
After
Link copied to clipboard
fun
endAfter
(
time
:
TimeSpan
)
:
ParallelRaceGroup
fun
endAfter
(
time
:
Double
)
:
ParallelRaceGroup
fun
endAfter
(
time
:
Int
)
:
ParallelRaceGroup
invoke
Link copied to clipboard
operator
fun
invoke
(
)
perpetually
Link copied to clipboard
fun
perpetually
(
)
:
PerpetualCommand
race
With
Link copied to clipboard
fun
raceWith
(
vararg
commands
:
Command
)
:
ParallelRaceGroup
start
Link copied to clipboard
open
fun
start
(
)
stop
Link copied to clipboard
open
fun
stop
(
interrupted
:
Boolean
)
then
Link copied to clipboard
fun
then
(
vararg
commands
:
Command
)
:
SequentialGroup
then
Wait
Link copied to clipboard
fun
thenWait
(
time
:
TimeSpan
)
:
SequentialGroup
fun
thenWait
(
time
:
Double
)
:
SequentialGroup
fun
thenWait
(
time
:
Int
)
:
SequentialGroup
update
Link copied to clipboard
open
override
fun
update
(
)
with
Deadline
Link copied to clipboard
fun
withDeadline
(
deadline
:
Command
)
:
ParallelDeadlineGroup