Eclipse SUMO - Simulation of Urban MObility
|
An algorithm that performs distpach for a taxi fleet. More...
#include <MSIdling.h>
Public Member Functions | |
virtual void | idle (MSDevice_Taxi *taxi)=0 |
computes Idling and updates reservations | |
MSIdling () | |
Constructor;. | |
virtual | ~MSIdling () |
Destructor. | |
An algorithm that performs distpach for a taxi fleet.
Definition at line 43 of file MSIdling.h.
|
inline |
Constructor;.
Definition at line 47 of file MSIdling.h.
|
inlinevirtual |
Destructor.
Definition at line 50 of file MSIdling.h.
|
pure virtual |
computes Idling and updates reservations
Implemented in MSIdling_Stop, MSIdling_RandomCircling, and MSIdling_TaxiStand.
Referenced by MSDevice_Taxi::customerArrived(), MSDevice_Taxi::notifyEnter(), and MSDevice_Taxi::updateMove().