22 #ifndef MSRouteProbe_h
23 #define MSRouteProbe_h
Representation of a vehicle in the micro simulation.
Writes routes of vehicles passing a certain edge.
Notification
Definition of a vehicle state.
void writeXMLOutput(OutputDevice &dev, SUMOTime startTime, SUMOTime stopTime)
Writes values into the given stream.
virtual ~MSRouteProbe()
Destructor.
A road/street connecting two junctions.
Representation of a vehicle.
void writeXMLDetectorProlog(OutputDevice &dev) const
Opens the XML-output using "detector" as root element.
MSRouteProbe(const std::string &id, const MSEdge *edge, SUMOTime begin)
Constructor.
MSRouteProbe & operator=(const MSRouteProbe &)
Invalidated assignment operator.
Something on a lane to be noticed about vehicle movement.
bool notifyEnter(SUMOVehicle &veh, MSMoveReminder::Notification reason)
Returns whether the vehicle shall be aware of this entry.
Static storage of an output device and its base (abstract) implementation.
RandomDistributor< const MSRoute * > * myCurrentRouteDistribution
The current distribution of routes (probability->route)
Base of value-generating classes (detectors)