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  TraCIBoundary
 A 3D-bounding box. More...
 
struct  TraCIColor
 
class  TraCIConnection
 
class  TraCIException
 
class  TraCILink
 
class  TraCILogic
 
class  TraCIPhase
 
struct  TraCIPosition
 A 3D-position. More...
 
struct  TraCIValue
 
class  TraCIVehicleData
 

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< TraCIPositionTraCIPositionVector
 

Detailed Description

Author
Daniel Krajzewicz
Mario Krumnow
Michael Behrisch
Robert Hilbrich
Date
30.05.2012
Version
Id
TraCIDefs.h 24108 2017-04-27 18:43:30Z behrisch

Definition in file TraCIDefs.h.

Macro Definition Documentation

◆ DEFAULT_VIEW

#define DEFAULT_VIEW   "View #0"

Definition at line 45 of file TraCIDefs.h.

◆ PRECISION

#define PRECISION   2

Definition at line 46 of file TraCIDefs.h.

◆ SUMOTime_MAX

Typedef Documentation

◆ SUMOTime

typedef long long int SUMOTime

Definition at line 52 of file TraCIDefs.h.

◆ TraCIPositionVector

typedef std::vector<TraCIPosition> TraCIPositionVector

Definition at line 85 of file TraCIDefs.h.