![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include "MSDevice.h"
#include <utils/common/SUMOTime.h>
#include <utils/iodevices/OutputDevice_File.h>
#include <utils/geom/Position.h>
Go to the source code of this file.
Data Structures | |
class | MSDevice_SSM |
A device which collects info on the vehicle trip (mainly on departure and arrival) More... | |
class | MSDevice_SSM::Encounter |
An encounter is an episode involving two vehicles, which are closer to each other than some specified distance. More... | |
struct | MSDevice_SSM::Encounter::compare |
Compares encounters regarding to their start time. More... | |
struct | MSDevice_SSM::Encounter::Trajectory |
A trajectory encloses a series of positions x and speeds v for one vehicle (the times are stored only once in the enclosing encounter) More... | |
struct | MSDevice_SSM::FoeInfo |