static TRANS_DEL: LazyLock<HashMap<(FlightState, FlightState), Duration>>Expand description
A static lookup table defining the delays needed for transitioning between different flight states.
The delay for each transition is represented as a Duration.