SUMO - Simulation of Urban MObility
|
Data Fields | |
unsigned int | index |
the running index More... | |
bool | isVolatile |
whether it has route or vehicle type distribution More... | |
SUMOVehicleParameter * | pars |
The paramters. More... | |
SUMOVehicle * | vehicle |
The last created vehicle. More... | |
Definition at line 202 of file MSInsertionControl.h.
unsigned int MSInsertionControl::Flow::index |
the running index
Definition at line 210 of file MSInsertionControl.h.
Referenced by MSInsertionControl::add().
bool MSInsertionControl::Flow::isVolatile |
whether it has route or vehicle type distribution
Definition at line 206 of file MSInsertionControl.h.
Referenced by MSInsertionControl::add().
SUMOVehicleParameter* MSInsertionControl::Flow::pars |
The paramters.
Definition at line 204 of file MSInsertionControl.h.
Referenced by MSInsertionControl::add().
SUMOVehicle* MSInsertionControl::Flow::vehicle |
The last created vehicle.
Definition at line 208 of file MSInsertionControl.h.
Referenced by MSInsertionControl::add().