package hart
- Alphabetic
- Public
- Protected
Type Members
- sealed trait HartEvent extends AnyRef
An event in the sequence of the high-altitude rapid transport (HART) system encompassing both ground facility conditions and conditions of the orbital shuttle.
- final case class HartEventStateFields(u1: HartSequence, u2: Int) extends Product with Serializable
Produce the specific animation sequence and the ???.
Produce the specific animation sequence and the ???.
- u1
the animation code for the HART
- u2
???
- See also
OrbitalShuttleEvent
OrbitalShuttleTimeMsg
HartEvent
- final case class HartEventTimeFields(t1: Long, t2: Long, t3: Long) extends Product with Serializable
Produce the time data of this event in the sequence.
Produce the time data of this event in the sequence.
- t1
in general, time for the shuttle to arrive
- t2
in general,
8000L
; when being useful, time for the shuttle to board passengers- t3
in general, time elasped
- See also
OrbitalShuttleEvent
OrbitalShuttleTimeMsg
HartEvent
- class HartService extends Actor
Coordinate the components - facility landing pad and orbital shuttle - of the high altitude rapid transport (HART) system for any zone that attempts to register.
Coordinate the components - facility landing pad and orbital shuttle - of the high altitude rapid transport (HART) system for any zone that attempts to register. When a pair of staging pad and orbital shuttle attempt to register with the system, either locate an existing zone-based manager or create a new manager for this zone, and tell that manager that the pair is (now) under its supervision.
- See also
HartTimer
- class HartTimer extends Actor
Within each zone, all high-altitude rapid transport (HART) systems are controlled in unison.
Within each zone, all high-altitude rapid transport (HART) systems are controlled in unison. A HART system is composed of a facility (amenity) that embodies passenger onboarding services and a semi-interactive shuttle that gateways to the orbital droppod system. Provide supervision to these components by managing the over-all HART sequence.
Value Members
- object HartEvent
- object HartTimer
- object HartTimerActions
- object ShuttleState extends Enumeration
The various
flying
states assigned to the orbital shuttle in close to an order in which they are assigned.