SUMO - Simulation of Urban MObility
libsumo::TraCIPhase Class Reference

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCIPhase:
Collaboration graph

Public Member Functions

 TraCIPhase ()
 
 TraCIPhase (const double _duration, const std::string &_state, const double _minDur=INVALID_DOUBLE_VALUE, const double _maxDur=INVALID_DOUBLE_VALUE, const int _next=-1)
 
 ~TraCIPhase ()
 

Data Fields

double duration
 
double maxDur
 
double minDur
 
int next
 
std::string state
 

Detailed Description

Definition at line 203 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCIPhase() [1/2]

libsumo::TraCIPhase::TraCIPhase ( )
inline

Definition at line 205 of file TraCIDefs.h.

◆ TraCIPhase() [2/2]

libsumo::TraCIPhase::TraCIPhase ( const double  _duration,
const std::string &  _state,
const double  _minDur = INVALID_DOUBLE_VALUE,
const double  _maxDur = INVALID_DOUBLE_VALUE,
const int  _next = -1 
)
inline

Definition at line 206 of file TraCIDefs.h.

◆ ~TraCIPhase()

libsumo::TraCIPhase::~TraCIPhase ( )
inline

Definition at line 208 of file TraCIDefs.h.

Field Documentation

◆ duration

◆ maxDur

◆ minDur

◆ next

◆ state


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