Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <set>
#include <vector>
#include <map>
#include <thread>
#include <utils/common/SUMOTime.h>
#include <utils/common/WrappingCommand.h>
#include <utils/router/AStarRouter.h>
#include <microsim/MSRouterDefs.h>
Go to the source code of this file.
Data Structures | |
class | MSRoutingEngine |
A device that performs vehicle rerouting based on current edge speeds. More... | |
Definition in file MSRoutingEngine.h.