Eclipse SUMO - Simulation of Urban MObility
Helper.h File Reference
#include <config.h>
#include <vector>
#include <memory>
#include <libsumo/Subscription.h>
#include <microsim/MSNet.h>
Include dependency graph for Helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  LaneStoringVisitor
 
class  libsumo::Helper
 C++ TraCI client API implementation. More...
 
class  libsumo::Helper::LaneUtility
 
class  libsumo::Helper::SubscriptionWrapper
 
class  libsumo::Helper::VehicleStateListener
 

Namespaces

 libsumo
 

Macros

#define LANE_RTREE_QUAL   RTree<MSLane*, MSLane, float, 2, LaneStoringVisitor>
 

Typedefs

typedef std::map< const MSLane *, std::pair< double, double > > LaneCoverageInfo
 

Detailed Description

Author
Robert Hilbrich
Leonhard Luecken
Date
15.09.2017
Version
$Id$

Definition in file Helper.h.

Macro Definition Documentation

◆ LANE_RTREE_QUAL

#define LANE_RTREE_QUAL   RTree<MSLane*, MSLane, float, 2, LaneStoringVisitor>

Typedef Documentation

◆ LaneCoverageInfo

typedef std::map<const MSLane*, std::pair<double, double> > LaneCoverageInfo

Definition at line 41 of file Helper.h.