Eclipse SUMO - Simulation of Urban MObility
|
#include <NIVissimVehicleClass.h>
Public Member Functions | |
int | getSpeed () const |
NIVissimVehicleClass (int vwish) | |
~NIVissimVehicleClass () | |
Private Attributes | |
int | myVWish |
Definition at line 30 of file NIVissimVehicleClass.h.
NIVissimVehicleClass::NIVissimVehicleClass | ( | int | vwish | ) |
Definition at line 25 of file NIVissimVehicleClass.cpp.
NIVissimVehicleClass::~NIVissimVehicleClass | ( | ) |
Definition at line 29 of file NIVissimVehicleClass.cpp.
int NIVissimVehicleClass::getSpeed | ( | ) | const |
Definition at line 33 of file NIVissimVehicleClass.cpp.
References myVWish.
|
private |
Definition at line 36 of file NIVissimVehicleClass.h.
Referenced by getSpeed().