Eclipse SUMO - Simulation of Urban MObility
MSIdling Class Referenceabstract

An algorithm that performs distpach for a taxi fleet. More...

#include <MSIdling.h>

Inheritance diagram for MSIdling:
[legend]

Public Member Functions

virtual void idle (MSDevice_Taxi *taxi)=0
 computes Idling and updates reservations More...
 
 MSIdling ()
 Constructor;. More...
 
virtual ~MSIdling ()
 Destructor. More...
 

Detailed Description

An algorithm that performs distpach for a taxi fleet.

Definition at line 43 of file MSIdling.h.

Constructor & Destructor Documentation

◆ MSIdling()

MSIdling::MSIdling ( )
inline

Constructor;.

Definition at line 47 of file MSIdling.h.

◆ ~MSIdling()

virtual MSIdling::~MSIdling ( )
inlinevirtual

Destructor.

Definition at line 50 of file MSIdling.h.

Member Function Documentation

◆ idle()

virtual void MSIdling::idle ( MSDevice_Taxi taxi)
pure virtual

computes Idling and updates reservations

Implemented in MSIdling_TaxiStand, MSIdling_RandomCircling, and MSIdling_Stop.

Referenced by MSDevice_Taxi::customerArrived(), MSDevice_Taxi::notifyEnter(), and MSDevice_Taxi::updateMove().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: