![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <utils/common/SUMOTime.h>#include <utils/common/SUMOVehicleClass.h>#include <utils/router/CCHGraph.h>#include <utils/router/CCHMetricFamily.h>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) | |
Definition in file ROCCHMetrics.h.
| using ROCCHGraph = CCHGraph<ROEdge, ROVehicle> |
the ROEdge instantiation of the CCH graph mapping
Definition at line 46 of file ROCCHMetrics.h.
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.