Documentation of UrbanFireXDT
Documentation of UrbanFireXDT
Loading...
Searching...
No Matches
Classes | Enumerations
vehicles.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WeeklyVehicleTour
 
struct  SingleVehicleTour
 

Enumerations

enum struct  EVState { ConnectedAtHome , DisconnectedAtHome , Driving , ChargingOnTheWay }
 
enum struct  EVStateIfConnAtHome { ChargingRequired , ChargingPossible , DischargingPossible , BothPossible }
 

Enumeration Type Documentation

◆ EVState

enum struct EVState
strong

This struct represents the state of the EV, that is modeled as a finite-state machine.

Enumerator
ConnectedAtHome 
DisconnectedAtHome 
Driving 
ChargingOnTheWay 

◆ EVStateIfConnAtHome

enum struct EVStateIfConnAtHome
strong

This struct represents the state of the EV if it is connectet to the CS at home, that is modeled as a finite-state machine.

Enumerator
ChargingRequired 
ChargingPossible 
DischargingPossible 
BothPossible