City Based Parking and Routing System API Documentation |
|
TrafficLightIntersection.ProcessRequests Method
Switches the traffic lights based on a fixed time alloted cycle pattern.
public override
void ProcessRequests(
uint step);
Parameters
-
step
- The current simulation time step.
Implements
IIntersection.ProcessRequests
Remarks
By reviewing the crossing requests of the vehicles one could create a more complicated switching pattern.
See Also
TrafficLightIntersection Class | CBPRS.Infrastructure Namespace