Skip to main content

Module manifest

Module manifest 

Source
Expand description

Per-tick demand picture handed to dispatch strategies. Per-tick demand picture handed to dispatch strategies.

DispatchManifest is the read-only view of waiting riders, in-transit riders, hall calls, car calls, and rolling arrival counts that DispatchStrategy::rank uses to score (car, stop) pairs. It’s built once per group per tick by systems::dispatch::build_manifest and discarded after the assignment pass.

Structs§

DispatchManifest
Full demand picture for dispatch decisions.
RiderInfo
Metadata about a single rider, available to dispatch strategies.