SUMO - Simulation of Urban MObility
|
#include <NIVissimVehicleClass.h>
Public Member Functions | |
int | getSpeed () const |
NIVissimVehicleClass (int type, SUMOReal percentage, int vwish) | |
~NIVissimVehicleClass () | |
Private Attributes | |
SUMOReal | myPercentage |
int | myType |
int | myVWish |
Definition at line 40 of file NIVissimVehicleClass.h.
NIVissimVehicleClass::NIVissimVehicleClass | ( | int | type, |
SUMOReal | percentage, | ||
int | vwish | ||
) |
Definition at line 38 of file NIVissimVehicleClass.cpp.
Definition at line 44 of file NIVissimVehicleClass.cpp.
int NIVissimVehicleClass::getSpeed | ( | ) | const |
Definition at line 48 of file NIVissimVehicleClass.cpp.
References myVWish.
SUMOReal NIVissimVehicleClass::myPercentage [private] |
Definition at line 47 of file NIVissimVehicleClass.h.
int NIVissimVehicleClass::myType [private] |
Definition at line 46 of file NIVissimVehicleClass.h.
int NIVissimVehicleClass::myVWish [private] |
Definition at line 48 of file NIVissimVehicleClass.h.
Referenced by getSpeed().