|
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. More... | |
Data Fields | |
| bool | myParking |
| whether the vehicle is or was parking More... | |
| SUMOTime | myProceedTime |
| The time at which the vehicle should be moved virtually one edge further. More... | |
| MSVehicle * | myVeh |
| The vehicle itself. More... | |
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().