Eclipse SUMO - Simulation of Urban MObility
MSBitSetLogic.h File Reference
#include <config.h>
#include <bitset>
#include <vector>
#include "MSJunctionLogic.h"
#include "MSLogicJunction.h"
Include dependency graph for MSBitSetLogic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MSBitSetLogic< N >
 

Typedefs

typedef MSBitSetLogic< SUMO_MAX_CONNECTIONSMSBitsetLogic
 

Detailed Description

Author
Christian Roessel
Daniel Krajzewicz
Sascha Krieg
Michael Behrisch
Date
Wed, 12 Dez 2001

Definition in file MSBitSetLogic.h.

Typedef Documentation

◆ MSBitsetLogic

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.