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

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

#include <ODMatrix.h>

Collaboration diagram for ODMatrix::ODVehicle:
[legend]

Data Fields

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

Detailed Description

An internal representation of a single vehicle.

Definition at line 267 of file ODMatrix.h.

Field Documentation

◆ cell

ODCell* ODMatrix::ODVehicle::cell

The cell of the ODMatrix which generated the vehicle.

Definition at line 273 of file ODMatrix.h.

Referenced by ODMatrix::computeDeparts().

◆ depart

SUMOTime ODMatrix::ODVehicle::depart

The departure time of the vehicle.

Definition at line 271 of file ODMatrix.h.

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

◆ from

std::string ODMatrix::ODVehicle::from

The edge the vehicles shall start at.

Definition at line 275 of file ODMatrix.h.

Referenced by ODMatrix::computeDeparts().

◆ id

std::string ODMatrix::ODVehicle::id

The id of the vehicle.

Definition at line 269 of file ODMatrix.h.

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

◆ to

std::string ODMatrix::ODVehicle::to

The edge the vehicles shall end at.

Definition at line 277 of file ODMatrix.h.

Referenced by ODMatrix::computeDeparts().


The documentation for this struct was generated from the following file: