![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Data Structures | |
class | Calibrator |
class | Helper |
C++ TraCI client API implementation. More... | |
class | POI |
class | Polygon |
class | Subscription |
Representation of a subscription. More... | |
struct | TraCIBestLanesData |
struct | TraCIColor |
A color. More... | |
class | TraCIConnection |
struct | TraCIDouble |
class | TraCIException |
struct | TraCIInt |
struct | TraCILeaderDistance |
A leaderId and distance to leader. More... | |
class | TraCILink |
class | TraCILogic |
struct | TraCINextStopData |
struct | TraCINextStopDataVector |
A list of vehicle stops. More... | |
struct | TraCINextTLSData |
class | TraCIPhase |
struct | TraCIPosition |
A 3D-position. More... | |
class | TraCIReservation |
struct | TraCIResult |
struct | TraCIRoadPosition |
An edgeId, position and laneIndex. More... | |
class | TraCIStage |
struct | TraCIString |
struct | TraCIStringList |
struct | TraCIVehicleData |
mirrors MSInductLoop::VehicleData More... | |
class | VariableWrapper |
Typedefs | |
Structures definitions | |
typedef std::vector< TraCIPosition > | TraCIPositionVector |
typedef std::map< int, std::shared_ptr< TraCIResult > > | TraCIResults |
{variable->value} More... | |
typedef std::map< std::string, TraCIResults > | SubscriptionResults |
{object->{variable->value}} More... | |
typedef std::map< std::string, SubscriptionResults > | ContextSubscriptionResults |
Enumerations | |
enum | SubscriptionFilterType { SUBS_FILTER_NONE = 0 , SUBS_FILTER_LANES = 1 , SUBS_FILTER_NOOPPOSITE = 1 << 1 , SUBS_FILTER_DOWNSTREAM_DIST = 1 << 2 , SUBS_FILTER_UPSTREAM_DIST = 1 << 3 , SUBS_FILTER_LEAD_FOLLOW = 1 << 4 , SUBS_FILTER_TURN = 1 << 6 , SUBS_FILTER_VCLASS = 1 << 7 , SUBS_FILTER_VTYPE = 1 << 8 , SUBS_FILTER_FIELD_OF_VISION = 1 << 9 , SUBS_FILTER_LATERAL_DIST = 1 << 10 , SUBS_FILTER_NO_RTREE = SUBS_FILTER_LANES | SUBS_FILTER_DOWNSTREAM_DIST | SUBS_FILTER_UPSTREAM_DIST | SUBS_FILTER_LEAD_FOLLOW | SUBS_FILTER_TURN | SUBS_FILTER_LATERAL_DIST , SUBS_FILTER_MANEUVER = SUBS_FILTER_LEAD_FOLLOW | SUBS_FILTER_TURN } |
Filter types for context subscriptions. More... | |
typedef std::map<std::string, SubscriptionResults> libsumo::ContextSubscriptionResults |
Definition at line 251 of file TraCIDefs.h.
typedef std::map<std::string, TraCIResults> libsumo::SubscriptionResults |
{object->{variable->value}}
Definition at line 250 of file TraCIDefs.h.
typedef std::vector<TraCIPosition> libsumo::TraCIPositionVector |
Definition at line 196 of file TraCIDefs.h.
typedef std::map<int, std::shared_ptr<TraCIResult> > libsumo::TraCIResults |
{variable->value}
Definition at line 248 of file TraCIDefs.h.
Filter types for context subscriptions.
Definition at line 34 of file Subscription.h.
TRACI_CONST int libsumo::ADD = 0x80 |
Definition at line 1197 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::RouteScope::add(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Route::processSet(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::ADD_FULL = 0x85 |
Definition at line 1215 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::add(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::APPEND_STAGE = 0xc4 |
Definition at line 1245 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), and TraCIServerAPI_Person::processSet().
TRACI_CONST int libsumo::ARRIVALFLAG_LANE_CURRENT = -0x02 |
Definition at line 608 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_POS_MAX = -0x03 |
Definition at line 612 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_POS_RANDOM = -0x02 |
Definition at line 611 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_SPEED_CURRENT = -0x02 |
Definition at line 609 of file TraCIConstants.h.
TRACI_CONST int libsumo::AUTOMATIC_CONTEXT_SUBSCRIPTION = 0x03 |
Definition at line 683 of file TraCIConstants.h.
TRACI_CONST int libsumo::AUTOMATIC_VARIABLES_SUBSCRIPTION = 0x02 |
Definition at line 680 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_ADD_SUBSCRIPTION_FILTER = 0x7e |
Definition at line 97 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), TraCIAPI::VehicleScope::addSubscriptionFilterByteList(), TraCIAPI::VehicleScope::addSubscriptionFilterEmpty(), TraCIAPI::VehicleScope::addSubscriptionFilterFloat(), TraCIAPI::VehicleScope::addSubscriptionFilterStringList(), and TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_CHANGELANE = 0x13 |
Definition at line 70 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIServerAPI_Vehicle::processGet(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_CHANGESUBLANE = 0x15 |
Definition at line 76 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::changeSublane(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_CHANGETARGET = 0x31 |
Definition at line 91 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::changeTarget(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_CLEAR_PENDING_VEHICLES = 0x94 |
Definition at line 1181 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet().
TRACI_CONST int libsumo::CMD_CLOSE = 0x7F |
Definition at line 94 of file TraCIConstants.h.
Referenced by libtraci::Connection::close(), TraCIAPI::close(), TraCITestClient::commandClose(), TraCIServer::dispatchCommand(), TraCIServer::processCommandsUntilSimStep(), and TraCIAPI::send_commandClose().
TRACI_CONST int libsumo::CMD_GET_BUSSTOP_VARIABLE = 0xaf |
Definition at line 330 of file TraCIConstants.h.
Referenced by TraCIServerAPI_BusStop::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_CALIBRATOR_VARIABLE = 0x27 |
Definition at line 390 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Calibrator::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_CHARGINGSTATION_VARIABLE = 0x25 |
Definition at line 360 of file TraCIConstants.h.
Referenced by TraCIServerAPI_ChargingStation::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_EDGE_VARIABLE = 0xaa |
Definition at line 255 of file TraCIConstants.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), libsumo::Helper::handleSingleSubscription(), libsumo::Helper::moveToXYMap(), TraCIServerAPI_Edge::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_GUI_VARIABLE = 0xac |
Definition at line 285 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), TraCIServerAPI_GUI::processGet(), and GUILoadThread::run().
TRACI_CONST int libsumo::CMD_GET_INDUCTIONLOOP_VARIABLE = 0xa0 |
Definition at line 105 of file TraCIConstants.h.
Referenced by libsumo::Helper::collectObjectsInRange(), TraCIAPI::InductionLoopScope::getVehicleData(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_InductionLoop::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_JUNCTION_VARIABLE = 0xa9 |
Definition at line 240 of file TraCIConstants.h.
Referenced by libsumo::Helper::collectObjectsInRange(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Junction::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_LANE_VARIABLE = 0xa3 |
Definition at line 150 of file TraCIConstants.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), libsumo::Helper::convertCartesianToRoadMap(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::LaneScope::getLinks(), libsumo::Helper::handleSingleSubscription(), libsumo::Helper::moveToXYMap_matchingRoutePosition(), TraCIServerAPI_Lane::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_LANEAREA_VARIABLE = 0xad |
Definition at line 300 of file TraCIConstants.h.
Referenced by libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_LaneArea::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_MEANDATA_VARIABLE = 0x2a |
Definition at line 435 of file TraCIConstants.h.
Referenced by TraCIServerAPI_MeanData::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_MULTIENTRYEXIT_VARIABLE = 0xa1 |
Definition at line 120 of file TraCIConstants.h.
Referenced by libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_MultiEntryExit::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_OVERHEADWIRE_VARIABLE = 0x2b |
Definition at line 450 of file TraCIConstants.h.
Referenced by TraCIServerAPI_OverheadWire::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_PARKINGAREA_VARIABLE = 0x24 |
Definition at line 345 of file TraCIConstants.h.
Referenced by TraCIServerAPI_ParkingArea::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_PERSON_VARIABLE = 0xae |
Definition at line 315 of file TraCIConstants.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), libsumo::Helper::getTrafficObject(), libsumo::Helper::handleSingleSubscription(), libsumo::Subscription::isVehicleToPersonContextSubscription(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Person::processSet(), TraCIServer::TraCIServer(), and MSFCDExport::write().
TRACI_CONST int libsumo::CMD_GET_POI_VARIABLE = 0xa7 |
Definition at line 210 of file TraCIConstants.h.
Referenced by libsumo::Helper::collectObjectsInRange(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_POI::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_POLYGON_VARIABLE = 0xa8 |
Definition at line 225 of file TraCIConstants.h.
Referenced by libsumo::Helper::collectObjectsInRange(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Polygon::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_REROUTER_VARIABLE = 0x28 |
Definition at line 405 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Rerouter::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_ROUTE_VARIABLE = 0xa6 |
Definition at line 195 of file TraCIConstants.h.
Referenced by libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Route::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_ROUTEPROBE_VARIABLE = 0x26 |
Definition at line 375 of file TraCIConstants.h.
Referenced by TraCIServerAPI_RouteProbe::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_SIM_VARIABLE = 0xab |
Definition at line 270 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Simulation::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_TL_VARIABLE = 0xa2 |
Definition at line 135 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getAllProgramLogics(), TraCIAPI::TrafficLightScope::getControlledLinks(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_TrafficLight::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_VARIABLESPEEDSIGN_VARIABLE = 0x29 |
Definition at line 420 of file TraCIConstants.h.
Referenced by TraCIServerAPI_VariableSpeedSign::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_VEHICLE_VARIABLE = 0xa4 |
Definition at line 165 of file TraCIConstants.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), TraCIAPI::VehicleScope::getBestLanes(), TraCIAPI::VehicleScope::getFollower(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::VehicleScope::getNextTLS(), libsumo::Helper::getTrafficObject(), libsumo::Helper::handleSingleSubscription(), libsumo::Subscription::isVehicleToVehicleContextSubscription(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Calibrator::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCITestClient::testAPI(), TraCIServer::TraCIServer(), and MSFCDExport::write().
TRACI_CONST int libsumo::CMD_GET_VEHICLETYPE_VARIABLE = 0xa5 |
Definition at line 180 of file TraCIConstants.h.
Referenced by libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_VehicleType::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GETVERSION = 0x00 |
Definition at line 49 of file TraCIConstants.h.
Referenced by TraCIServer::checkClientOrdering(), TraCIServer::commandGetVersion(), TraCIServer::dispatchCommand(), and TraCIAPI::getVersion().
TRACI_CONST int libsumo::CMD_LOAD = 0x01 |
Definition at line 52 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), TraCIAPI::load(), and TraCIServer::processCommandsUntilSimStep().
TRACI_CONST int libsumo::CMD_LOAD_SIMSTATE = 0x96 |
Definition at line 1187 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet().
TRACI_CONST int libsumo::CMD_MESSAGE = 0x65 |
Definition at line 1088 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet(), and TraCIAPI::SimulationScope::writeMessage().
TRACI_CONST int libsumo::CMD_OPENGAP = 0x16 |
Definition at line 79 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::openGap(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REPLACE_STOP = 0x17 |
Definition at line 82 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_EFFORT = 0x91 |
Definition at line 1227 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_TO_PARKING = 0xc2 |
Definition at line 64 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_TRAVELTIME = 0x90 |
Definition at line 1224 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::PersonScope::rerouteTraveltime(), and TraCIAPI::VehicleScope::rerouteTraveltime().
TRACI_CONST int libsumo::CMD_RESUME = 0x19 |
Definition at line 67 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_SAVE_SIMSTATE = 0x95 |
Definition at line 1184 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet().
TRACI_CONST int libsumo::CMD_SET_BUSSTOP_VARIABLE = 0xcf |
Definition at line 334 of file TraCIConstants.h.
Referenced by TraCIServerAPI_BusStop::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_CALIBRATOR_VARIABLE = 0x47 |
Definition at line 394 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Calibrator::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_CHARGINGSTATION_VARIABLE = 0x45 |
Definition at line 364 of file TraCIConstants.h.
Referenced by TraCIServerAPI_ChargingStation::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_EDGE_VARIABLE = 0xca |
Definition at line 259 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIServerAPI_Edge::processSet(), TraCIAPI::EdgeScope::setEffort(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_FLOW = 0x18 |
Definition at line 764 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Calibrator::processSet().
TRACI_CONST int libsumo::CMD_SET_GUI_VARIABLE = 0xcc |
Definition at line 289 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), TraCIServerAPI_GUI::processSet(), GUILoadThread::run(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::GUIScope::setBoundary(), and TraCIAPI::GUIScope::setOffset().
TRACI_CONST int libsumo::CMD_SET_INDUCTIONLOOP_VARIABLE = 0xc0 |
Definition at line 109 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SET_JUNCTION_VARIABLE = 0xc9 |
Definition at line 244 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SET_LANE_VARIABLE = 0xc3 |
Definition at line 154 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Lane::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_LANEAREA_VARIABLE = 0xcd |
Definition at line 304 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SET_MEANDATA_VARIABLE = 0x4a |
Definition at line 439 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SET_MULTIENTRYEXIT_VARIABLE = 0xc1 |
Definition at line 124 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SET_OVERHEADWIRE_VARIABLE = 0x4b |
Definition at line 454 of file TraCIConstants.h.
Referenced by TraCIServerAPI_OverheadWire::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_PARKINGAREA_VARIABLE = 0x44 |
Definition at line 349 of file TraCIConstants.h.
Referenced by TraCIServerAPI_ParkingArea::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_PERSON_VARIABLE = 0xce |
Definition at line 319 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIServerAPI_Person::processSet(), TraCIAPI::PersonScope::removeStage(), TraCIAPI::PersonScope::rerouteTraveltime(), TraCIAPI::PersonScope::setColor(), TraCIAPI::PersonScope::setHeight(), TraCIAPI::PersonScope::setLength(), TraCIAPI::PersonScope::setMinGap(), TraCIAPI::PersonScope::setSpeed(), TraCIAPI::PersonScope::setType(), TraCIAPI::PersonScope::setWidth(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_POI_VARIABLE = 0xc7 |
Definition at line 214 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::POIScope::remove(), TraCIAPI::POIScope::setColor(), TraCIAPI::POIScope::setPosition(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_POLYGON_VARIABLE = 0xc8 |
Definition at line 229 of file TraCIConstants.h.
Referenced by TraCIAPI::PolygonScope::add(), TraCIServerAPI_Polygon::processSet(), TraCIAPI::PolygonScope::remove(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::PolygonScope::setLineWidth(), TraCIAPI::PolygonScope::setShape(), TraCIAPI::PolygonScope::setType(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_REROUTER_VARIABLE = 0x48 |
Definition at line 409 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Rerouter::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_ROUTE_VARIABLE = 0xc6 |
Definition at line 199 of file TraCIConstants.h.
Referenced by TraCIAPI::RouteScope::add(), TraCIServerAPI_Route::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_ROUTEPROBE_VARIABLE = 0x46 |
Definition at line 379 of file TraCIConstants.h.
Referenced by TraCIServerAPI_RouteProbe::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_SIM_VARIABLE = 0xcb |
Definition at line 274 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet(), TraCIServer::TraCIServer(), and TraCIAPI::SimulationScope::writeMessage().
TRACI_CONST int libsumo::CMD_SET_TL_VARIABLE = 0xc2 |
Definition at line 139 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_TrafficLight::processSet(), TraCIAPI::TrafficLightScope::setPhase(), TraCIAPI::TrafficLightScope::setPhaseDuration(), TraCIAPI::TrafficLightScope::setPhaseName(), TraCIAPI::TrafficLightScope::setProgram(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::TrafficLightScope::setRedYellowGreenState(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_VARIABLESPEEDSIGN_VARIABLE = 0x49 |
Definition at line 424 of file TraCIConstants.h.
Referenced by TraCIServerAPI_VariableSpeedSign::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_VEHICLE_VARIABLE = 0xc4 |
Definition at line 169 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::add(), TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::VehicleScope::changeSublane(), TraCIAPI::VehicleScope::changeTarget(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleScope::remove(), TraCIAPI::VehicleScope::rerouteTraveltime(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::VehicleScope::setEmissionClass(), TraCIAPI::VehicleScope::setLaneChangeMode(), TraCIAPI::VehicleScope::setLine(), TraCIAPI::VehicleScope::setMaxSpeed(), TraCIAPI::VehicleScope::setMinGap(), TraCIAPI::VehicleScope::setPreviousSpeed(), TraCIAPI::VehicleScope::setRoute(), TraCIAPI::VehicleScope::setRouteID(), TraCIAPI::VehicleScope::setRoutingMode(), TraCIAPI::VehicleScope::setShapeClass(), TraCIAPI::VehicleScope::setSignals(), TraCIAPI::VehicleScope::setSpeed(), TraCIAPI::VehicleScope::setSpeedFactor(), TraCIAPI::VehicleScope::setSpeedMode(), TraCIAPI::VehicleScope::setStop(), TraCIAPI::VehicleScope::setType(), TraCIServerAPI_VehicleType::setVariable(), TraCIAPI::VehicleScope::setVia(), TraCIAPI::VehicleScope::slowDown(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_VEHICLETYPE_VARIABLE = 0xc5 |
Definition at line 184 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::copy(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setAccel(), TraCIAPI::VehicleTypeScope::setApparentDecel(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleTypeScope::setDecel(), TraCIAPI::VehicleTypeScope::setEmergencyDecel(), TraCIAPI::VehicleTypeScope::setEmissionClass(), TraCIAPI::VehicleTypeScope::setHeight(), TraCIAPI::VehicleTypeScope::setImperfection(), TraCIAPI::VehicleTypeScope::setLateralAlignment(), TraCIAPI::VehicleTypeScope::setLength(), TraCIAPI::VehicleTypeScope::setMaxSpeed(), TraCIAPI::VehicleTypeScope::setMaxSpeedLat(), TraCIAPI::VehicleTypeScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGapLat(), TraCIAPI::VehicleTypeScope::setShapeClass(), TraCIAPI::VehicleTypeScope::setSpeedDeviation(), TraCIAPI::VehicleTypeScope::setSpeedFactor(), TraCIAPI::VehicleTypeScope::setTau(), TraCIAPI::VehicleTypeScope::setVehicleClass(), TraCIAPI::VehicleTypeScope::setWidth(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SETORDER = 0x03 |
Definition at line 58 of file TraCIConstants.h.
Referenced by TraCIServer::checkClientOrdering(), TraCITestClient::commandSetOrder(), TraCIServer::dispatchCommand(), libtraci::Connection::send_commandSetOrder(), TraCIAPI::send_commandSetOrder(), and TraCIAPI::setOrder().
TRACI_CONST int libsumo::CMD_SIMSTEP = 0x02 |
Definition at line 55 of file TraCIConstants.h.
Referenced by TraCITestClient::commandSimulationStep(), TraCIServer::dispatchCommand(), TraCIServer::postProcessSimulationStep(), TraCIServer::processCommandsUntilSimStep(), TraCIAPI::send_commandSimulationStep(), TraCIServer::sendSingleSimStepResponse(), libtraci::Connection::simulationStep(), and TraCIAPI::simulationStep().
TRACI_CONST int libsumo::CMD_SLOWDOWN = 0x14 |
Definition at line 73 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::slowDown().
TRACI_CONST int libsumo::CMD_STOP = 0x12 |
Definition at line 61 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setStop().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_BUSSTOP_CONTEXT = 0x8f |
Definition at line 326 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_BUSSTOP_VARIABLE = 0xdf |
Definition at line 336 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_CALIBRATOR_CONTEXT = 0x07 |
Definition at line 386 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_CALIBRATOR_VARIABLE = 0x57 |
Definition at line 396 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_CHARGINGSTATION_CONTEXT = 0x05 |
Definition at line 356 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_CHARGINGSTATION_VARIABLE = 0x55 |
Definition at line 366 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_EDGE_CONTEXT = 0x8a |
Definition at line 251 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_EDGE_VARIABLE = 0xda |
Definition at line 261 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_CONTEXT = 0x8c |
Definition at line 281 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_VARIABLE = 0xdc |
Definition at line 291 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x80 |
Definition at line 101 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xd0 |
Definition at line 111 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libtraci::Connection::subscribeObjectVariable().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_JUNCTION_CONTEXT = 0x89 |
Definition at line 236 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_JUNCTION_VARIABLE = 0xd9 |
Definition at line 246 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANE_CONTEXT = 0x83 |
Definition at line 146 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANE_VARIABLE = 0xd3 |
Definition at line 156 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_CONTEXT = 0x8d |
Definition at line 296 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_VARIABLE = 0xdd |
Definition at line 306 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libtraci::Connection::subscribeObjectVariable().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_MEANDATA_CONTEXT = 0x0a |
Definition at line 431 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_MEANDATA_VARIABLE = 0x5a |
Definition at line 441 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x81 |
Definition at line 116 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xd1 |
Definition at line 126 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libtraci::Connection::subscribeObjectVariable().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_OVERHEADWIRE_CONTEXT = 0x0b |
Definition at line 446 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_OVERHEADWIRE_VARIABLE = 0x5b |
Definition at line 456 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_PARKINGAREA_CONTEXT = 0x04 |
Definition at line 341 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_PARKINGAREA_VARIABLE = 0x54 |
Definition at line 351 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_PERSON_CONTEXT = 0x8e |
Definition at line 311 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), libsumo::Helper::findObjectShape(), libsumo::Helper::handleSubscriptions(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_PERSON_VARIABLE = 0xde |
Definition at line 321 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), libsumo::Helper::handleSubscriptions(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POI_CONTEXT = 0x87 |
Definition at line 206 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POI_VARIABLE = 0xd7 |
Definition at line 216 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POLYGON_CONTEXT = 0x88 |
Definition at line 221 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POLYGON_VARIABLE = 0xd8 |
Definition at line 231 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_REROUTER_CONTEXT = 0x08 |
Definition at line 401 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_REROUTER_VARIABLE = 0x58 |
Definition at line 411 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_CONTEXT = 0x86 |
Definition at line 191 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_VARIABLE = 0xd6 |
Definition at line 201 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTEPROBE_CONTEXT = 0x06 |
Definition at line 371 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTEPROBE_VARIABLE = 0x56 |
Definition at line 381 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_CONTEXT = 0x8b |
Definition at line 266 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_VARIABLE = 0xdb |
Definition at line 276 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and LIBSUMO_NAMESPACE::Simulation::subscribe().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_CONTEXT = 0x82 |
Definition at line 131 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_VARIABLE = 0xd2 |
Definition at line 141 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT = 0x09 |
Definition at line 416 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE = 0x59 |
Definition at line 426 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLE_CONTEXT = 0x84 |
Definition at line 161 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), libsumo::Helper::findObjectShape(), libsumo::Helper::handleSubscriptions(), libsumo::Subscription::isVehicleToPersonContextSubscription(), libsumo::Subscription::isVehicleToVehicleContextSubscription(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLE_VARIABLE = 0xd4 |
Definition at line 171 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), libsumo::Helper::handleSubscriptions(), TraCIServer::postProcessSimulationStep(), and libtraci::Connection::subscribeObjectVariable().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x85 |
Definition at line 176 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xd5 |
Definition at line 186 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_TAXI_DISPATCH = 0x21 |
Definition at line 88 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::COPY = 0x88 |
Definition at line 1203 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::copy(), TraCIServerAPI_VehicleType::processSet(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::DEPARTFLAG_CONTAINER_TRIGGERED = -0x02 |
Definition at line 590 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_ALLOWED_FREE = -0x04 |
Definition at line 598 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_BEST_FREE = -0x05 |
Definition at line 599 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_FIRST_ALLOWED = -0x06 |
Definition at line 600 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_FREE = -0x03 |
Definition at line 597 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_RANDOM = -0x02 |
Definition at line 596 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_NOW = -0x03 |
Definition at line 591 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_BASE = -0x04 |
Definition at line 604 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_FREE = -0x03 |
Definition at line 603 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_LAST = -0x05 |
Definition at line 605 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM = -0x02 |
Definition at line 602 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM_FREE = -0x06 |
Definition at line 606 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_SPEED_MAX = -0x03 |
Definition at line 594 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_SPEED_RANDOM = -0x02 |
Definition at line 593 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_TRIGGERED = -0x01 |
Definition at line 589 of file TraCIConstants.h.
TRACI_CONST int libsumo::DISTANCE_REQUEST = 0x83 |
Definition at line 1209 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIServerAPI_Simulation::processGet(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::FILTER_TYPE_DOWNSTREAM_DIST = 0x03 |
Definition at line 647 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterDownstreamDistance().
TRACI_CONST int libsumo::FILTER_TYPE_FIELD_OF_VISION = 0x0A |
Definition at line 665 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterFieldOfVision().
TRACI_CONST int libsumo::FILTER_TYPE_LANES = 0x01 |
Definition at line 641 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), TraCIAPI::VehicleScope::addSubscriptionFilterLanes(), and TraCIAPI::VehicleScope::addSubscriptionFilterLeadFollow().
TRACI_CONST int libsumo::FILTER_TYPE_LATERAL_DIST = 0x0B |
Definition at line 668 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterLateralDistance().
TRACI_CONST int libsumo::FILTER_TYPE_LEAD_FOLLOW = 0x05 |
Definition at line 653 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterLeadFollow().
TRACI_CONST int libsumo::FILTER_TYPE_NONE = 0x00 |
Definition at line 638 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter().
TRACI_CONST int libsumo::FILTER_TYPE_NOOPPOSITE = 0x02 |
Definition at line 644 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterNoOpposite().
TRACI_CONST int libsumo::FILTER_TYPE_TURN = 0x07 |
Definition at line 656 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterTurn().
TRACI_CONST int libsumo::FILTER_TYPE_UPSTREAM_DIST = 0x04 |
Definition at line 650 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterUpstreamDistance().
TRACI_CONST int libsumo::FILTER_TYPE_VCLASS = 0x08 |
Definition at line 659 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterVClass().
TRACI_CONST int libsumo::FILTER_TYPE_VTYPE = 0x09 |
Definition at line 662 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterVType().
TRACI_CONST int libsumo::FIND_INTERMODAL_ROUTE = 0x87 |
Definition at line 1221 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::FIND_ROUTE = 0x86 |
Definition at line 1218 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::findRoute(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::GENERIC_ATTRIBUTE = 0x03 |
Definition at line 686 of file TraCIConstants.h.
TRACI_CONST int libsumo::ID_COUNT = 0x01 |
Definition at line 677 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIScopeWrapper::getIDCount(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), libsumo::Calibrator::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::Junction::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), LIBSUMO_NAMESPACE::MeanData::handleVariable(), LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), libsumo::POI::handleVariable(), libsumo::Polygon::handleVariable(), LIBSUMO_NAMESPACE::Rerouter::handleVariable(), LIBSUMO_NAMESPACE::Route::handleVariable(), LIBSUMO_NAMESPACE::RouteProbe::handleVariable(), LIBSUMO_NAMESPACE::TrafficLight::handleVariable(), LIBSUMO_NAMESPACE::VariableSpeedSign::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), and LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID().
TRACI_CONST double libsumo::INVALID_DOUBLE_VALUE = -1073741824.0 |
Definition at line 515 of file TraCIConstants.h.
Referenced by TraCIServer::addObjectVariableSubscription(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterCFManeuver(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterLanes(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterLateralDistance(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterLCManeuver(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterTurn(), LIBSUMO_NAMESPACE::Vehicle::buildStopData(), LIBSUMO_NAMESPACE::Vehicle::buildStopParameters(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), LIBSUMO_NAMESPACE::Vehicle::getAcceleration(), LIBSUMO_NAMESPACE::Vehicle::getAccumulatedWaitingTime(), LIBSUMO_NAMESPACE::Vehicle::getAdaptedTraveltime(), LIBSUMO_NAMESPACE::Vehicle::getAllowedSpeed(), LIBSUMO_NAMESPACE::Vehicle::getAngle(), LIBSUMO_NAMESPACE::Vehicle::getCO2Emission(), LIBSUMO_NAMESPACE::Vehicle::getCOEmission(), LIBSUMO_NAMESPACE::Vehicle::getDistance(), libtraci::Connection::getDouble(), TraCIAPI::TraCIScopeWrapper::getDouble(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), libsumo::Helper::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), LIBSUMO_NAMESPACE::Vehicle::getEffort(), LIBSUMO_NAMESPACE::Vehicle::getElectricityConsumption(), TraCIAPI::VehicleScope::getFollower(), LIBSUMO_NAMESPACE::Vehicle::getFollowSpeed(), LIBSUMO_NAMESPACE::Vehicle::getFuelConsumption(), LIBSUMO_NAMESPACE::Vehicle::getHCEmission(), LIBSUMO_NAMESPACE::Vehicle::getLanePosition(), LIBSUMO_NAMESPACE::Vehicle::getLateralLanePosition(), LIBSUMO_NAMESPACE::Vehicle::getLateralSpeed(), TraCIAPI::VehicleScope::getLeader(), LIBSUMO_NAMESPACE::Vehicle::getNoiseEmission(), LIBSUMO_NAMESPACE::Vehicle::getNOxEmission(), LIBSUMO_NAMESPACE::Vehicle::getPMxEmission(), LIBSUMO_NAMESPACE::Vehicle::getSecureGap(), LIBSUMO_NAMESPACE::Vehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getSpeed(), LIBSUMO_NAMESPACE::Vehicle::getSpeedWithoutTraCI(), LIBSUMO_NAMESPACE::Person::getStage(), LIBSUMO_NAMESPACE::Vehicle::getStopArrivalDelay(), LIBSUMO_NAMESPACE::Vehicle::getStopSpeed(), libsumo::Helper::makeTraCIPosition(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), libsumo::Helper::moveToXYMap(), TraCIServerAPI_Vehicle::processSet(), LIBSUMO_NAMESPACE::Vehicle::setAdaptedTraveltime(), LIBSUMO_NAMESPACE::Vehicle::setEffort(), and libsumo::Helper::subscribe().
TRACI_CONST int libsumo::INVALID_INT_VALUE = -1073741824 |
Definition at line 517 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterLCManeuver(), libtraci::Connection::getByte(), TraCIAPI::TraCIScopeWrapper::getByte(), libtraci::Connection::getInt(), TraCIAPI::TraCIScopeWrapper::getInt(), LIBSUMO_NAMESPACE::Vehicle::getLaneChangeMode(), TraCIAPI::VehicleScope::getLaneChangeState(), LIBSUMO_NAMESPACE::Vehicle::getLaneIndex(), LIBSUMO_NAMESPACE::Vehicle::getRouteIndex(), LIBSUMO_NAMESPACE::Vehicle::getSpeedMode(), libtraci::Connection::getUnsignedByte(), and TraCIAPI::TraCIScopeWrapper::getUnsignedByte().
TRACI_CONST int libsumo::JAM_LENGTH_METERS = 0x19 |
Definition at line 716 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::LaneArea::handleVariable().
TRACI_CONST int libsumo::JAM_LENGTH_VEHICLE = 0x18 |
Definition at line 713 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::LaneArea::handleVariable().
TRACI_CONST int libsumo::LANE_ALLOWED = 0x34 |
Definition at line 824 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getAllowed(), LIBSUMO_NAMESPACE::Lane::handleVariable(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), and TraCIAPI::LaneScope::setAllowed().
TRACI_CONST int libsumo::LANE_DISALLOWED = 0x35 |
Definition at line 827 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getDisallowed(), LIBSUMO_NAMESPACE::Lane::handleVariable(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), and TraCIAPI::LaneScope::setDisallowed().
TRACI_CONST int libsumo::LANE_EDGE_ID = 0x31 |
Definition at line 818 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getEdgeID(), and LIBSUMO_NAMESPACE::Lane::handleVariable().
TRACI_CONST int libsumo::LANE_LINK_NUMBER = 0x30 |
Definition at line 815 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getLinkNumber(), and LIBSUMO_NAMESPACE::Lane::handleVariable().
TRACI_CONST int libsumo::LANE_LINKS = 0x33 |
Definition at line 821 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getLinks(), and TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::LAST_STEP_LENGTH = 0x15 |
Definition at line 704 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getLastStepLength(), TraCIAPI::LaneScope::getLastStepLength(), TraCIAPI::InductionLoopScope::getLastStepMeanLength(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), and LIBSUMO_NAMESPACE::Lane::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_MEAN_SPEED = 0x11 |
Definition at line 692 of file TraCIConstants.h.
Referenced by TraCIAPI::MeMeScope::getLastStepMeanSpeed(), TraCIAPI::EdgeScope::getLastStepMeanSpeed(), TraCIAPI::LaneScope::getLastStepMeanSpeed(), TraCIAPI::InductionLoopScope::getLastStepMeanSpeed(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), and LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_OCCUPANCY = 0x13 |
Definition at line 698 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getLastStepOccupancy(), TraCIAPI::LaneScope::getLastStepOccupancy(), TraCIAPI::InductionLoopScope::getLastStepOccupancy(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::LaneArea::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_PERSON_ID_LIST = 0x1a |
Definition at line 719 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getPersonIDList(), LIBSUMO_NAMESPACE::Edge::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_TIME_SINCE_DETECTION = 0x16 |
Definition at line 707 of file TraCIConstants.h.
Referenced by TraCIAPI::InductionLoopScope::getTimeSinceDetection(), and LIBSUMO_NAMESPACE::InductionLoop::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_VEHICLE_DATA = 0x17 |
Definition at line 710 of file TraCIConstants.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCIServerAPI_InductionLoop::processGet().
TRACI_CONST int libsumo::LAST_STEP_VEHICLE_HALTING_NUMBER = 0x14 |
Definition at line 701 of file TraCIConstants.h.
Referenced by TraCIAPI::MeMeScope::getLastStepHaltingNumber(), TraCIAPI::EdgeScope::getLastStepHaltingNumber(), TraCIAPI::LaneScope::getLastStepHaltingNumber(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), and LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_VEHICLE_ID_LIST = 0x12 |
Definition at line 695 of file TraCIConstants.h.
Referenced by TraCIAPI::MeMeScope::getLastStepVehicleIDs(), TraCIAPI::EdgeScope::getLastStepVehicleIDs(), TraCIAPI::LaneScope::getLastStepVehicleIDs(), TraCIAPI::InductionLoopScope::getLastStepVehicleIDs(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), and LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_VEHICLE_NUMBER = 0x10 |
Definition at line 689 of file TraCIConstants.h.
Referenced by TraCIAPI::MeMeScope::getLastStepVehicleNumber(), TraCIAPI::EdgeScope::getLastStepVehicleNumber(), TraCIAPI::LaneScope::getLastStepVehicleNumber(), TraCIAPI::InductionLoopScope::getLastStepVehicleNumber(), libsumo::Helper::handleSingleSubscription(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable(), and libtraci::Connection::subscribeObjectVariable().
TRACI_CONST int libsumo::MAX_ORDER = 1073741824 |
Definition at line 519 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::MOVE_AUTOMATIC = 0x00 |
Definition at line 549 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::moveTo(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::MOVE_NORMAL = 0x02 |
Definition at line 553 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::moveTo().
TRACI_CONST int libsumo::MOVE_TELEPORT = 0x01 |
Definition at line 551 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::moveTo().
TRACI_CONST int libsumo::MOVE_TO_XY = 0xb4 |
Definition at line 980 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_Person::processSet(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::POSITION_2D = 0x01 |
Definition at line 467 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIServerAPI_Simulation::commandDistanceRequest(), TraCIServerAPI_Simulation::commandPositionConversion(), TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::SimulationScope::getDistance2D(), libtraci::Connection::getPos(), TraCIAPI::TraCIScopeWrapper::getPos(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingPosition2D(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::GUIScope::setOffset(), TraCIAPI::POIScope::setPosition(), TraCITestClient::setValueTypeDependant(), and TraCIServer::wrapPosition().
TRACI_CONST int libsumo::POSITION_3D = 0x03 |
Definition at line 471 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::commandDistanceRequest(), TraCIServerAPI_Simulation::commandPositionConversion(), TraCIAPI::SimulationScope::convert3D(), libtraci::Connection::getPos3D(), TraCIAPI::TraCIScopeWrapper::getPos3D(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCITestClient::setValueTypeDependant(), and TraCIServer::wrapPosition().
TRACI_CONST int libsumo::POSITION_CONVERSION = 0x82 |
Definition at line 1206 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::POSITION_LON_LAT = 0x00 |
TRACI_CONST int libsumo::POSITION_LON_LAT_ALT = 0x02 |
Definition at line 469 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::commandPositionConversion(), and TraCIAPI::SimulationScope::convert3D().
TRACI_CONST int libsumo::POSITION_ROADMAP = 0x04 |
Definition at line 473 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::commandDistanceRequest(), TraCIServerAPI_Simulation::commandPositionConversion(), TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), and TraCITestClient::setValueTypeDependant().
TRACI_CONST int libsumo::REMOVE = 0x81 |
Definition at line 1200 of file TraCIConstants.h.
Referenced by TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::POIScope::remove(), TraCIAPI::PolygonScope::remove(), and TraCIAPI::VehicleScope::remove().
TRACI_CONST int libsumo::REMOVE_ARRIVED = 0x02 |
Definition at line 539 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_PARKING = 0x01 |
Definition at line 537 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_STAGE = 0xc5 |
Definition at line 1251 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processSet(), and TraCIAPI::PersonScope::removeStage().
TRACI_CONST int libsumo::REMOVE_TELEPORT = 0x00 |
Definition at line 535 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_TELEPORT_ARRIVED = 0x04 |
Definition at line 543 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_VAPORIZED = 0x03 |
Definition at line 541 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().
TRACI_CONST int libsumo::REPLACE_STAGE = 0xcd |
Definition at line 1248 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processSet().
TRACI_CONST int libsumo::REQUEST_AIRDIST = 0x00 |
Definition at line 526 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), and TraCITestClient::setValueTypeDependant().
TRACI_CONST int libsumo::REQUEST_DRIVINGDIST = 0x01 |
TRACI_CONST int libsumo::RESPONSE_GET_BUSSTOP_VARIABLE = 0xbf |
Definition at line 332 of file TraCIConstants.h.
Referenced by TraCIServerAPI_BusStop::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_CALIBRATOR_VARIABLE = 0x37 |
Definition at line 392 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Calibrator::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_CHARGINGSTATION_VARIABLE = 0x35 |
Definition at line 362 of file TraCIConstants.h.
Referenced by TraCIServerAPI_ChargingStation::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_EDGE_VARIABLE = 0xba |
Definition at line 257 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Edge::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_GUI_VARIABLE = 0xbc |
Definition at line 287 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_INDUCTIONLOOP_VARIABLE = 0xb0 |
Definition at line 107 of file TraCIConstants.h.
Referenced by TraCIServerAPI_InductionLoop::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_JUNCTION_VARIABLE = 0xb9 |
Definition at line 242 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Junction::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_LANE_VARIABLE = 0xb3 |
Definition at line 152 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_LANEAREA_VARIABLE = 0xbd |
Definition at line 302 of file TraCIConstants.h.
Referenced by TraCIServerAPI_LaneArea::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_MEANDATA_VARIABLE = 0x3a |
Definition at line 437 of file TraCIConstants.h.
Referenced by TraCIServerAPI_MeanData::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_MULTIENTRYEXIT_VARIABLE = 0xb1 |
Definition at line 122 of file TraCIConstants.h.
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_OVERHEADWIRE_VARIABLE = 0x3b |
Definition at line 452 of file TraCIConstants.h.
Referenced by TraCIServerAPI_OverheadWire::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_PARKINGAREA_VARIABLE = 0x34 |
Definition at line 347 of file TraCIConstants.h.
Referenced by TraCIServerAPI_ParkingArea::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_PERSON_VARIABLE = 0xbe |
Definition at line 317 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_POI_VARIABLE = 0xb7 |
Definition at line 212 of file TraCIConstants.h.
Referenced by TraCIServerAPI_POI::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_POLYGON_VARIABLE = 0xb8 |
Definition at line 227 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Polygon::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_REROUTER_VARIABLE = 0x38 |
Definition at line 407 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Rerouter::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_ROUTE_VARIABLE = 0xb6 |
Definition at line 197 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Route::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_ROUTEPROBE_VARIABLE = 0x36 |
Definition at line 377 of file TraCIConstants.h.
Referenced by TraCIServerAPI_RouteProbe::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_SIM_VARIABLE = 0xbb |
Definition at line 272 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_TL_VARIABLE = 0xb2 |
Definition at line 137 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_VARIABLESPEEDSIGN_VARIABLE = 0x39 |
Definition at line 422 of file TraCIConstants.h.
Referenced by TraCIServerAPI_VariableSpeedSign::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_VEHICLE_VARIABLE = 0xb4 |
Definition at line 167 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_VEHICLETYPE_VARIABLE = 0xb5 |
Definition at line 182 of file TraCIConstants.h.
Referenced by TraCIServerAPI_VehicleType::processGet().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_BUSSTOP_CONTEXT = 0x9f |
Definition at line 328 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_BUSSTOP_VARIABLE = 0xef |
Definition at line 338 of file TraCIConstants.h.
Referenced by libtraci::Connection::simulationStep().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CALIBRATOR_CONTEXT = 0x17 |
Definition at line 388 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CALIBRATOR_VARIABLE = 0x67 |
Definition at line 398 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CHARGINGSTATION_CONTEXT = 0x15 |
Definition at line 358 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CHARGINGSTATION_VARIABLE = 0x65 |
Definition at line 368 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_CONTEXT = 0x9a |
Definition at line 253 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_VARIABLE = 0xea |
Definition at line 263 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_CONTEXT = 0x9c |
Definition at line 283 of file TraCIConstants.h.
Referenced by TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_VARIABLE = 0xec |
Definition at line 293 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI(), and TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x90 |
Definition at line 103 of file TraCIConstants.h.
Referenced by TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xe0 |
Definition at line 113 of file TraCIConstants.h.
Referenced by libtraci::Connection::simulationStep(), TraCIAPI::simulationStep(), and TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_CONTEXT = 0x99 |
Definition at line 238 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE = 0xe9 |
Definition at line 248 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_CONTEXT = 0x93 |
Definition at line 148 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_VARIABLE = 0xe3 |
Definition at line 158 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT = 0x9d |
Definition at line 298 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE = 0xed |
Definition at line 308 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MEANDATA_CONTEXT = 0x1a |
Definition at line 433 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MEANDATA_VARIABLE = 0x6a |
Definition at line 443 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x91 |
Definition at line 118 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xe1 |
Definition at line 128 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_OVERHEADWIRE_CONTEXT = 0x1b |
Definition at line 448 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_OVERHEADWIRE_VARIABLE = 0x6b |
Definition at line 458 of file TraCIConstants.h.
Referenced by libtraci::Connection::simulationStep().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PARKINGAREA_CONTEXT = 0x14 |
Definition at line 343 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PARKINGAREA_VARIABLE = 0x64 |
Definition at line 353 of file TraCIConstants.h.
Referenced by libtraci::Connection::simulationStep().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_CONTEXT = 0x9e |
Definition at line 313 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_VARIABLE = 0xee |
Definition at line 323 of file TraCIConstants.h.
Referenced by TraCIAPI::simulationStep(), and TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_CONTEXT = 0x97 |
Definition at line 208 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_VARIABLE = 0xe7 |
Definition at line 218 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_CONTEXT = 0x98 |
Definition at line 223 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_VARIABLE = 0xe8 |
Definition at line 233 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_REROUTER_CONTEXT = 0x18 |
Definition at line 403 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_REROUTER_VARIABLE = 0x68 |
Definition at line 413 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_CONTEXT = 0x96 |
Definition at line 193 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_VARIABLE = 0xe6 |
Definition at line 203 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTEPROBE_CONTEXT = 0x16 |
Definition at line 373 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTEPROBE_VARIABLE = 0x66 |
Definition at line 383 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_CONTEXT = 0x9b |
Definition at line 268 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_VARIABLE = 0xeb |
Definition at line 278 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_CONTEXT = 0x92 |
Definition at line 133 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_VARIABLE = 0xe2 |
Definition at line 143 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT = 0x19 |
Definition at line 418 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE = 0x69 |
Definition at line 428 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT = 0x94 |
Definition at line 163 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE = 0xe4 |
Definition at line 173 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x95 |
Definition at line 178 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xe5 |
Definition at line 188 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::ROUTING_MODE_AGGREGATED = 0x01 |
Definition at line 620 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::findRoute(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::ROUTING_MODE_COMBINED = 0x03 |
Definition at line 624 of file TraCIConstants.h.
Referenced by MSNet::getIntermodalRouter().
TRACI_CONST int libsumo::ROUTING_MODE_DEFAULT = 0x00 |
Definition at line 618 of file TraCIConstants.h.
TRACI_CONST int libsumo::ROUTING_MODE_EFFORT = 0x02 |
Definition at line 622 of file TraCIConstants.h.
TRACI_CONST int libsumo::RTYPE_ERR = 0xFF |
Definition at line 509 of file TraCIConstants.h.
Referenced by libtraci::Connection::check_resultState(), TraCIAPI::check_resultState(), TraCIServerAPI_Simulation::commandDistanceRequest(), TraCIServerAPI_Simulation::commandPositionConversion(), TraCIServer::dispatchCommand(), TraCIServer::initialiseSubscription(), TraCIServerAPI_Vehicle::processSet(), TraCIServer::processSingleSubscription(), TraCIServer::removeSubscription(), TraCIServer::writeErrorStatusCmd(), and TraCIServer::writeStatusCmd().
TRACI_CONST int libsumo::RTYPE_NOTIMPLEMENTED = 0x01 |
Definition at line 507 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), libtraci::Connection::check_resultState(), TraCIAPI::check_resultState(), TraCIServer::dispatchCommand(), TraCIServer::processSingleSubscription(), and TraCIServer::writeStatusCmd().
TRACI_CONST int libsumo::RTYPE_OK = 0x00 |
Definition at line 505 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), libtraci::Connection::check_resultState(), TraCIAPI::check_resultState(), TraCIServer::commandGetVersion(), TraCIServer::dispatchCommand(), TraCIServer::initialiseSubscription(), TraCIServer::postProcessSimulationStep(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Junction::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_LaneArea::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_MultiEntryExit::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_BusStop::processSet(), TraCIServerAPI_Calibrator::processSet(), TraCIServerAPI_ChargingStation::processSet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_OverheadWire::processSet(), TraCIServerAPI_ParkingArea::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Rerouter::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_RouteProbe::processSet(), TraCIServerAPI_Simulation::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VariableSpeedSign::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServer::processSingleSubscription(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIServer::removeSubscription(), TraCIServer::sendSingleSimStepResponse(), and TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::STAGE_ACCESS = 0x04 |
Definition at line 567 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_DRIVING = 0x03 |
TRACI_CONST int libsumo::STAGE_TRANSHIP = 0x06 |
Definition at line 571 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_TRIP = 0x05 |
Definition at line 569 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_WAITING = 0x01 |
Definition at line 561 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::appendWaitingStage(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), and TraCIServerAPI_Person::processSet().
TRACI_CONST int libsumo::STAGE_WAITING_FOR_DEPART = 0x00 |
Definition at line 559 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_WALKING = 0x02 |
Definition at line 563 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::appendWalkingStage(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), TraCIServerAPI_Person::processSet(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::STOP_BUS_STOP = 0x08 |
Definition at line 580 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CHARGING_STATION = 0x20 |
Definition at line 582 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CONTAINER_STOP = 0x10 |
Definition at line 581 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CONTAINER_TRIGGERED = 0x04 |
Definition at line 579 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_DEFAULT = 0x00 |
Definition at line 576 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_OVERHEAD_WIRE = 0x80 |
Definition at line 584 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_PARKING = 0x01 |
Definition at line 577 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_PARKING_AREA = 0x40 |
Definition at line 583 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_TRIGGERED = 0x02 |
Definition at line 578 of file TraCIConstants.h.
TRACI_CONST int libsumo::TL_BLOCKING_VEHICLES = 0x25 |
Definition at line 779 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_COMPLETE_DEFINITION_RYG = 0x2b |
Definition at line 803 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getAllProgramLogics(), and TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_COMPLETE_PROGRAM_RYG = 0x2c |
Definition at line 806 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setProgramLogic().
TRACI_CONST int libsumo::TL_CONTROLLED_JUNCTIONS = 0x2a |
Definition at line 800 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CONTROLLED_LANES = 0x26 |
Definition at line 782 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getControlledLanes(), and LIBSUMO_NAMESPACE::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CONTROLLED_LINKS = 0x27 |
Definition at line 785 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getControlledLinks(), and TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_CURRENT_PHASE = 0x28 |
Definition at line 788 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getPhase(), and LIBSUMO_NAMESPACE::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CURRENT_PROGRAM = 0x29 |
Definition at line 791 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getProgram(), and LIBSUMO_NAMESPACE::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_EXTERNAL_STATE = 0x2e |
Definition at line 812 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_NEXT_SWITCH = 0x2d |
Definition at line 809 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getNextSwitch(), and LIBSUMO_NAMESPACE::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_PHASE_DURATION = 0x24 |
Definition at line 776 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getPhaseDuration(), LIBSUMO_NAMESPACE::TrafficLight::handleVariable(), TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setPhaseDuration().
TRACI_CONST int libsumo::TL_PHASE_INDEX = 0x22 |
Definition at line 770 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setPhase().
TRACI_CONST int libsumo::TL_PRIORITY_VEHICLES = 0x31 |
Definition at line 797 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_PROGRAM = 0x23 |
Definition at line 773 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setProgram().
TRACI_CONST int libsumo::TL_RED_YELLOW_GREEN_STATE = 0x20 |
Definition at line 767 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getRedYellowGreenState(), LIBSUMO_NAMESPACE::TrafficLight::handleVariable(), TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setRedYellowGreenState().
TRACI_CONST int libsumo::TL_RIVAL_VEHICLES = 0x30 |
Definition at line 794 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TRACI_ID_LIST = 0x00 |
Definition at line 674 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIScopeWrapper::getIDList(), libsumo::Helper::handleSingleSubscription(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), libsumo::Calibrator::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::Junction::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), LIBSUMO_NAMESPACE::MeanData::handleVariable(), LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), libsumo::POI::handleVariable(), libsumo::Polygon::handleVariable(), LIBSUMO_NAMESPACE::Rerouter::handleVariable(), LIBSUMO_NAMESPACE::Route::handleVariable(), LIBSUMO_NAMESPACE::RouteProbe::handleVariable(), LIBSUMO_NAMESPACE::TrafficLight::handleVariable(), LIBSUMO_NAMESPACE::VariableSpeedSign::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_GUI::processGet(), TraCIServer::processSingleSubscription(), and libtraci::Connection::subscribeObjectVariable().
TRACI_CONST int libsumo::TRACI_VERSION = 20 |
Definition at line 43 of file TraCIConstants.h.
Referenced by TraCIServer::commandGetVersion(), and LIBSUMO_NAMESPACE::Simulation::getVersion().
TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_ACTUATED = 0x03 |
Definition at line 630 of file TraCIConstants.h.
TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_DELAYBASED = 0x04 |
Definition at line 631 of file TraCIConstants.h.
TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_STATIC = 0x00 |
Definition at line 629 of file TraCIConstants.h.
TRACI_CONST int libsumo::TYPE_BYTE = 0x08 |
Definition at line 484 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), libtraci::Connection::getByte(), TraCIAPI::TraCIScopeWrapper::getByte(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingByte(), TraCIAPI::VehicleScope::remove(), TraCIAPI::VehicleScope::setStop(), and TraCITestClient::setValueTypeDependant().
TRACI_CONST int libsumo::TYPE_COLOR = 0x11 |
Definition at line 498 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), libtraci::Connection::getCol(), TraCIAPI::TraCIScopeWrapper::getCol(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingColor(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), libtraci::Connection::setCol(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCITestClient::setValueTypeDependant(), and TraCIServer::wrapColor().
TRACI_CONST int libsumo::TYPE_COMPOUND = 0x0F |
Definition at line 494 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::TrafficLightScope::getAllProgramLogics(), TraCIAPI::VehicleScope::getBestLanes(), TraCIAPI::TrafficLightScope::getControlledLinks(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIAPI::VehicleScope::getFollower(), TraCIAPI::VehicleScope::getFollowSpeed(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::LaneScope::getLinks(), TraCIAPI::VehicleScope::getNextTLS(), TraCIAPI::TraCIScopeWrapper::getParameterWithKey(), TraCIAPI::VehicleScope::getSecureGap(), TraCIAPI::VehicleScope::getStopSpeed(), libtraci::Connection::getTraCIStage(), TraCIAPI::TraCIScopeWrapper::getTraCIStage(), TraCIAPI::InductionLoopScope::getVehicleData(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_BusStop::processSet(), TraCIServerAPI_Calibrator::processSet(), TraCIServerAPI_ChargingStation::processSet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_OverheadWire::processSet(), TraCIServerAPI_ParkingArea::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Rerouter::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_RouteProbe::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VariableSpeedSign::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCITestClient::readAndReportTypeDependent(), TraCIAPI::PersonScope::rerouteTraveltime(), TraCIAPI::VehicleScope::rerouteTraveltime(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::VehicleScope::setStop(), TraCITestClient::setValueTypeDependant(), TraCIServerAPI_VehicleType::setVariable(), TraCIAPI::VehicleScope::slowDown(), TraCIServerAPI_Vehicle::writeNextStops(), and TraCIServerAPI_Simulation::writeStage().
TRACI_CONST int libsumo::TYPE_DOUBLE = 0x0B |
Definition at line 488 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIAPI::VehicleScope::addSubscriptionFilterFloat(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::VehicleScope::changeSublane(), TraCIServerAPI_Simulation::commandDistanceRequest(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::EdgeScope::getAdaptedTraveltime(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), libtraci::Connection::getDouble(), TraCIAPI::TraCIScopeWrapper::getDouble(), TraCIAPI::EdgeScope::getEffort(), TraCIAPI::VehicleScope::getFollower(), TraCIAPI::VehicleScope::getFollowSpeed(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::VehicleScope::getSecureGap(), TraCIAPI::VehicleScope::getStopSpeed(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingDouble(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::VehicleTypeScope::setAccel(), TraCIAPI::VehicleTypeScope::setApparentDecel(), TraCIAPI::VehicleTypeScope::setDecel(), libtraci::Connection::setDouble(), TraCIAPI::TraCIScopeWrapper::setDouble(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::VehicleTypeScope::setEmergencyDecel(), TraCIAPI::PersonScope::setHeight(), TraCIAPI::VehicleTypeScope::setHeight(), TraCIAPI::VehicleTypeScope::setImperfection(), TraCIAPI::PersonScope::setLength(), TraCIAPI::VehicleTypeScope::setLength(), TraCIAPI::PolygonScope::setLineWidth(), TraCIAPI::VehicleTypeScope::setMaxSpeed(), TraCIAPI::VehicleScope::setMaxSpeed(), TraCIAPI::VehicleTypeScope::setMaxSpeedLat(), TraCIAPI::PersonScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGap(), TraCIAPI::VehicleScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGapLat(), TraCIAPI::TrafficLightScope::setPhaseDuration(), TraCIAPI::VehicleScope::setPreviousSpeed(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::PersonScope::setSpeed(), TraCIAPI::VehicleScope::setSpeed(), TraCIAPI::VehicleTypeScope::setSpeedDeviation(), TraCIAPI::VehicleTypeScope::setSpeedFactor(), TraCIAPI::VehicleScope::setSpeedFactor(), TraCIAPI::VehicleScope::setStop(), TraCIAPI::VehicleTypeScope::setTau(), TraCITestClient::setValueTypeDependant(), TraCIAPI::PersonScope::setWidth(), TraCIAPI::VehicleTypeScope::setWidth(), TraCIAPI::VehicleScope::slowDown(), TraCIServer::wrapDouble(), TraCIServerAPI_Vehicle::writeNextStops(), and TraCIServerAPI_Simulation::writeStage().
TRACI_CONST int libsumo::TYPE_DOUBLELIST = 0x10 |
Definition at line 496 of file TraCIConstants.h.
Referenced by TraCIServer::readTypeCheckingDoubleList().
TRACI_CONST int libsumo::TYPE_INTEGER = 0x09 |
Definition at line 486 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::PersonScope::getEdges(), libtraci::Connection::getInt(), TraCIAPI::TraCIScopeWrapper::getInt(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::TrafficLightScope::getServedPersonCount(), TraCIAPI::PersonScope::getStage(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingInt(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::POIScope::remove(), TraCIAPI::PolygonScope::remove(), TraCIAPI::PersonScope::removeStage(), TraCIAPI::GUIScope::screenshot(), libtraci::Connection::setInt(), TraCIAPI::TraCIScopeWrapper::setInt(), TraCIAPI::VehicleScope::setLaneChangeMode(), TraCIAPI::TrafficLightScope::setPhase(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::VehicleScope::setRoutingMode(), TraCIAPI::VehicleScope::setSignals(), TraCIAPI::VehicleScope::setSpeedMode(), TraCITestClient::setValueTypeDependant(), TraCIServer::wrapInt(), TraCIServerAPI_Vehicle::writeNextStops(), TraCIServerAPI_Simulation::writeStage(), and TraCIServerAPI_Simulation::writeVehicleStateNumber().
TRACI_CONST int libsumo::TYPE_POLYGON = 0x06 |
Definition at line 480 of file TraCIConstants.h.
Referenced by TraCIAPI::PolygonScope::add(), libtraci::Connection::getPolygon(), TraCIAPI::TraCIScopeWrapper::getPolygon(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Simulation::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingPolygon(), TraCIAPI::GUIScope::setBoundary(), TraCIAPI::PolygonScope::setShape(), TraCITestClient::setValueTypeDependant(), and TraCIServer::writePositionVector().
TRACI_CONST int libsumo::TYPE_STRING = 0x0C |
Definition at line 490 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeTarget(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::VehicleTypeScope::copy(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::VehicleScope::getFollowSpeed(), TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIAPI::TraCIScopeWrapper::getParameterWithKey(), TraCIAPI::VehicleScope::getSecureGap(), libtraci::Connection::getString(), TraCIAPI::TraCIScopeWrapper::getString(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServer::processSingleSubscription(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingString(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::VehicleTypeScope::setEmissionClass(), TraCIAPI::VehicleScope::setEmissionClass(), TraCIAPI::VehicleTypeScope::setLateralAlignment(), TraCIAPI::VehicleScope::setLine(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::TrafficLightScope::setPhaseName(), TraCIAPI::TrafficLightScope::setProgram(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::TrafficLightScope::setRedYellowGreenState(), TraCIAPI::VehicleScope::setRouteID(), TraCIAPI::VehicleTypeScope::setShapeClass(), TraCIAPI::VehicleScope::setShapeClass(), TraCIAPI::VehicleScope::setStop(), libtraci::Connection::setString(), TraCIAPI::TraCIScopeWrapper::setString(), TraCIAPI::PersonScope::setType(), TraCIAPI::PolygonScope::setType(), TraCIAPI::VehicleScope::setType(), TraCITestClient::setValueTypeDependant(), TraCIAPI::VehicleTypeScope::setVehicleClass(), TraCIServer::wrapString(), TraCIAPI::SimulationScope::writeMessage(), TraCIServerAPI_Vehicle::writeNextStops(), and TraCIServerAPI_Simulation::writeStage().
TRACI_CONST int libsumo::TYPE_STRINGLIST = 0x0E |
Definition at line 492 of file TraCIConstants.h.
Referenced by TraCIAPI::RouteScope::add(), TraCIAPI::VehicleScope::addSubscriptionFilterStringList(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::LaneScope::getFoes(), libtraci::Connection::getStringVector(), TraCIAPI::TraCIScopeWrapper::getStringVector(), TraCIAPI::load(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingStringList(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::VehicleScope::setRoute(), libtraci::Connection::setStringVector(), TraCIAPI::TraCIScopeWrapper::setStringVector(), TraCITestClient::setValueTypeDependant(), TraCIAPI::VehicleScope::setVia(), TraCIServer::wrapStringList(), TraCIServerAPI_Simulation::writeStage(), and TraCIServerAPI_Simulation::writeVehicleStateIDs().
TRACI_CONST int libsumo::TYPE_UBYTE = 0x07 |
Definition at line 482 of file TraCIConstants.h.
Referenced by TraCIAPI::PolygonScope::add(), TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), libtraci::Connection::getUnsignedByte(), TraCIAPI::TraCIScopeWrapper::getUnsignedByte(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingUnsignedByte(), and TraCITestClient::setValueTypeDependant().
TRACI_CONST int libsumo::VAR_ACCEL = 0x46 |
Definition at line 863 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getAccel(), TraCIAPI::VehicleScope::getAccel(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setAccel(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_ACCELERATION = 0x72 |
Definition at line 1076 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getAcceleration(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ACCUMULATED_WAITING_TIME = 0x87 |
Definition at line 1064 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getAccumulatedWaitingTime(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ACTIONSTEPLENGTH = 0x7d |
Definition at line 875 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_ADD_DYNAMICS = 0x5c |
Definition at line 953 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Polygon::processSet().
TRACI_CONST int libsumo::VAR_ALLOWED_SPEED = 0xb7 |
Definition at line 990 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getAllowedSpeed(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ANGLE = 0x43 |
Definition at line 854 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getAngle(), TraCIAPI::POIScope::getAngle(), TraCIAPI::VehicleScope::getAngle(), LIBSUMO_NAMESPACE::Person::handleVariable(), libsumo::POI::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_POI::processSet(), and TraCIAPI::POIScope::setAngle().
TRACI_CONST int libsumo::VAR_APPARENT_DECEL = 0x7c |
Definition at line 872 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getApparentDecel(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setApparentDecel(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_ARRIVALLANE = 0x76 |
Definition at line 1082 of file TraCIConstants.h.
TRACI_CONST int libsumo::VAR_ARRIVALPOS = 0x75 |
Definition at line 1079 of file TraCIConstants.h.
TRACI_CONST int libsumo::VAR_ARRIVALSPEED = 0x77 |
Definition at line 1085 of file TraCIConstants.h.
TRACI_CONST int libsumo::VAR_ARRIVED_VEHICLES_IDS = 0x7a |
Definition at line 1127 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getArrivedIDList(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_ARRIVED_VEHICLES_NUMBER = 0x79 |
Definition at line 1124 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getArrivedNumber(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_BEGIN = 0x1c |
Definition at line 740 of file TraCIConstants.h.
Referenced by libsumo::Calibrator::handleVariable().
TRACI_CONST int libsumo::VAR_BEST_LANES = 0xb2 |
Definition at line 974 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_BUS_STOP_ID_LIST = 0x9f |
Definition at line 1043 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_BUS_STOP_WAITING = 0x67 |
Definition at line 1046 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getBusStopWaiting(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_BUS_STOP_WAITING_IDS = 0xef |
Definition at line 1049 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getBusStopWaitingIDList(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_CO2EMISSION = 0x60 |
Definition at line 1017 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getCO2Emission(), TraCIAPI::LaneScope::getCO2Emission(), TraCIAPI::VehicleScope::getCO2Emission(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_COEMISSION = 0x61 |
Definition at line 1020 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getCOEmission(), TraCIAPI::LaneScope::getCOEmission(), TraCIAPI::VehicleScope::getCOEmission(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_COLLIDING_VEHICLES_IDS = 0x81 |
Definition at line 1172 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_COLLIDING_VEHICLES_NUMBER = 0x80 |
Definition at line 1169 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_COLOR = 0x45 |
Definition at line 860 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getColor(), TraCIAPI::POIScope::getColor(), TraCIAPI::PolygonScope::getColor(), TraCIAPI::VehicleTypeScope::getColor(), TraCIAPI::VehicleScope::getColor(), LIBSUMO_NAMESPACE::Person::handleVariable(), libsumo::POI::handleVariable(), libsumo::Polygon::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::PersonScope::setColor(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_CURRENT_TRAVELTIME = 0x5a |
Definition at line 944 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getTraveltime(), TraCIAPI::LaneScope::getTraveltime(), LIBSUMO_NAMESPACE::Edge::handleVariable(), and LIBSUMO_NAMESPACE::Lane::handleVariable().
TRACI_CONST int libsumo::VAR_DECEL = 0x47 |
Definition at line 866 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getDecel(), TraCIAPI::VehicleScope::getDecel(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setDecel(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_DELTA_T = 0x7b |
Definition at line 1130 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDeltaT(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_DEPARTED_VEHICLES_IDS = 0x74 |
Definition at line 1109 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDepartedIDList(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_DEPARTED_VEHICLES_NUMBER = 0x73 |
Definition at line 1106 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDepartedNumber(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_DISTANCE = 0x84 |
Definition at line 1212 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getDistance(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_EDGE_EFFORT = 0x59 |
Definition at line 941 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getEffort(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::EdgeScope::setEffort().
TRACI_CONST int libsumo::VAR_EDGE_TRAVELTIME = 0x58 |
TRACI_CONST int libsumo::VAR_EDGES = 0x54 |
TRACI_CONST int libsumo::VAR_ELECTRICITYCONSUMPTION = 0x71 |
Definition at line 1097 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getElectricityConsumption(), TraCIAPI::LaneScope::getElectricityConsumption(), TraCIAPI::VehicleScope::getElectricityConsumption(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_EMERGENCY_DECEL = 0x7b |
Definition at line 869 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getEmergencyDecel(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setEmergencyDecel(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_EMERGENCYSTOPPING_VEHICLES_IDS = 0x8a |
Definition at line 1178 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_EMERGENCYSTOPPING_VEHICLES_NUMBER = 0x89 |
Definition at line 1175 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_EMISSIONCLASS = 0x4a |
Definition at line 887 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getEmissionClass(), TraCIAPI::VehicleScope::getEmissionClass(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setEmissionClass(), TraCIAPI::VehicleScope::setEmissionClass(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_END = 0x1d |
Definition at line 743 of file TraCIConstants.h.
Referenced by libsumo::Calibrator::handleVariable().
TRACI_CONST int libsumo::VAR_FILL = 0x55 |
Definition at line 926 of file TraCIConstants.h.
Referenced by libsumo::Polygon::handleVariable(), and TraCIServerAPI_Polygon::processSet().
TRACI_CONST int libsumo::VAR_FOES = 0x37 |
Definition at line 830 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getFoes(), and TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::VAR_FOLLOW_SPEED = 0x1c |
Definition at line 725 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getFollowSpeed(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_FOLLOWER = 0x78 |
Definition at line 1055 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getFollower(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_FUELCONSUMPTION = 0x65 |
Definition at line 1032 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getFuelConsumption(), TraCIAPI::LaneScope::getFuelConsumption(), TraCIAPI::VehicleScope::getFuelConsumption(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_HAS_VIEW = 0xa7 |
Definition at line 1284 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet().
TRACI_CONST int libsumo::VAR_HCEMISSION = 0x62 |
Definition at line 1023 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getHCEmission(), TraCIAPI::LaneScope::getHCEmission(), TraCIAPI::VehicleScope::getHCEmission(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_HEIGHT = 0xbc |
Definition at line 1005 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::getHeight(), TraCIAPI::VehicleTypeScope::getHeight(), TraCIAPI::VehicleScope::getHeight(), libsumo::POI::handleVariable(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::PersonScope::setHeight(), TraCIAPI::POIScope::setHeight(), TraCIAPI::VehicleTypeScope::setHeight(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_HIGHLIGHT = 0x6c |
Definition at line 956 of file TraCIConstants.h.
Referenced by TraCIServerAPI_POI::processSet(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_IMAGEFILE = 0x93 |
Definition at line 929 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::getImageFile(), libsumo::POI::handleVariable(), TraCIServerAPI_POI::processSet(), and TraCIAPI::POIScope::setImageFile().
TRACI_CONST int libsumo::VAR_IMPERFECTION = 0x5d |
Definition at line 959 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getImperfection(), TraCIAPI::VehicleScope::getImperfection(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setImperfection(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_INSERTED = 0x15 |
Definition at line 755 of file TraCIConstants.h.
Referenced by libsumo::Calibrator::handleVariable().
TRACI_CONST int libsumo::VAR_LANE_ID = 0x51 |
Definition at line 908 of file TraCIConstants.h.
Referenced by TraCIAPI::InductionLoopScope::getLaneID(), TraCIAPI::PersonScope::getLaneID(), TraCIAPI::VehicleScope::getLaneID(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), libsumo::Calibrator::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LANE_INDEX = 0x52 |
Definition at line 911 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLaneIndex(), TraCIAPI::EdgeScope::getLaneNumber(), LIBSUMO_NAMESPACE::Edge::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LANECHANGE_MODE = 0xb6 |
Definition at line 987 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLaneChangeMode(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setLaneChangeMode().
TRACI_CONST int libsumo::VAR_LANEPOSITION = 0x56 |
Definition at line 932 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getLanePosition(), TraCIAPI::VehicleScope::getLanePosition(), libsumo::Helper::handleSingleSubscription(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), libtraci::Connection::subscribeObjectVariable(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::VAR_LANEPOSITION_LAT = 0xb8 |
Definition at line 993 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLateralLanePosition(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LANES = 0x30 |
Definition at line 920 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::VariableSpeedSign::handleVariable().
TRACI_CONST int libsumo::VAR_LASTACTIONTIME = 0x7f |
Definition at line 878 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LATALIGNMENT = 0xb9 |
Definition at line 996 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getLateralAlignment(), TraCIAPI::VehicleScope::getLateralAlignment(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setLateralAlignment(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_LEADER = 0x68 |
Definition at line 1052 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLeader(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processGet(), LIBSUMO_NAMESPACE::Vehicle::subscribeLeader(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::VAR_LENGTH = 0x44 |
Definition at line 857 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getLength(), TraCIAPI::PersonScope::getLength(), TraCIAPI::VehicleTypeScope::getLength(), TraCIAPI::VehicleScope::getLength(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::LaneScope::setLength(), TraCIAPI::PersonScope::setLength(), TraCIAPI::VehicleTypeScope::setLength(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_LINE = 0xbd |
Definition at line 1008 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLine(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setLine().
TRACI_CONST int libsumo::VAR_LOADED_VEHICLES_IDS = 0x72 |
Definition at line 1103 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getLoadedIDList(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_LOADED_VEHICLES_NUMBER = 0x71 |
Definition at line 1100 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getLoadedNumber(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_MAXSPEED = 0x41 |
Definition at line 845 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getMaxSpeed(), TraCIAPI::VehicleTypeScope::getMaxSpeed(), TraCIAPI::VehicleScope::getMaxSpeed(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::EdgeScope::setMaxSpeed(), TraCIAPI::LaneScope::setMaxSpeed(), TraCIAPI::VehicleTypeScope::setMaxSpeed(), TraCIAPI::VehicleScope::setMaxSpeed(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_MAXSPEED_LAT = 0xba |
Definition at line 999 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getMaxSpeedLat(), TraCIAPI::VehicleScope::getMaxSpeedLat(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setMaxSpeedLat(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_MIN_EXPECTED_VEHICLES = 0x7d |
Definition at line 1136 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getMinExpectedNumber(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_MINGAP = 0x4c |
Definition at line 893 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getMinGap(), TraCIAPI::VehicleScope::getMinGap(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::PersonScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGap(), TraCIAPI::VehicleScope::setMinGap(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_MINGAP_LAT = 0xbb |
Definition at line 1002 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getMinGapLat(), TraCIAPI::VehicleScope::getMinGapLat(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setMinGapLat(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_MOVE_TO = 0x5c |
Definition at line 950 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::moveTo(), TraCIServerAPI_Polygon::processSet(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_NAME = 0x1b |
Definition at line 722 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getPhaseName(), TraCIAPI::EdgeScope::getStreetName(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::TrafficLight::handleVariable(), TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setPhaseName().
TRACI_CONST int libsumo::VAR_NEIGHBORS = 0xbf |
Definition at line 1014 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NET_BOUNDING_BOX = 0x7c |
Definition at line 1133 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getNetBoundary(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_NEXT_EDGE = 0xc1 |
Definition at line 1236 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getNextEdge(), and LIBSUMO_NAMESPACE::Person::handleVariable().
TRACI_CONST int libsumo::VAR_NEXT_STOPS = 0x73 |
Definition at line 1070 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NEXT_STOPS2 = 0x74 |
Definition at line 1073 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NEXT_TLS = 0x70 |
Definition at line 1067 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NOISEEMISSION = 0x66 |
Definition at line 1035 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getNoiseEmission(), TraCIAPI::LaneScope::getNoiseEmission(), TraCIAPI::VehicleScope::getNoiseEmission(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_NOXEMISSION = 0x64 |
Definition at line 1029 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getNOxEmission(), TraCIAPI::LaneScope::getNOxEmission(), TraCIAPI::VehicleScope::getNOxEmission(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_PARAMETER = 0x7e |
Definition at line 1190 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_BusStop::processSet(), TraCIServerAPI_Calibrator::processSet(), TraCIServerAPI_ChargingStation::processSet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_OverheadWire::processSet(), TraCIServerAPI_ParkingArea::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Rerouter::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_RouteProbe::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VariableSpeedSign::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::TraCIScopeWrapper::setParameter(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_PARAMETER_WITH_KEY = 0x3e |
Definition at line 1193 of file TraCIConstants.h.
Referenced by TraCIServer::addObjectVariableSubscription(), TraCIAPI::TraCIScopeWrapper::getParameterWithKey(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), and TraCIServerAPI_VehicleType::processGet().
TRACI_CONST int libsumo::VAR_PARKING_ENDING_VEHICLES_IDS = 0x6f |
Definition at line 1166 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_ENDING_VEHICLES_NUMBER = 0x6e |
Definition at line 1163 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_MANEUVERING_VEHICLES_IDS = 0x3b |
Definition at line 1160 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_MANEUVERING_VEHICLES_NUMBER = 0x3a |
Definition at line 1157 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_STARTING_VEHICLES_IDS = 0x6d |
Definition at line 1154 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_STARTING_VEHICLES_NUMBER = 0x6c |
Definition at line 1151 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PASSED = 0x14 |
Definition at line 752 of file TraCIConstants.h.
Referenced by libsumo::Calibrator::handleVariable().
TRACI_CONST int libsumo::VAR_PERSON_CAPACITY = 0x38 |
Definition at line 1041 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getPersonCapacity(), TraCIAPI::VehicleScope::getPersonCapacity(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), and LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID().
TRACI_CONST int libsumo::VAR_PERSON_NUMBER = 0x67 |
Definition at line 1038 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getPersonNumber(), TraCIAPI::TrafficLightScope::getServedPersonCount(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), and TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::VAR_PMXEMISSION = 0x63 |
Definition at line 1026 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getPMxEmission(), TraCIAPI::LaneScope::getPMxEmission(), TraCIAPI::VehicleScope::getPMxEmission(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_POSITION = 0x42 |
Definition at line 848 of file TraCIConstants.h.
Referenced by TraCIAPI::JunctionScope::getPosition(), TraCIAPI::InductionLoopScope::getPosition(), TraCIAPI::PersonScope::getPosition(), TraCIAPI::POIScope::getPosition(), TraCIAPI::VehicleScope::getPosition(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::Junction::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), libsumo::POI::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_POI::processSet(), and TraCIAPI::POIScope::setPosition().
TRACI_CONST int libsumo::VAR_POSITION3D = 0x39 |
Definition at line 851 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getPosition3D(), TraCIAPI::VehicleScope::getPosition3D(), LIBSUMO_NAMESPACE::Junction::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), libsumo::POI::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), and TraCIServer::wrapPosition().
TRACI_CONST int libsumo::VAR_PREV_SPEED = 0x3c |
Definition at line 839 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setPreviousSpeed().
TRACI_CONST int libsumo::VAR_REMOVED = 0x16 |
Definition at line 758 of file TraCIConstants.h.
Referenced by libsumo::Calibrator::handleVariable().
TRACI_CONST int libsumo::VAR_ROAD_ID = 0x50 |
Definition at line 905 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getRoadID(), TraCIAPI::VehicleScope::getRoadID(), libsumo::Helper::handleSingleSubscription(), libsumo::Calibrator::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), LIBSUMO_NAMESPACE::RouteProbe::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), libtraci::Connection::subscribeObjectVariable(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::VAR_ROUTE = 0x57 |
Definition at line 935 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setRoute().
TRACI_CONST int libsumo::VAR_ROUTE_ID = 0x53 |
Definition at line 914 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getRouteID(), libsumo::Calibrator::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setRouteID().
TRACI_CONST int libsumo::VAR_ROUTE_INDEX = 0x69 |
Definition at line 1058 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getRouteIndex(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ROUTE_PROBE = 0x17 |
Definition at line 761 of file TraCIConstants.h.
Referenced by libsumo::Calibrator::handleVariable().
TRACI_CONST int libsumo::VAR_ROUTE_VALID = 0x92 |
Definition at line 1230 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::handleVariable(), and TraCIAPI::VehicleScope::isRouteValid().
TRACI_CONST int libsumo::VAR_ROUTING_MODE = 0x89 |
Definition at line 968 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getRoutingMode(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setRoutingMode().
TRACI_CONST int libsumo::VAR_SAMPLE_CURRENT = 0x21 |
Definition at line 1260 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::RouteProbe::handleVariable().
TRACI_CONST int libsumo::VAR_SAMPLE_LAST = 0x20 |
Definition at line 1257 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::RouteProbe::handleVariable().
TRACI_CONST int libsumo::VAR_SCREENSHOT = 0xa5 |
Definition at line 1278 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::screenshot().
TRACI_CONST int libsumo::VAR_SECURE_GAP = 0x1e |
Definition at line 731 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSecureGap(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_SELECT = 0xa4 |
Definition at line 1275 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet(), and TraCIServerAPI_GUI::processSet().
TRACI_CONST int libsumo::VAR_SHAPE = 0x4e |
Definition at line 899 of file TraCIConstants.h.
Referenced by TraCIAPI::JunctionScope::getShape(), TraCIAPI::LaneScope::getShape(), TraCIAPI::PolygonScope::getShape(), TraCIServerAPI_Junction::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Polygon::processSet(), and TraCIAPI::PolygonScope::setShape().
TRACI_CONST int libsumo::VAR_SHAPECLASS = 0x4b |
Definition at line 890 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getShapeClass(), TraCIAPI::VehicleScope::getShapeClass(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setShapeClass(), TraCIAPI::VehicleScope::setShapeClass(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_SIGNALS = 0x5b |
Definition at line 947 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSignals(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setSignals().
TRACI_CONST int libsumo::VAR_SLOPE = 0x36 |
Definition at line 833 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getSlope(), TraCIAPI::VehicleScope::getSlope(), LIBSUMO_NAMESPACE::Person::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_SPEED = 0x40 |
Definition at line 836 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getSpeed(), TraCIAPI::VehicleScope::getSpeed(), libsumo::Calibrator::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::PersonScope::setSpeed(), TraCIAPI::VehicleScope::setSpeed(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::VAR_SPEED_DEVIATION = 0x5f |
Definition at line 965 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getSpeedDeviation(), TraCIAPI::VehicleScope::getSpeedDeviation(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setSpeedDeviation(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_SPEED_FACTOR = 0x5e |
Definition at line 962 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getSpeedFactor(), TraCIAPI::VehicleScope::getSpeedFactor(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setSpeedFactor(), TraCIAPI::VehicleScope::setSpeedFactor(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_SPEED_LAT = 0x32 |
Definition at line 842 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLateralSpeed(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_SPEED_WITHOUT_TRACI = 0xb1 |
Definition at line 971 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSpeedWithoutTraCI(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_SPEEDSETMODE = 0xb3 |
Definition at line 977 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSpeedMode(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setSpeedMode().
TRACI_CONST int libsumo::VAR_STAGE = 0xc0 |
Definition at line 1233 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getStage(), and TraCIServerAPI_Person::processGet().
TRACI_CONST int libsumo::VAR_STAGES_REMAINING = 0xc2 |
Definition at line 1239 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getRemainingStages(), and LIBSUMO_NAMESPACE::Person::handleVariable().
TRACI_CONST int libsumo::VAR_STOP_ARRIVALDELAY = 0x22 |
Definition at line 737 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getStopArrivalDelay(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_STOP_DELAY = 0x1f |
Definition at line 734 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getStopDelay(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_STOP_ENDING_VEHICLES_IDS = 0x6b |
Definition at line 1148 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOP_ENDING_VEHICLES_NUMBER = 0x6a |
Definition at line 1145 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOP_SPEED = 0x1d |
Definition at line 728 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getStopSpeed(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_STOP_STARTING_VEHICLES_IDS = 0x69 |
Definition at line 1142 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::BusStop::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOP_STARTING_VEHICLES_NUMBER = 0x68 |
Definition at line 1139 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::BusStop::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOPSTATE = 0xb5 |
Definition at line 984 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getStopState(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_TAU = 0x48 |
Definition at line 881 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getTau(), TraCIAPI::VehicleScope::getTau(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setTau(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_TAXI_FLEET = 0x20 |
Definition at line 85 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Vehicle::handleVariable(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_TAXI_RESERVATIONS = 0xc6 |
Definition at line 1254 of file TraCIConstants.h.
Referenced by LIBSUMO_NAMESPACE::Person::handleVariable(), and TraCIServerAPI_Person::processGet().
TRACI_CONST int libsumo::VAR_TELEPORT_ENDING_VEHICLES_IDS = 0x78 |
Definition at line 1121 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getEndingTeleportIDList(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TELEPORT_ENDING_VEHICLES_NUMBER = 0x77 |
Definition at line 1118 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getEndingTeleportNumber(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TELEPORT_STARTING_VEHICLES_IDS = 0x76 |
Definition at line 1115 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getStartingTeleportIDList(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TELEPORT_STARTING_VEHICLES_NUMBER = 0x75 |
Definition at line 1112 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getStartingTeleportNumber(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TIME = 0x66 |
Definition at line 1091 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getTime(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TIME_STEP = 0x70 |
Definition at line 1094 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getCurrentTime(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TRACK_VEHICLE = 0xa6 |
Definition at line 1281 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet(), and TraCIServerAPI_GUI::processSet().
TRACI_CONST int libsumo::VAR_TYPE = 0x4f |
Definition at line 902 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::getType(), TraCIAPI::PolygonScope::getType(), TraCIAPI::PersonScope::getTypeID(), TraCIAPI::VehicleScope::getTypeID(), libsumo::Calibrator::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), libsumo::POI::handleVariable(), libsumo::Polygon::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::PersonScope::setType(), TraCIAPI::POIScope::setType(), TraCIAPI::PolygonScope::setType(), and TraCIAPI::VehicleScope::setType().
TRACI_CONST int libsumo::VAR_UPDATE_BESTLANES = 0x6a |
Definition at line 923 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_VEHICLE = 0xc3 |
Definition at line 1242 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getVehicle(), and LIBSUMO_NAMESPACE::Person::handleVariable().
TRACI_CONST int libsumo::VAR_VEHICLECLASS = 0x49 |
Definition at line 884 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getVehicleClass(), TraCIAPI::VehicleScope::getVehicleClass(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_VehicleType::setVariable(), and TraCIAPI::VehicleTypeScope::setVehicleClass().
TRACI_CONST int libsumo::VAR_VEHSPERHOUR = 0x13 |
Definition at line 749 of file TraCIConstants.h.
Referenced by libsumo::Calibrator::handleVariable().
TRACI_CONST int libsumo::VAR_VIA = 0xbe |
Definition at line 1011 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getVia(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setVia().
TRACI_CONST int libsumo::VAR_VIEW_BOUNDARY = 0xa3 |
Definition at line 1272 of file TraCIConstants.h.
Referenced by TraCIAPI::GUIScope::getBoundary(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::setBoundary().
TRACI_CONST int libsumo::VAR_VIEW_OFFSET = 0xa1 |
Definition at line 1266 of file TraCIConstants.h.
Referenced by TraCIAPI::GUIScope::getOffset(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::setOffset().
TRACI_CONST int libsumo::VAR_VIEW_SCHEMA = 0xa2 |
Definition at line 1269 of file TraCIConstants.h.
Referenced by TraCIAPI::GUIScope::getSchema(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), TraCIAPI::GUIScope::setSchema(), and TraCIAPI::GUIScope::trackVehicle().
TRACI_CONST int libsumo::VAR_VIEW_ZOOM = 0xa0 |
Definition at line 1263 of file TraCIConstants.h.
Referenced by TraCIAPI::GUIScope::getZoom(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::setZoom().
TRACI_CONST int libsumo::VAR_VTYPES = 0x1e |
Definition at line 746 of file TraCIConstants.h.
Referenced by libsumo::Calibrator::handleVariable().
TRACI_CONST int libsumo::VAR_WAITING_TIME = 0x7a |
Definition at line 1061 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getWaitingTime(), TraCIAPI::VehicleScope::getWaitingTime(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), and LIBSUMO_NAMESPACE::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_WIDTH = 0x4d |
Definition at line 896 of file TraCIConstants.h.
Referenced by TraCIAPI::PolygonScope::getLineWidth(), TraCIAPI::LaneScope::getWidth(), TraCIAPI::POIScope::getWidth(), TraCIAPI::VehicleTypeScope::getWidth(), TraCIAPI::VehicleScope::getWidth(), LIBSUMO_NAMESPACE::Lane::handleVariable(), libsumo::POI::handleVariable(), libsumo::Polygon::handleVariable(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::PolygonScope::setLineWidth(), TraCIServerAPI_VehicleType::setVariable(), TraCIAPI::PersonScope::setWidth(), TraCIAPI::POIScope::setWidth(), and TraCIAPI::VehicleTypeScope::setWidth().