Eclipse SUMO - Simulation of Urban MObility
MSDevice_Vehroutes::SortedRouteInfo Struct Reference

Information needed to sort vehicle / transportable output by departure time. More...

#include <MSDevice_Vehroutes.h>

Collaboration diagram for MSDevice_Vehroutes::SortedRouteInfo:
[legend]

Data Fields

std::map< const SUMOTime, int > departureCounts
 Map needed to sort vehicles by departure time. More...
 
OutputDevicerouteOut = nullptr
 route output device More...
 
std::map< const SUMOTime, std::map< const std::string, std::string > > routeXML
 pregenerated route output sorted by time More...
 

Detailed Description

Information needed to sort vehicle / transportable output by departure time.

Definition at line 147 of file MSDevice_Vehroutes.h.

Field Documentation

◆ departureCounts

std::map<const SUMOTime, int> MSDevice_Vehroutes::SortedRouteInfo::departureCounts

◆ routeOut

◆ routeXML

std::map<const SUMOTime, std::map<const std::string, std::string> > MSDevice_Vehroutes::SortedRouteInfo::routeXML

pregenerated route output sorted by time

Definition at line 155 of file MSDevice_Vehroutes.h.

Referenced by MSDevice_Vehroutes::writePendingOutput(), and MSDevice_Vehroutes::writeSortedOutput().


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