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

#include <TraCIAPI.h>

Collaboration diagram for TraCIAPI::TraCILogic:
Collaboration graph

Public Member Functions

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

Data Fields

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

Detailed Description

Definition at line 115 of file TraCIAPI.h.

Constructor & Destructor Documentation

§ TraCILogic()

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

Definition at line 117 of file TraCIAPI.h.

§ ~TraCILogic()

TraCIAPI::TraCILogic::~TraCILogic ( )
inline

Definition at line 119 of file TraCIAPI.h.

Field Documentation

§ currentPhaseIndex

int TraCIAPI::TraCILogic::currentPhaseIndex

§ phases

std::vector<TraCIPhase> TraCIAPI::TraCILogic::phases

§ subID

std::string TraCIAPI::TraCILogic::subID

§ subParameter

std::map<std::string, SUMOReal> TraCIAPI::TraCILogic::subParameter

Definition at line 123 of file TraCIAPI.h.

§ type

int TraCIAPI::TraCILogic::type

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