Eclipse SUMO - Simulation of Urban MObility
MSDevice_StationFinder.h File Reference
#include <config.h>
#include <utils/common/WrappingCommand.h>
#include "MSVehicleDevice.h"
Include dependency graph for MSDevice_StationFinder.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Author
Michael Behrisch
Mirko Barthauer
Date
2023-05-24

Definition in file MSDevice_StationFinder.h.

Macro Definition Documentation

◆ DEFAULT_AVG_WAITING_TIME

#define DEFAULT_AVG_WAITING_TIME   900

Definition at line 30 of file MSDevice_StationFinder.h.

◆ DEFAULT_CHARGINGSTATION_VIEW_DIST

#define DEFAULT_CHARGINGSTATION_VIEW_DIST   10

Definition at line 31 of file MSDevice_StationFinder.h.

◆ DEFAULT_CONSUMPTION_ESTIMATE_HISTORY

#define DEFAULT_CONSUMPTION_ESTIMATE_HISTORY   10

Definition at line 32 of file MSDevice_StationFinder.h.

◆ DEFAULT_ENERGY_PER_DISTANCE

#define DEFAULT_ENERGY_PER_DISTANCE   200

Definition at line 29 of file MSDevice_StationFinder.h.

◆ DEFAULT_SOC_INTERVAL

#define DEFAULT_SOC_INTERVAL   0.1

Definition at line 28 of file MSDevice_StationFinder.h.