 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef SUMORouteLoader_h
18 #define SUMORouteLoader_h
SUMOTime getFirstDepart() const
returns the first departure time that was ever read
SUMORouteHandler * myHandler
the used Handler
SUMOSAXReader * myParser
the used SAXReader
SAX-reader encapsulation containing binary reader.
~SUMORouteLoader()
destructor
bool myMoreAvailable
flag with information whether more vehicles should be available
SUMOTime loadUntil(SUMOTime time)
loads vehicles until a vehicle is read that starts after the specified time
bool moreAvailable() const
returns the information whether new data is available
Parser for routes during their loading.
SUMORouteLoader(SUMORouteHandler *handler)
constructor