![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <list>
#include <deque>
#include <map>
#include <set>
#include <string>
#include <vector>
#include "MSGlobals.h"
#include "MSVehicleType.h"
#include "MSBaseVehicle.h"
#include "MSLink.h"
#include "MSLane.h"
Go to the source code of this file.
Data Structures | |
class | MSVehicle |
Representation of a vehicle in the micro simulation. More... | |
struct | MSVehicle::DriveProcessItem |
class | MSVehicle::Influencer |
Changes the wished vehicle speed / lanes. More... | |
struct | MSVehicle::LaneQ |
A structure representing the best lanes for continuing the current route starting at 'lane'. More... | |
class | MSVehicle::State |
Container that holds the vehicles driving state (position+speed). More... | |
struct | MSVehicle::Stop |
Definition of vehicle stop (position and duration) More... | |
class | MSVehicle::WaitingTimeCollector |
Stores the waiting intervals over the previous seconds (memory is to be specified in ms.). More... | |
Macros | |
#define | INVALID_SPEED 299792458 + 1 |
Definition in file MSVehicle.h.
#define INVALID_SPEED 299792458 + 1 |
Definition at line 53 of file MSVehicle.h.