toggle menu
procedural
jvm
switch theme
search in API
Scheduling
/
gov.nasa.ammos.aerie.procedural.scheduling.simulation
/
CheckpointGeneration
/
AtTimes
At
Times
data
class
AtTimes
(
val
times
:
List
<
Duration
>
)
:
CheckpointGeneration
Generate a checkpoint at a list of specific times.
Members
Constructors
At
Times
Link copied to clipboard
constructor
(
vararg
times
:
Duration
)
constructor
(
times
:
List
<
Duration
>
)
Properties
times
Link copied to clipboard
val
times
:
List
<
Duration
>