SUMO - Simulation of Urban MObility
|
Holds the information needed to move the vehicle over the network. More...
#include <MSVehicleTransfer.h>
Public Member Functions | |
VehicleInformation (MSVehicle *veh, SUMOTime proceedTime, bool parking) | |
Constructor. |
Data Fields | |
bool | myParking |
whether the vehicle is or was parking | |
SUMOTime | myProceedTime |
The time at which the vehicle should be moved virtually one edge further. | |
MSVehicle * | myVeh |
The vehicle itself. |
Holds the information needed to move the vehicle over the network.
Definition at line 133 of file MSVehicleTransfer.h.
|
inline |
Constructor.
[in] | veh | The teleported vehicle |
[in] | insertTime | The time the vehicle was inserted at |
[in] | proceedTime | The time at which the vehicle should be moved virtually one edge further |
Definition at line 146 of file MSVehicleTransfer.h.
bool MSVehicleTransfer::VehicleInformation::myParking |
whether the vehicle is or was parking
Definition at line 139 of file MSVehicleTransfer.h.
Referenced by MSVehicleTransfer::checkInsertions().
SUMOTime MSVehicleTransfer::VehicleInformation::myProceedTime |
The time at which the vehicle should be moved virtually one edge further.
Definition at line 137 of file MSVehicleTransfer.h.
Referenced by MSVehicleTransfer::checkInsertions().
MSVehicle* MSVehicleTransfer::VehicleInformation::myVeh |
The vehicle itself.
Definition at line 135 of file MSVehicleTransfer.h.
Referenced by MSVehicleTransfer::checkInsertions().