Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
ROCCHMetrics.h File Reference
Include dependency graph for ROCCHMetrics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ROCCHMetrics
 function-pointer front end of the router applications' STATIC metric family More...
 

Typedefs

using ROCCHGraph = CCHGraph< ROEdge, ROVehicle >
 the ROEdge instantiation of the CCH graph mapping
 
using ROCCHMetricFamily = CCHMetricFamily< ROEdge, ROVehicle, SUMOVTypeParameter >
 the ROEdge instantiation of the CCH metric store, keyed by the vehicle-type parameters (stable pointers, owned by RONet)
 

Detailed Description

Author
Pranav Sateesh
Date
2026

Definition in file ROCCHMetrics.h.

Typedef Documentation

◆ ROCCHGraph

the ROEdge instantiation of the CCH graph mapping

Definition at line 46 of file ROCCHMetrics.h.

◆ ROCCHMetricFamily

the ROEdge instantiation of the CCH metric store, keyed by the vehicle-type parameters (stable pointers, owned by RONet)

Definition at line 49 of file ROCCHMetrics.h.