Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <string>
#include <bitset>
#include <utility>
#include <set>
#include <utils/common/StdDefs.h>
#include <utils/common/Named.h>
#include <utils/common/VectorHelper.h>
#include <utils/common/SUMOTime.h>
#include <utils/common/UtilExceptions.h>
#include <utils/common/Parameterised.h>
#include "NBCont.h"
#include "NBConnection.h"
#include "NBConnectionDefs.h"
#include "NBLinkPossibilityMatrix.h"
Go to the source code of this file.
Data Structures | |
class | NBTrafficLightDefinition |
The base class for traffic light logic definitions. More... | |
struct | NBTrafficLightDefinition::StreamPair |
data structure for caching needsCont information More... | |
Definition in file NBTrafficLightDefinition.h.