![]() |
Documentation of UrbanFireXDT
Documentation of UrbanFireXDT
|
#include <vehicles.h>
Public Member Functions | |
| SingleVehicleTour (unsigned long ts_start, unsigned long ts_arrival, double econs, struct WeeklyVehicleTour *weekly_tour) | |
Public Attributes | |
| unsigned long | ts_start |
| Time step, when tour starts. | |
| unsigned long | ts_arrival |
| Time step, when tour ends (i.e., arrival of the car at the beginning of the time step) | |
| double | energy_consumption_kWh |
| Energy consumption for this trip. | |
| struct WeeklyVehicleTour * | weekly_tour |
| Reference to the corresponding weekly tour. | |
Representation of one individual tour that happens only once in a simulation span.
|
inline |
| double SingleVehicleTour::energy_consumption_kWh |
Energy consumption for this trip.
| unsigned long SingleVehicleTour::ts_arrival |
Time step, when tour ends (i.e., arrival of the car at the beginning of the time step)
| unsigned long SingleVehicleTour::ts_start |
Time step, when tour starts.
| struct WeeklyVehicleTour* SingleVehicleTour::weekly_tour |
Reference to the corresponding weekly tour.