Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <limits>
#include <string>
#include <sstream>
#include <iomanip>
#include <foreign/tcpip/socket.h>
#include <libsumo/TraCIConstants.h>
#include <libsumo/TraCIDefs.h>
Go to the source code of this file.
Data Structures | |
class | TraCIAPI |
C++ TraCI client API implementation. 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... | |
class | TraCIAPI::JunctionScope |
Scope for interaction with junctions. More... | |
class | TraCIAPI::LaneAreaScope |
Scope for interaction with lane area detectors. More... | |
class | TraCIAPI::LaneScope |
Scope for interaction with lanes. More... | |
class | TraCIAPI::MeMeScope |
Scope for interaction with multi entry/-exit detectors. More... | |
class | TraCIAPI::PersonScope |
Scope for interaction with vehicles. More... | |
class | TraCIAPI::POIScope |
Scope for interaction with POIs. More... | |
class | TraCIAPI::PolygonScope |
Scope for interaction with polygons. More... | |
class | TraCIAPI::RerouterScope |
Scope for interaction with rerouters. More... | |
class | TraCIAPI::RouteProbeScope |
Scope for interaction with route probes. More... | |
class | TraCIAPI::RouteScope |
Scope for interaction with routes. More... | |
class | TraCIAPI::SimulationScope |
Scope for interaction with the simulation. 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" |
#define | PRECISION 2 |
Definition in file TraCIAPI.h.
#define DEFAULT_VIEW "View #0" |
Definition at line 36 of file TraCIAPI.h.
#define PRECISION 2 |
Definition at line 37 of file TraCIAPI.h.