Eclipse SUMO - Simulation of Urban MObility
MSPhaseDefinition.h File Reference
#include <config.h>
#include <bitset>
#include <string>
#include <vector>
#include <utils/common/MsgHandler.h>
#include <utils/common/SUMOTime.h>
#include <utils/options/OptionsCont.h>
#include <utils/xml/SUMOXMLDefinitions.h>
Include dependency graph for MSPhaseDefinition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MSPhaseDefinition
 The definition of a single phase of a tls logic. More...
 

Macros

#define COMMIT_BIT   2
 
#define TARGET_BIT   0
 
#define TRANSIENT_NOTDECISIONAL_BIT   1
 
#define UNDEFINED_BIT   3
 

Detailed Description

Author
Daniel Krajzewicz
Julia Ringel
Jakob Erdmann
Sascha Krieg
Michael Behrisch
Date
Jan 2004

Definition in file MSPhaseDefinition.h.

Macro Definition Documentation

◆ COMMIT_BIT

#define COMMIT_BIT   2

Definition at line 29 of file MSPhaseDefinition.h.

◆ TARGET_BIT

#define TARGET_BIT   0

Definition at line 27 of file MSPhaseDefinition.h.

◆ TRANSIENT_NOTDECISIONAL_BIT

#define TRANSIENT_NOTDECISIONAL_BIT   1

Definition at line 28 of file MSPhaseDefinition.h.

◆ UNDEFINED_BIT

#define UNDEFINED_BIT   3

Definition at line 30 of file MSPhaseDefinition.h.