City Based Parking and Routing System API Documentation

Vehicle.ResolveLaneChangeDeadLock Method 

Resolves a deadlock situation where two vehicles want to change to each others lane and are stopped in the critical zone.

public void ResolveLaneChangeDeadLock(
   IVehicle conflict,
   bool changeToLeft
);

Parameters

conflict
The vehicle that conflicts with the current.
changeToLeft
Boolean indicating if the current lane change is to the left (true) or to the right (false).

See Also

Vehicle Class | CBPRS.Infrastructure Namespace