SUMO - Simulation of Urban MObility
TraCIDefs.h File Reference
#include <config.h>
#include <vector>
#include <map>
#include <string>
#include <stdexcept>
Include dependency graph for TraCIDefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  libsumo::TraCIBestLanesData
 
struct  libsumo::TraCIBoundary
 A 3D-bounding box. More...
 
struct  libsumo::TraCIColor
 A color. More...
 
class  libsumo::TraCIConnection
 
class  libsumo::TraCIException
 
class  libsumo::TraCILink
 
class  libsumo::TraCILogic
 
struct  libsumo::TraCINextTLSData
 
class  libsumo::TraCIPhase
 
struct  libsumo::TraCIPosition
 A 3D-position. More...
 
class  libsumo::TraCIStage
 
struct  libsumo::TraCIValue
 
struct  libsumo::TraCIVehicleData
 mirrors MSInductLoop::VehicleData More...
 

Namespaces

 libsumo
 

Macros

#define DEFAULT_VIEW   "View #0"
 
#define PRECISION   2
 
#define SUMOTime_MAX   std::numeric_limits<SUMOTime>::max()
 

Typedefs

typedef long long int SUMOTime
 
Structures definitions
typedef std::vector< TraCIPosition > libsumo::TraCIPositionVector
 

Detailed Description

Author
Daniel Krajzewicz
Mario Krumnow
Michael Behrisch
Robert Hilbrich
Date
30.05.2012
Version
$Id$

Definition in file TraCIDefs.h.

Macro Definition Documentation

◆ DEFAULT_VIEW

#define DEFAULT_VIEW   "View #0"

Definition at line 44 of file TraCIDefs.h.

◆ PRECISION

#define PRECISION   2

Definition at line 45 of file TraCIDefs.h.

◆ SUMOTime_MAX

Typedef Documentation

◆ SUMOTime

typedef long long int SUMOTime

Definition at line 51 of file TraCIDefs.h.