SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSVehicleTransfer::VehicleInformation Struct Reference

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

Detailed Description

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

Definition at line 117 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 130 of file MSVehicleTransfer.h.

Field Documentation

bool MSVehicleTransfer::VehicleInformation::myParking

whether the vehicle is or was parking

Definition at line 123 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 121 of file MSVehicleTransfer.h.

Referenced by MSVehicleTransfer::checkInsertions().

MSVehicle* MSVehicleTransfer::VehicleInformation::myVeh

The vehicle itself.

Definition at line 119 of file MSVehicleTransfer.h.

Referenced by MSVehicleTransfer::checkInsertions().


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