SUMO - Simulation of Urban MObility
MSVehicleTransfer::VehicleInformation Struct Reference

Holds the information needed to move the vehicle over the network. More...

#include <MSVehicleTransfer.h>

Collaboration diagram for MSVehicleTransfer::VehicleInformation:
Collaboration graph

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...
 
MSVehiclemyVeh
 The vehicle itself. More...
 

Detailed Description

Holds the information needed to move the vehicle over the network.

Definition at line 133 of file MSVehicleTransfer.h.

Constructor & Destructor Documentation

MSVehicleTransfer::VehicleInformation::VehicleInformation ( MSVehicle veh,
SUMOTime  proceedTime,
bool  parking 
)
inline

Constructor.

Parameters
[in]vehThe teleported vehicle
[in]insertTimeThe time the vehicle was inserted at
[in]proceedTimeThe time at which the vehicle should be moved virtually one edge further

Definition at line 146 of file MSVehicleTransfer.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: