SUMO - Simulation of Urban MObility
TraCILogic Class Reference

#include <TraCIDefs.h>

Collaboration diagram for TraCILogic:
Collaboration graph

Public Member Functions

 TraCILogic (const std::string &_subID, int _type, const std::map< std::string, double > &_subParameter, int _currentPhaseIndex, const std::vector< TraCIPhase > &_phases)
 
 ~TraCILogic ()
 

Data Fields

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

Detailed Description

Definition at line 116 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCILogic()

TraCILogic::TraCILogic ( const std::string &  _subID,
int  _type,
const std::map< std::string, double > &  _subParameter,
int  _currentPhaseIndex,
const std::vector< TraCIPhase > &  _phases 
)
inline

Definition at line 118 of file TraCIDefs.h.

◆ ~TraCILogic()

TraCILogic::~TraCILogic ( )
inline

Definition at line 120 of file TraCIDefs.h.

Field Documentation

◆ currentPhaseIndex

int TraCILogic::currentPhaseIndex

◆ phases

std::vector<TraCIPhase> TraCILogic::phases

◆ subID

std::string TraCILogic::subID

◆ subParameter

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

Definition at line 124 of file TraCIDefs.h.

◆ type

int TraCILogic::type

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