Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
MSDriveWay::VehicleEvent Struct Reference

#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

Detailed Description

Definition at line 47 of file MSDriveWay.h.

Constructor & Destructor Documentation

◆ VehicleEvent()

MSDriveWay::VehicleEvent::VehicleEvent ( SUMOTime _time,
bool _isEntry,
const std::string & _id,
Notification _reason )
inline

Definition at line 48 of file MSDriveWay.h.

References id, isEntry, reason, and time.

Field Documentation

◆ id

std::string MSDriveWay::VehicleEvent::id

Definition at line 52 of file MSDriveWay.h.

Referenced by VehicleEvent().

◆ isEntry

bool MSDriveWay::VehicleEvent::isEntry

Definition at line 51 of file MSDriveWay.h.

Referenced by VehicleEvent().

◆ reason

Notification MSDriveWay::VehicleEvent::reason

Definition at line 53 of file MSDriveWay.h.

Referenced by VehicleEvent().

◆ time

SUMOTime MSDriveWay::VehicleEvent::time

Definition at line 50 of file MSDriveWay.h.

Referenced by VehicleEvent().


The documentation for this struct was generated from the following file: