Eclipse SUMO - Simulation of Urban MObility
RODFRouteDesc Struct Reference

A route within the DFROUTER. More...

#include <RODFRouteDesc.h>

Collaboration diagram for RODFRouteDesc:
[legend]

Data Fields

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

Detailed Description

A route within the DFROUTER.

Definition at line 44 of file RODFRouteDesc.h.

Field Documentation

◆ distance

double RODFRouteDesc::distance

Definition at line 50 of file RODFRouteDesc.h.

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

◆ distance2Last

double RODFRouteDesc::distance2Last

◆ duration2Last

SUMOTime RODFRouteDesc::duration2Last

Definition at line 55 of file RODFRouteDesc.h.

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

◆ duration_2

double RODFRouteDesc::duration_2

◆ edges2Pass

◆ endDetectorEdge

const ROEdge* RODFRouteDesc::endDetectorEdge

Definition at line 52 of file RODFRouteDesc.h.

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

◆ factor

double RODFRouteDesc::factor

Definition at line 58 of file RODFRouteDesc.h.

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

◆ lastDetectorEdge

const ROEdge* RODFRouteDesc::lastDetectorEdge

Definition at line 53 of file RODFRouteDesc.h.

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

◆ overallProb

double RODFRouteDesc::overallProb

Definition at line 57 of file RODFRouteDesc.h.

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

◆ passedNo

int RODFRouteDesc::passedNo

Definition at line 51 of file RODFRouteDesc.h.

Referenced by RODFNet::computeRoutesFor().

◆ routename

std::string RODFRouteDesc::routename

The name of the route.

Definition at line 48 of file RODFRouteDesc.h.

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


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