 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef MSTransportableDevice_FCD_h
19 #define MSTransportableDevice_FCD_h
Representation of a vehicle or person.
Representation of a lane in the micro simulation.
Static storage of an output device and its base (abstract) implementation.
static void cleanup()
resets the edge filter
void saveState(OutputDevice &) const
Saves the state of the device.
static void buildDevices(MSTransportable &t, std::vector< MSTransportableDevice * > &into)
Build devices for the given vehicle, if needed.
A storage for options typed value containers)
Abstract in-person device.
static void insertOptions(OptionsCont &oc)
Inserts MSTransportableDevice_FCD-options.
A device which collects info on the vehicle trip (mainly on departure and arrival)
MSTransportableDevice_FCD & operator=(const MSTransportableDevice_FCD &)
Invalidated assignment operator.
MSTransportableDevice_FCD(MSTransportable &holder, const std::string &id)
Constructor.
const std::string deviceName() const
return the name for this type of device
bool notifyEnter(SUMOTrafficObject &, MSMoveReminder::Notification, const MSLane *)
~MSTransportableDevice_FCD()
Destructor.
Notification
Definition of a vehicle state.