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