Representation of a lane in the micro simulation.
Notification
Definition of a vehicle state.
A device which collects info on the vehicle trip (mainly on departure and arrival)
MSTransportableDevice_FCD & operator=(const MSTransportableDevice_FCD &)
Invalidated assignment operator.
const std::string deviceName() const
return the name for this type of device
static void cleanup()
resets the edge filter
static void insertOptions(OptionsCont &oc)
Inserts MSTransportableDevice_FCD-options.
bool notifyEnter(SUMOTrafficObject &, MSMoveReminder::Notification, const MSLane *)
Checks whether the reminder is activated by a vehicle entering the lane.
~MSTransportableDevice_FCD()
Destructor.
MSTransportableDevice_FCD(const MSTransportableDevice_FCD &)
Invalidated copy constructor.
static void buildDevices(MSTransportable &t, std::vector< MSTransportableDevice * > &into)
Build devices for the given vehicle, if needed.
void saveState(OutputDevice &) const
Saves the state of the device.
Abstract in-person 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.