SUMO - Simulation of Urban MObility
|
#include <config.h>
#include "TraCIConstants.h"
#include <foreign/tcpip/socket.h>
#include <foreign/tcpip/storage.h>
#include <utils/common/SUMOTime.h>
#include <utils/common/ToString.h>
#include <utils/geom/Boundary.h>
#include <utils/geom/Position.h>
#include <utils/geom/GeomHelper.h>
#include <utils/shapes/Polygon.h>
#include <utils/shapes/PointOfInterest.h>
#include <utils/options/OptionsCont.h>
#include <microsim/MSVehicle.h>
#include <microsim/MSNet.h>
#include <microsim/traffic_lights/MSTrafficLightLogic.h>
#include "TraCIException.h"
#include "TraCIRTree.h"
#include <map>
#include <string>
#include <set>
Go to the source code of this file.
Data Structures | |
class | traci::TraCIServer |
TraCI server used to control sumo by a remote TraCI client. More... | |
class | traci::TraCIServer::Subscription |
Representation of a subscription. More... | |
Namespaces | |
namespace | traci |
Macros | |
#define | BUILD_TCPIP |
TraCI server used to control sumo by a remote TraCI client
Definition in file TraCIServer.h.
#define BUILD_TCPIP |
Definition at line 44 of file TraCIServer.h.