Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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
 
 MSIdling ()
 Constructor;.
 
virtual ~MSIdling ()
 Destructor.
 

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_Stop, MSIdling_RandomCircling, and MSIdling_TaxiStand.

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: