Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
MELoop::LeaderEvent Struct Reference
Collaboration diagram for MELoop::LeaderEvent:
[legend]

Public Member Functions

 LeaderEvent (MEVehicle *v)
 
bool operator< (const LeaderEvent &b) const
 
bool operator== (const LeaderEvent &b) const
 

Data Fields

long long int eventIndex
 
long long int nid
 
SUMOTime time
 
MEVehicleveh
 

Static Public Attributes

static long long int myEventCounter
 

Detailed Description

Definition at line 140 of file MELoop.h.

Constructor & Destructor Documentation

◆ LeaderEvent()

MELoop::LeaderEvent::LeaderEvent ( MEVehicle v)

Definition at line 371 of file MELoop.cpp.

Member Function Documentation

◆ operator<()

bool MELoop::LeaderEvent::operator< ( const LeaderEvent b) const
inline

Definition at line 150 of file MELoop.h.

References eventIndex, and time.

◆ operator==()

bool MELoop::LeaderEvent::operator== ( const LeaderEvent b) const
inline

Definition at line 157 of file MELoop.h.

References nid, and time.

Field Documentation

◆ eventIndex

long long int MELoop::LeaderEvent::eventIndex

Definition at line 145 of file MELoop.h.

Referenced by operator<().

◆ myEventCounter

long long int MELoop::LeaderEvent::myEventCounter
static

Definition at line 161 of file MELoop.h.

◆ nid

long long int MELoop::LeaderEvent::nid

Definition at line 147 of file MELoop.h.

Referenced by operator==().

◆ time

SUMOTime MELoop::LeaderEvent::time

Definition at line 143 of file MELoop.h.

Referenced by operator<(), operator==(), and MELoop::simulate().

◆ veh

MEVehicle* MELoop::LeaderEvent::veh

Definition at line 148 of file MELoop.h.

Referenced by MELoop::simulate().


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