![]() |
SUMO - Simulation of Urban MObility
|
#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>
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 |
#define COMMIT_BIT 2 |
Definition at line 28 of file MSPhaseDefinition.h.
Referenced by MSPhaseDefinition::isCommit(), and MSPhaseDefinition::MSPhaseDefinition().
#define TARGET_BIT 0 |
Definition at line 26 of file MSPhaseDefinition.h.
Referenced by MSPhaseDefinition::isTarget(), and MSPhaseDefinition::MSPhaseDefinition().
#define TRANSIENT_NOTDECISIONAL_BIT 1 |
Definition at line 27 of file MSPhaseDefinition.h.
Referenced by MSPhaseDefinition::isDecisional(), MSPhaseDefinition::isTransient(), and MSPhaseDefinition::MSPhaseDefinition().
#define UNDEFINED_BIT 3 |
Definition at line 29 of file MSPhaseDefinition.h.
Referenced by MSPhaseDefinition::isUndefined(), and MSPhaseDefinition::MSPhaseDefinition().