[][src]Module sim::sim

Re-exports

pub use self::queries::AgentProperties;
pub use self::queries::DelayCause;

Modules

queries

All sorts of read-only queries about a simulation

Structs

Ctx
Sim

The Sim ties together all the pieces of the simulation. Its main property is the current time.

SimOptions

Options controlling the traffic simulation.

Enums

AlertHandler

Constants

BLIND_RETRY_TO_SPAWN

Traits

SimCallback