 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef MSRouteProbe_h
19 #define MSRouteProbe_h
70 const std::string& distID,
const std::string& lastID,
71 const std::string& vTypes);
MSRouteProbe & operator=(const MSRouteProbe &)
Invalidated assignment operator.
Representation of a vehicle or person.
Base of value-generating classes (detectors)
Representation of a lane in the micro simulation.
Static storage of an output device and its base (abstract) implementation.
void writeXMLOutput(OutputDevice &dev, SUMOTime startTime, SUMOTime stopTime)
Writes values into the given stream.
Writes routes of vehicles passing a certain edge.
void writeXMLDetectorProlog(OutputDevice &dev) const
Opens the XML-output using "detector" as root element.
Something on a lane to be noticed about vehicle movement.
std::pair< std::string, RandomDistributor< const MSRoute * > * > myCurrentRouteDistribution
The current distribution of routes (probability->route)
std::pair< std::string, RandomDistributor< const MSRoute * > * > myLastRouteDistribution
The previous distribution of routes (probability->route)
MSRouteProbe(const std::string &id, const MSEdge *edge, const std::string &distID, const std::string &lastID, const std::string &vTypes)
Constructor.
A road/street connecting two junctions.
const MSRoute * getRoute() const
virtual ~MSRouteProbe()
Destructor.
MSRouteProbe(const MSRouteProbe &)
Invalidated copy constructor.
bool notifyEnter(SUMOTrafficObject &veh, MSMoveReminder::Notification reason, const MSLane *enteredLane=0)
Returns whether the vehicle shall be aware of this entry.
Notification
Definition of a vehicle state.
Representation of a vehicle in the micro simulation.