Eclipse SUMO - Simulation of Urban MObility
|
#include <MSBaseVehicle.h>
Public Member Functions | |
BaseInfluencer () | |
Constructor. | |
double | getExtraImpatience () const |
return the current routing mode | |
void | setExtraImpatience (double value) |
Sets routing behavior. | |
virtual | ~BaseInfluencer () |
Destructor. | |
Static Public Member Functions | |
static void | cleanup () |
Static cleanup. | |
static void | init () |
Static initalization. | |
Protected Attributes | |
double | myExtraImpatience = 0 |
dynamic impatience offset | |
Definition at line 880 of file MSBaseVehicle.h.
MSBaseVehicle::BaseInfluencer::BaseInfluencer | ( | ) |
Constructor.
Definition at line 83 of file MSBaseVehicle.cpp.
|
inlinevirtual |
Destructor.
Definition at line 886 of file MSBaseVehicle.h.
|
static |
Static cleanup.
|
inline |
return the current routing mode
Definition at line 895 of file MSBaseVehicle.h.
References myExtraImpatience.
|
static |
Static initalization.
|
inline |
Sets routing behavior.
[in] | value | an enum value controlling the different modes |
Definition at line 902 of file MSBaseVehicle.h.
References myExtraImpatience.
Referenced by MSVehicle::updateWaitingTime().
|
protected |
dynamic impatience offset
Definition at line 908 of file MSBaseVehicle.h.
Referenced by getExtraImpatience(), and setExtraImpatience().