MSVehicleTransfer::VehicleInformation Struct Reference

#include <MSVehicleTransfer.h>


Detailed Description

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

Definition at line 116 of file MSVehicleTransfer.h.


Public Member Functions

 VehicleInformation (MSVehicle *veh, SUMOTime insertTime) throw ()
 Constructor.

Data Fields

SUMOTime myInsertTime
 The time the vehicle was inserted at.
SUMOTime myProceedTime
 The time the vehicle should be moved virtually one lane further.
MSVehiclemyVeh
 The vehicle itself.

Constructor & Destructor Documentation

MSVehicleTransfer::VehicleInformation::VehicleInformation ( MSVehicle veh,
SUMOTime  insertTime 
) throw () [inline]

Constructor.

Parameters:
[in] veh The teleported vehicle
[in] insertTime The time the vehicle was inserted at

Definition at line 128 of file MSVehicleTransfer.h.

00129                 : myVeh(veh), myInsertTime(insertTime), myProceedTime(insertTime) { }


Field Documentation

The time the vehicle was inserted at.

Definition at line 120 of file MSVehicleTransfer.h.

The time the vehicle should be moved virtually one lane further.

Definition at line 122 of file MSVehicleTransfer.h.

Referenced by MSVehicleTransfer::checkEmissions().

The vehicle itself.

Definition at line 118 of file MSVehicleTransfer.h.

Referenced by MSVehicleTransfer::checkEmissions().


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

Generated on Wed May 5 00:06:50 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6