![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Definition of vehicle flow with the current index for vehicle numbering. More...
Data Fields | |
int | index |
the running index More... | |
SUMOVehicleParameter * | pars |
The parameters. More... | |
double | scale |
the type scaling of this flow. Negative value indicates inhomogenous type distribution More... | |
Definition of vehicle flow with the current index for vehicle numbering.
Definition at line 222 of file MSInsertionControl.h.
int MSInsertionControl::Flow::index |
the running index
Definition at line 226 of file MSInsertionControl.h.
Referenced by MSInsertionControl::addFlow().
SUMOVehicleParameter* MSInsertionControl::Flow::pars |
The parameters.
Definition at line 224 of file MSInsertionControl.h.
Referenced by MSInsertionControl::addFlow().
double MSInsertionControl::Flow::scale |
the type scaling of this flow. Negative value indicates inhomogenous type distribution
Definition at line 228 of file MSInsertionControl.h.
Referenced by MSInsertionControl::addFlow().