#include <NIVissimVehicleClass.h>
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 |
| 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 | ( | ) |
| int NIVissimVehicleClass::getSpeed | ( | ) | const |
Definition at line 47 of file NIVissimVehicleClass.cpp.
References myVWish.
00047 { 00048 return myVWish; 00049 }
SUMOReal NIVissimVehicleClass::myPercentage [private] |
Definition at line 46 of file NIVissimVehicleClass.h.
int NIVissimVehicleClass::myType [private] |
Definition at line 45 of file NIVissimVehicleClass.h.
int NIVissimVehicleClass::myVWish [private] |
1.5.6