Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <bitset>
#include <vector>
#include "MSJunctionLogic.h"
#include "MSLogicJunction.h"
Go to the source code of this file.
Data Structures | |
class | MSBitSetLogic< N > |
Typedefs | |
typedef MSBitSetLogic< SUMO_MAX_CONNECTIONS > | MSBitsetLogic |
Definition in file MSBitSetLogic.h.
To make things easier we use a fixed size. SUMO_MAX_CONNECTIONS will hopefully be sufficient even for large asian junctions. So, here comes the type which should be used by the netbuilder.
Definition at line 108 of file MSBitSetLogic.h.