Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <set>
#include <vector>
#include <map>
#include <utils/common/Parameterised.h>
#include <utils/common/SUMOTime.h>
#include "MSDispatch.h"
#include "MSDevice_Taxi.h"
Go to the source code of this file.
Data Structures | |
class | MSDispatch_TraCI |
A dispatch algorithm that services customers in reservation order and always sends the closest available taxi. More... | |
Definition in file MSDispatch_TraCI.h.