Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <utils/common/WrappingCommand.h>
#include <microsim/trigger/MSStoppingPlaceRerouter.h>
#include "MSVehicleDevice.h"
Go to the source code of this file.
Data Structures | |
class | MSDevice_StationFinder |
A device which triggers rerouting to nearby charging stations. More... | |
Macros | |
#define | DEFAULT_AVG_WAITING_TIME 900. |
#define | DEFAULT_CHARGINGSTATION_VIEW_DIST 10 |
#define | DEFAULT_CONSUMPTION_ESTIMATE_HISTORY 10 |
#define | DEFAULT_ENERGY_PER_DISTANCE 200 |
#define | DEFAULT_SOC_INTERVAL 0.1 |
Definition in file MSDevice_StationFinder.h.
#define DEFAULT_AVG_WAITING_TIME 900. |
Definition at line 31 of file MSDevice_StationFinder.h.
#define DEFAULT_CHARGINGSTATION_VIEW_DIST 10 |
Definition at line 32 of file MSDevice_StationFinder.h.
#define DEFAULT_CONSUMPTION_ESTIMATE_HISTORY 10 |
Definition at line 33 of file MSDevice_StationFinder.h.
#define DEFAULT_ENERGY_PER_DISTANCE 200 |
Definition at line 30 of file MSDevice_StationFinder.h.
#define DEFAULT_SOC_INTERVAL 0.1 |
Definition at line 29 of file MSDevice_StationFinder.h.