A device which collects info on the vehicle trip (mainly on departure and arrival)
static void cleanup()
resets the edge filter
void saveState(OutputDevice &) const
Saves the state of the device.
MSDevice_FCD(const MSDevice_FCD &)
Invalidated copy constructor.
const std::string deviceName() const
return the name for this type of device
MSDevice_FCD(SUMOVehicle &holder, const std::string &id)
Constructor.
~MSDevice_FCD()
Destructor.
bool notifyEnter(SUMOTrafficObject &, MSMoveReminder::Notification, const MSLane *)
Checks whether the reminder is activated by a vehicle entering the lane.
static const std::set< const MSEdge * > & getEdgeFilter()
static std::set< const MSEdge * > myEdgeFilter
spatial filter for FCD output
static void insertOptions(OptionsCont &oc)
Inserts MSDevice_FCD-options.
MSDevice_FCD & operator=(const MSDevice_FCD &)
Invalidated assignment operator.
static void initEdgeFilter()
initialize edge filter (once)
static bool myEdgeFilterInitialized
static void buildVehicleDevices(SUMOVehicle &v, std::vector< MSVehicleDevice * > &into)
Build devices for the given vehicle, if needed.
Representation of a lane in the micro simulation.
Notification
Definition of a vehicle state.
Abstract in-vehicle device.
A storage for options typed value containers)
Static storage of an output device and its base (abstract) implementation.
Representation of a vehicle, person, or container.
Representation of a vehicle.