![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <vector>
#include <memory>
#include <libsumo/Subscription.h>
#include <microsim/MSNet.h>
#include <microsim/traffic_lights/MSTLLogicControl.h>
#include <utils/vehicle/SUMOVehicleParameter.h>
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::TransportableStateListener |
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 |
Definition in file Helper.h.
#define LANE_RTREE_QUAL RTree<MSLane*, MSLane, float, 2, LaneStoringVisitor> |
typedef std::map<const MSLane*, std::pair<double, double> > LaneCoverageInfo |