59 MSVTypeProbe(
const std::string&
id,
const std::string& vType,
virtual ~MSVTypeProbe()
Destructor.
MSVTypeProbe(const MSVTypeProbe &)
Invalidated copy constructor.
SUMOTime execute(SUMOTime currentTime)
Writes values into the given stream.
MSVTypeProbe & operator=(const MSVTypeProbe &)
Invalidated assignment operator.
std::string myVType
The id of the vehicle type vehicles must have to be reported.
OutputDevice & myOutputDevice
The device to write into.
SUMOTime myFrequency
The frequency of reporting.
MSVTypeProbe(const std::string &id, const std::string &vType, OutputDevice &od, SUMOTime frequency)
Constructor.
Named(const std::string &id)
Constructor.
Static storage of an output device and its base (abstract) implementation.