SippDecisionRange

Type Alias SippDecisionRange 

Source
pub type SippDecisionRange = DecisionRange<StateSippSE2<Cell>>;

Aliased Type§

pub enum SippDecisionRange {
    Between([DecisionPoint<StateSE2<Cell, 360>>; 2]),
    Before(StateSE2<Cell, 360>, TimePoint),
    After(StateSE2<Cell, 360>, TimePoint),
}

Variants§

§

Between([DecisionPoint<StateSE2<Cell, 360>>; 2])

§

Before(StateSE2<Cell, 360>, TimePoint)

§

After(StateSE2<Cell, 360>, TimePoint)