22 #ifndef MSVTypeProbe_h 23 #define MSVTypeProbe_h 69 MSVTypeProbe(
const std::string&
id,
const std::string& vType,
MSVTypeProbe(const std::string &id, const std::string &vType, OutputDevice &od, SUMOTime frequency)
Constructor.
SUMOTime myFrequency
The frequency of reporting.
Base (microsim) event class.
Writes positions of vehicles that have a certain (named) type.
SUMOTime execute(SUMOTime currentTime)
Writes values into the given stream.
OutputDevice & myOutputDevice
The device to write into.
Base class for objects which have an id.
std::string myVType
The id of the vehicle type vehicles must have to be reported.
MSVTypeProbe & operator=(const MSVTypeProbe &)
Invalidated assignment operator.
virtual ~MSVTypeProbe()
Destructor.
Static storage of an output device and its base (abstract) implementation.