SUMOTime myCurrentLoadTime
the time step up to which vehicles were loaded
bool myLoadAll
information whether all routes shall be loaded and whether they were loaded
SUMORouteLoaderControl & operator=(const SUMORouteLoaderControl &src)
Invalidated assignment operator.
SUMOTime getFirstLoadTime() const
returns the timestamp of the first loaded vehicle or flow
std::vector< SUMORouteLoader * > myRouteLoaders
the list of route loaders
const SUMOTime myInAdvanceStepNo
the number of routes to read in forward
SUMORouteLoader * getFirstLoader() const
return a route loader
bool haveAllLoaded() const
returns whether loading is completed
SUMOTime myFirstLoadTime
the first time step for which vehicles were loaded
SUMORouteLoaderControl(const SUMORouteLoaderControl &src)
Invalidated copy constructor.
void loadNext(SUMOTime step)
loads the next routes up to and including the given time step
void add(SUMORouteLoader *loader)
add another loader
~SUMORouteLoaderControl()
destructor