SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
RODFRouteDesc Struct Reference

A route within the DFROUTER. More...

#include <RODFRouteDesc.h>

Data Fields

SUMOReal distance
 
SUMOReal distance2Last
 
SUMOTime duration2Last
 
SUMOReal duration_2
 
ROEdgeVector edges2Pass
 The edges the route is made of. More...
 
const ROEdgeendDetectorEdge
 
SUMOReal factor
 
const ROEdgelastDetectorEdge
 
SUMOReal overallProb
 
int passedNo
 
std::string routename
 The name of the route. More...
 

Detailed Description

A route within the DFROUTER.

Definition at line 54 of file RODFRouteDesc.h.

Field Documentation

SUMOReal RODFRouteDesc::distance

Definition at line 60 of file RODFRouteDesc.h.

Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().

SUMOReal RODFRouteDesc::distance2Last
SUMOTime RODFRouteDesc::duration2Last

Definition at line 65 of file RODFRouteDesc.h.

Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().

const ROEdge* RODFRouteDesc::endDetectorEdge

Definition at line 62 of file RODFRouteDesc.h.

Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().

SUMOReal RODFRouteDesc::factor

Definition at line 68 of file RODFRouteDesc.h.

Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().

const ROEdge* RODFRouteDesc::lastDetectorEdge

Definition at line 63 of file RODFRouteDesc.h.

Referenced by RODFNet::buildRoutes(), and RODFNet::computeRoutesFor().

SUMOReal RODFRouteDesc::overallProb

Definition at line 67 of file RODFRouteDesc.h.

Referenced by RODFRouteCont::addRouteDesc(), and RODFNet::buildRoutes().

int RODFRouteDesc::passedNo

Definition at line 61 of file RODFRouteDesc.h.

Referenced by RODFNet::computeRoutesFor().

std::string RODFRouteDesc::routename

The name of the route.

Definition at line 58 of file RODFRouteDesc.h.

Referenced by RODFDetector::computeSplitProbabilities(), RODFRouteCont::save(), and RODFRouteCont::setID().


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