Home
last modified time | relevance | path

Searched refs:RideBus (Results 1 – 4 of 4) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/book/src/trafficsim/
H A Dtrips.md45 FromBorder --> RideBus
46 RideBus --> ToBorder
47 RideBus --> AlightAtStop
75 WaitForBus --> RideBus
76 RideBus --> ToBorder
77 RideBus --> ToBusStop2
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/pathfind/
H A Dwalking.rs32 RideBus(BusStopID), enumerator
76 nodes.get_or_insert(WalkingNode::RideBus(*bs)); in new()
155 WalkingNode::RideBus(stop2) => { in should_use_transit()
279 let ride_bus = nodes.get(WalkingNode::RideBus(stop.id)); in transit_input_graph()
318 nodes.get(WalkingNode::RideBus(stop1.id)), in transit_input_graph()
319 nodes.get(WalkingNode::RideBus(stop2.id)), in transit_input_graph()
347 nodes.get(WalkingNode::RideBus(stop1.id)), in transit_input_graph()
393 WalkingNode::RideBus(_) => unreachable!(), in walking_path_to_steps()
398 WalkingNode::RideBus(_) => unreachable!(), in walking_path_to_steps()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/sim/src/make/
H A Dspawner.rs335 TripLeg::RideBus(route, Some(stop2)), in finalize()
341 TripLeg::RideBus(route, None), in finalize()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/sim/src/
H A Dtrips.rs117 Some(TripLeg::RideBus(r, ref maybe_stop2)) => { in new_trip()
497 TripLeg::RideBus(route, maybe_stop2) => { in ped_reached_bus_stop()
561 TripLeg::RideBus(_, maybe_stop2) => SidewalkSpot::bus_stop( in person_left_bus()
637 Some(TripLeg::RideBus(_, maybe_spot2)) => assert!(maybe_spot2.is_none()), in transit_rider_reached_border()
850 TripLeg::RideBus(_, _) => AgentID::BusPassenger(person.id, person.on_bus.unwrap()), in trip_to_agent()
1442 RideBus(BusRouteID, Option<BusStopID>), enumerator