SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <bitset>
#include <vector>
#include <cassert>
#include "MSJunctionLogic.h"
#include "MSLogicJunction.h"
Go to the source code of this file.
Data Structures | |
class | MSBitSetLogic< N > |
Typedefs | |
typedef MSBitSetLogic< 64 > | MSBitsetLogic |
Definition in file MSBitSetLogic.h.
typedef MSBitSetLogic< 64 > MSBitsetLogic |
To make things easier we use a fixed size. 64 will be sufficient even for pathological junctions. If it will consume to much space, reduce it to 32. So, here comes the type which should be used by the netbuilder.
Definition at line 128 of file MSBitSetLogic.h.