Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include "MSVehicleDevice.h"
#include <microsim/MSNet.h>
#include <microsim/MSVehicle.h>
#include <utils/common/SUMOTime.h>
#include <utils/iodevices/OutputDevice_String.h>
Go to the source code of this file.
Data Structures | |
class | MSDevice_Vehroutes |
A device which collects info on the vehicle trip (mainly on departure and arrival) More... | |
class | MSDevice_Vehroutes::RouteReplaceInfo |
Information about a replaced route. More... | |
struct | MSDevice_Vehroutes::SortedRouteInfo |
Information needed to sort vehicle / transportable output by departure time. More... | |
class | MSDevice_Vehroutes::StateListener |
A class that is notified about reroutings. More... | |
Definition in file MSDevice_Vehroutes.h.