Eclipse SUMO - Simulation of Urban MObility
|
#include <MSDriveWay.h>
Public Member Functions | |
VehicleEvent (SUMOTime _time, bool _isEntry, const std::string &_id, Notification _reason) | |
Data Fields | |
std::string | id |
bool | isEntry |
Notification | reason |
SUMOTime | time |
Definition at line 47 of file MSDriveWay.h.
|
inline |
Definition at line 48 of file MSDriveWay.h.
std::string MSDriveWay::VehicleEvent::id |
Definition at line 52 of file MSDriveWay.h.
bool MSDriveWay::VehicleEvent::isEntry |
Definition at line 51 of file MSDriveWay.h.
Notification MSDriveWay::VehicleEvent::reason |
Definition at line 53 of file MSDriveWay.h.
SUMOTime MSDriveWay::VehicleEvent::time |
Definition at line 50 of file MSDriveWay.h.