![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MSBaseVehicle.h>
Public Member Functions | |
BaseInfluencer () | |
Constructor. More... | |
SUMOAbstractRouter< MSEdge, SUMOVehicle > & | getRouterTT (const int rngIndex, SUMOVehicleClass svc) const |
int | getRoutingMode () const |
return the current routing mode More... | |
void | setRoutingMode (int value) |
Sets routing behavior. More... | |
virtual | ~BaseInfluencer () |
Destructor. More... | |
Static Public Member Functions | |
static void | cleanup () |
Static cleanup. More... | |
static void | init () |
Static initalization. More... | |
Protected Attributes | |
int | myRoutingMode |
routing mode (see TraCIConstants.h) More... | |
Definition at line 694 of file MSBaseVehicle.h.
MSBaseVehicle::BaseInfluencer::BaseInfluencer | ( | ) |
Constructor.
Definition at line 75 of file MSBaseVehicle.cpp.
|
inlinevirtual |
Destructor.
Definition at line 700 of file MSBaseVehicle.h.
|
static |
Static cleanup.
SUMOAbstractRouter< MSEdge, SUMOVehicle > & MSBaseVehicle::BaseInfluencer::getRouterTT | ( | const int | rngIndex, |
SUMOVehicleClass | svc | ||
) | const |
Definition at line 80 of file MSBaseVehicle.cpp.
References MSNet::getInstance(), MSNet::getRouterTT(), and MSRoutingEngine::getRouterTT().
Referenced by LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSVehicle::replaceStop(), MSVehicle::rerouteParkingArea(), and LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().
|
inline |
return the current routing mode
Definition at line 709 of file MSBaseVehicle.h.
References myRoutingMode.
Referenced by LIBSUMO_NAMESPACE::Vehicle::getRoutingMode().
|
static |
Static initalization.
|
inline |
Sets routing behavior.
[in] | value | an enum value controlling the different modes |
Definition at line 716 of file MSBaseVehicle.h.
References myRoutingMode.
Referenced by LIBSUMO_NAMESPACE::Vehicle::setRoutingMode().
|
protected |
routing mode (see TraCIConstants.h)
Definition at line 725 of file MSBaseVehicle.h.
Referenced by getRoutingMode(), and setRoutingMode().