Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <iostream>
#include <queue>
#include <vector>
#include "MSEdgeControl.h"
#include "MSVehicleControl.h"
#include "MSGlobals.h"
#include "MSEdge.h"
#include "MSLane.h"
#include "MSVehicle.h"
Go to the source code of this file.
Macros | |
#define | PARALLEL_EXEC_MOVE |
#define | PARALLEL_PLAN_MOVE |
Definition in file MSEdgeControl.cpp.
#define PARALLEL_EXEC_MOVE |
Definition at line 36 of file MSEdgeControl.cpp.
#define PARALLEL_PLAN_MOVE |
Definition at line 35 of file MSEdgeControl.cpp.