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

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCILogic:
Collaboration graph

Public Member Functions

 TraCILogic ()
 
 TraCILogic (const std::string &_subID, int _type, int _currentPhaseIndex)
 
 ~TraCILogic ()
 

Data Fields

int currentPhaseIndex
 
std::vector< TraCIPhasephases
 
std::string subID
 
std::map< std::string, std::string > subParameter
 
int type
 

Detailed Description

Definition at line 118 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCILogic() [1/2]

libsumo::TraCILogic::TraCILogic ( )
inline

Definition at line 120 of file TraCIDefs.h.

◆ TraCILogic() [2/2]

libsumo::TraCILogic::TraCILogic ( const std::string &  _subID,
int  _type,
int  _currentPhaseIndex 
)
inline

Definition at line 121 of file TraCIDefs.h.

◆ ~TraCILogic()

libsumo::TraCILogic::~TraCILogic ( )
inline

Definition at line 123 of file TraCIDefs.h.

Field Documentation

◆ currentPhaseIndex

◆ phases

◆ subID

◆ subParameter

std::map<std::string, std::string> libsumo::TraCILogic::subParameter

◆ type

int libsumo::TraCILogic::type

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