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 | |
SUMOVehicleParameter * | pars |
The parameters. | |
double | scale |
the type scaling of this flow. Negative value indicates inhomogenous type distribution | |
Definition of vehicle flow with the current index for vehicle numbering.
Definition at line 244 of file MSInsertionControl.h.
int MSInsertionControl::Flow::index |
the running index
Definition at line 248 of file MSInsertionControl.h.
SUMOVehicleParameter* MSInsertionControl::Flow::pars |
The parameters.
Definition at line 246 of file MSInsertionControl.h.
double MSInsertionControl::Flow::scale |
the type scaling of this flow. Negative value indicates inhomogenous type distribution
Definition at line 250 of file MSInsertionControl.h.