NIVissimVehicleClass Class Reference

#include <NIVissimVehicleClass.h>


Detailed Description

Definition at line 39 of file NIVissimVehicleClass.h.


Public Member Functions

int getSpeed () const
 NIVissimVehicleClass (int type, SUMOReal percentage, int vwish)
 ~NIVissimVehicleClass ()

Private Attributes

SUMOReal myPercentage
int myType
int myVWish

Constructor & Destructor Documentation

NIVissimVehicleClass::NIVissimVehicleClass ( int  type,
SUMOReal  percentage,
int  vwish 
)

Definition at line 37 of file NIVissimVehicleClass.cpp.

00040         : myType(type), myPercentage(percentage), myVWish(vwish) {}

NIVissimVehicleClass::~NIVissimVehicleClass (  ) 

Definition at line 43 of file NIVissimVehicleClass.cpp.

00043 {}


Member Function Documentation

int NIVissimVehicleClass::getSpeed (  )  const

Definition at line 47 of file NIVissimVehicleClass.cpp.

References myVWish.

00047                                      {
00048     return myVWish;
00049 }


Field Documentation

Definition at line 46 of file NIVissimVehicleClass.h.

Definition at line 45 of file NIVissimVehicleClass.h.

Definition at line 47 of file NIVissimVehicleClass.h.

Referenced by getSpeed().


The documentation for this class was generated from the following files:

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