SUMO - Simulation of Urban MObility
ODMatrix::ODVehicle Struct Reference

An internal representation of a single vehicle. More...

#include <ODMatrix.h>

Data Fields

ODCellcell
 The cell of the ODMatrix which generated the vehicle.
SUMOTime depart
 The departure time of the vehicle.
std::string from
 The edge the vehicles shall start at.
std::string id
 The id of the vehicle.
std::string to
 The edge the vehicles shall end at.

Detailed Description

An internal representation of a single vehicle.

Definition at line 178 of file ODMatrix.h.


Field Documentation

The cell of the ODMatrix which generated the vehicle.

Definition at line 184 of file ODMatrix.h.

Referenced by ODMatrix::computeDeparts().

The departure time of the vehicle.

Definition at line 182 of file ODMatrix.h.

Referenced by ODMatrix::computeDeparts(), and ODMatrix::descending_departure_comperator::operator()().

The edge the vehicles shall start at.

Definition at line 186 of file ODMatrix.h.

Referenced by ODMatrix::computeDeparts().

The id of the vehicle.

Definition at line 180 of file ODMatrix.h.

Referenced by ODMatrix::computeDeparts(), and ODMatrix::descending_departure_comperator::operator()().

The edge the vehicles shall end at.

Definition at line 188 of file ODMatrix.h.

Referenced by ODMatrix::computeDeparts().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines