![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <string>
#include <foreign/tcpip/socket.h>
#include <utils/common/SUMOTime.h>
Go to the source code of this file.
Data Structures | |
class | TraCIAPI |
C++ TraCI client API implementation. More... | |
class | TraCIAPI::AreaScope |
Scope for interaction with areal detectors. More... | |
class | TraCIAPI::EdgeScope |
Scope for interaction with edges. More... | |
class | TraCIAPI::GUIScope |
Scope for interaction with the gui. More... | |
class | TraCIAPI::InductionLoopScope |
Scope for interaction with inductive loops. More... | |
struct | TraCIAPI::InductionLoopScope::VehicleData |
class | TraCIAPI::JunctionScope |
Scope for interaction with junctions. More... | |
class | TraCIAPI::LaneScope |
Scope for interaction with lanes. More... | |
class | TraCIAPI::MeMeScope |
Scope for interaction with multi entry/-exit detectors. More... | |
class | TraCIAPI::POIScope |
Scope for interaction with POIs. More... | |
class | TraCIAPI::PolygonScope |
Scope for interaction with polygons. More... | |
class | TraCIAPI::RouteScope |
Scope for interaction with routes. More... | |
class | TraCIAPI::SimulationScope |
Scope for interaction with the simulation. More... | |
struct | TraCIAPI::TraCIBoundary |
A 3D-bounding box. More... | |
struct | TraCIAPI::TraCIColor |
class | TraCIAPI::TraCILink |
class | TraCIAPI::TraCILogic |
class | TraCIAPI::TraCIPhase |
struct | TraCIAPI::TraCIPosition |
A 3D-position. More... | |
class | TraCIAPI::TraCIScopeWrapper |
An abstract interface for accessing type-dependent values. More... | |
class | TraCIAPI::TrafficLightScope |
Scope for interaction with traffic lights. More... | |
class | TraCIAPI::VehicleScope |
Scope for interaction with vehicles. More... | |
class | TraCIAPI::VehicleTypeScope |
Scope for interaction with vehicle types. More... | |
Macros | |
#define | DEFAULT_VIEW "View #0" |
Definition in file TraCIAPI.h.
#define DEFAULT_VIEW "View #0" |
Definition at line 44 of file TraCIAPI.h.
Referenced by TraCIAPI::GUIScope::~GUIScope().