Eclipse SUMO - Simulation of Urban MObility
SUMOVehicle.h File Reference
#include <config.h>
#include <vector>
#include <typeinfo>
#include <utils/common/SUMOTime.h>
#include <utils/common/Named.h>
#include <utils/router/SUMOAbstractRouter.h>
#include <utils/vehicle/SUMOVehicleParameter.h>
#include <utils/vehicle/SUMOTrafficObject.h>
#include <utils/iodevices/OutputDevice.h>
Include dependency graph for SUMOVehicle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SUMOVehicle
 Representation of a vehicle. More...
 

Typedefs

typedef std::vector< const MSEdge * > ConstMSEdgeVector
 

Detailed Description

Author
Michael Behrisch
Daniel Krajzewicz
Jakob Erdmann
Date
Tue, 17 Feb 2009

Definition in file SUMOVehicle.h.

Typedef Documentation

◆ ConstMSEdgeVector

typedef std::vector<const MSEdge*> ConstMSEdgeVector

Definition at line 50 of file SUMOVehicle.h.