SUMO - Simulation of Urban MObility
TraCIAPI.h File Reference
#include <config.h>
#include <vector>
#include <string>
#include <foreign/tcpip/socket.h>
#include <utils/common/SUMOTime.h>
Include dependency graph for TraCIAPI.h:
This graph shows which files directly or indirectly include this file:

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"
 

Detailed Description

Author
Daniel Krajzewicz
Mario Krumnow
Jakob Erdmann
Michael Behrisch
Date
30.05.2012
Version
Id
TraCIAPI.cpp 20433 2016-04-13 08:00:14Z behrisch
Author
Daniel Krajzewicz
Mario Krumnow
Michael Behrisch
Date
30.05.2012
Version
Id
TraCIAPI.h 20482 2016-04-18 20:49:42Z behrisch

Definition in file TraCIAPI.h.

Macro Definition Documentation

#define DEFAULT_VIEW   "View #0"

Definition at line 44 of file TraCIAPI.h.

Referenced by TraCIAPI::GUIScope::~GUIScope().