struct

Kozai::Schedule::Slot

Inherits Struct < Value < Object

A pass the station intends to work.

Constructors

new(pass : Passes::Pass, transponder : Transponders::Transponder | Nil, weight : Float64)
Source

Instance methods

covers?(at : Time) : Bool

Whether at falls inside this pass.

Source
pass

The pass itself.

Source
transponder

Which transponder to tune, if the table knows one.

Source
weight

What it was judged to be worth.

Source