traci | index /home/delphi/gcc/sumo/tools/traci/__init__.py |
# -*- coding: utf-8 -*-
# Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
# Copyright (C) 2008-2020 German Aerospace Center (DLR) and others.
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0/
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the Eclipse
# Public License 2.0 are satisfied: GNU General Public License, version 2
# or later which is available at
# https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
Data | ||
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384) busstop = <traci._busstop.BusStopDomain instance> calibrator = <traci._calibrator.CalibratorDomain instance> chargingstation = <traci._chargingstation.ChargingStationDomain instance> edge = <traci._edge.EdgeDomain instance> gui = <traci._gui.GuiDomain instance> inductionloop = <traci._inductionloop.InductionLoopDomain instance> junction = <traci._junction.JunctionDomain instance> lane = <traci._lane.LaneDomain instance> lanearea = <traci._lanearea.LaneAreaDomain instance> meandata = <traci._meandata.MeanDataDomain instance> multientryexit = <traci._multientryexit.MultiEntryExitDomain instance> overheadwire = <traci._overheadwire.OverheadWireDomain instance> parkingarea = <traci._parkingarea.ParkingAreaDomain instance> person = <traci._person.PersonDomain instance> poi = <traci._poi.PoiDomain instance> polygon = <traci._polygon.PolygonDomain instance> print_function = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 65536) rerouter = <traci._rerouter.RerouterDomain instance> route = <traci._route.RouteDomain instance> routeprobe = <traci._routeprobe.RouteProbeDomain instance> simulation = <traci._simulation.SimulationDomain instance> trafficlight = <traci._trafficlight.TrafficLightDomain instance> variablespeedsign = <traci._variablespeedsign.VariableSpeedSignDomain instance> vehicle = <traci._vehicle.VehicleDomain instance> vehicletype = <traci._vehicletype.VehicleTypeDomain instance> |