SUMO - Simulation of Urban MObility
|
A definition of junction initialisation. More...
#include <NLJunctionControlBuilder.h>
Data Fields | |
MSTrafficLightLogic * | logic |
The logic to initialise. More... | |
std::map< std::string, std::string > | params |
The loaded logic's parameter. More... | |
A definition of junction initialisation.
Definition at line 374 of file NLJunctionControlBuilder.h.
MSTrafficLightLogic* NLJunctionControlBuilder::TLInitInfo::logic |
The logic to initialise.
Definition at line 376 of file NLJunctionControlBuilder.h.
Referenced by NLJunctionControlBuilder::closeTrafficLightLogic().
std::map<std::string, std::string> NLJunctionControlBuilder::TLInitInfo::params |
The loaded logic's parameter.
Definition at line 378 of file NLJunctionControlBuilder.h.
Referenced by NLJunctionControlBuilder::closeTrafficLightLogic().