![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <queue>#include "MSVehicleDevice.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::ConflictPointInfo |
| ConflictPointInfo stores some information on a specific conflict point (used to store information on ssm-extremal values) 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::EncounterApproachInfo |
| Structure to collect some info on the encounter needed during ssm calculation by various functions. More... | |
| struct | MSDevice_SSM::FoeInfo |
| struct | MSDevice_SSM::UpstreamScanStartInfo |
| Auxiliary structure used to handle upstream scanning start points Upstream scan has to be started after downstream scan is completed, see #5644. More... | |
Definition in file MSDevice_SSM.h.