![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Data Structures | |
class | Edge |
class | Helper |
C++ TraCI client API implementation. More... | |
class | InductionLoop |
class | Junction |
class | Lane |
class | LaneArea |
class | MultiEntryExit |
class | Person |
class | POI |
class | Polygon |
class | Route |
class | Simulation |
class | Subscription |
Representation of a subscription. More... | |
struct | TraCIBestLanesData |
struct | TraCIColor |
A color. More... | |
class | TraCIConnection |
struct | TraCIDouble |
class | TraCIException |
struct | TraCIInt |
class | TraCILink |
class | TraCILogic |
struct | TraCINextStopData |
struct | TraCINextTLSData |
class | TraCIPhase |
struct | TraCIPosition |
A 3D-position. More... | |
struct | TraCIResult |
struct | TraCIRoadPosition |
An edgeId, position and laneIndex. More... | |
class | TraCIStage |
struct | TraCIString |
struct | TraCIStringList |
struct | TraCIVehicleData |
mirrors MSInductLoop::VehicleData More... | |
class | TrafficLight |
class | VariableWrapper |
class | Vehicle |
class | VehicleType |
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_NO_RTREE = SUBS_FILTER_DOWNSTREAM_DIST | SUBS_FILTER_UPSTREAM_DIST | SUBS_FILTER_LANES | SUBS_FILTER_TURN | SUBS_FILTER_LEAD_FOLLOW, SUBS_FILTER_MANEUVER = SUBS_FILTER_TURN | SUBS_FILTER_LEAD_FOLLOW } |
Filter types for context subscriptions. More... | |
typedef std::map<std::string, SubscriptionResults> libsumo::ContextSubscriptionResults |
Definition at line 205 of file TraCIDefs.h.
typedef std::map<std::string, TraCIResults> libsumo::SubscriptionResults |
{object->{variable->value}}
Definition at line 204 of file TraCIDefs.h.
typedef std::vector<TraCIPosition> libsumo::TraCIPositionVector |
Definition at line 150 of file TraCIDefs.h.
typedef std::map<int, std::shared_ptr<TraCIResult> > libsumo::TraCIResults |
{variable->value}
Definition at line 202 of file TraCIDefs.h.
Filter types for context subscriptions.
Definition at line 35 of file Subscription.h.
TRACI_CONST int libsumo::ADD = 0x80 |
Definition at line 932 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::RouteScope::add(), TraCIAPI::PersonScope::add(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Vehicle::processSet(), and TraCIServerAPI_Person::processSet().
TRACI_CONST int libsumo::ADD_FULL = 0x85 |
Definition at line 950 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::add(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::APPEND_STAGE = 0xc4 |
Definition at line 980 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 443 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_POS_MAX = -0x03 |
Definition at line 447 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_POS_RANDOM = -0x02 |
Definition at line 446 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_SPEED_CURRENT = -0x02 |
Definition at line 444 of file TraCIConstants.h.
TRACI_CONST int libsumo::AUTOMATIC_CONTEXT_SUBSCRIPTION = 0x03 |
Definition at line 505 of file TraCIConstants.h.
TRACI_CONST int libsumo::AUTOMATIC_VARIABLES_SUBSCRIPTION = 0x02 |
Definition at line 502 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_ADD_SUBSCRIPTION_FILTER = 0x7e |
Definition at line 86 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 68 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 74 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::changeSublane(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_CHANGETARGET = 0x31 |
Definition at line 80 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 922 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet().
TRACI_CONST int libsumo::CMD_CLOSE = 0x7F |
Definition at line 83 of file TraCIConstants.h.
Referenced by TraCIAPI::close(), TraCITestClient::commandClose(), TraCIServer::dispatchCommand(), TraCIServer::processCommandsUntilSimStep(), and TraCIAPI::send_commandClose().
TRACI_CONST int libsumo::CMD_GET_EDGE_VARIABLE = 0xaa |
Definition at line 240 of file TraCIConstants.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), TraCIAPI::EdgeScope::getAdaptedTraveltime(), TraCIAPI::EdgeScope::getCO2Emission(), TraCIAPI::EdgeScope::getCOEmission(), TraCIAPI::EdgeScope::getEffort(), TraCIAPI::EdgeScope::getElectricityConsumption(), TraCIAPI::EdgeScope::getFuelConsumption(), TraCIAPI::EdgeScope::getHCEmission(), TraCIAPI::EdgeScope::getIDCount(), TraCIAPI::EdgeScope::getIDList(), TraCIAPI::EdgeScope::getLaneNumber(), TraCIAPI::EdgeScope::getLastStepHaltingNumber(), TraCIAPI::EdgeScope::getLastStepLength(), TraCIAPI::EdgeScope::getLastStepMeanSpeed(), TraCIAPI::EdgeScope::getLastStepOccupancy(), TraCIAPI::EdgeScope::getLastStepVehicleIDs(), TraCIAPI::EdgeScope::getLastStepVehicleNumber(), TraCIAPI::EdgeScope::getNoiseEmission(), TraCIAPI::EdgeScope::getNOxEmission(), TraCIAPI::EdgeScope::getPMxEmission(), TraCIAPI::EdgeScope::getStreetName(), TraCIAPI::EdgeScope::getTraveltime(), libsumo::Helper::handleSingleSubscription(), libsumo::Helper::moveToXYMap(), TraCIServerAPI_Edge::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_GUI_VARIABLE = 0xac |
Definition at line 270 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), TraCIAPI::GUIScope::getBoundary(), TraCIAPI::GUIScope::getIDList(), TraCIAPI::GUIScope::getOffset(), TraCIAPI::GUIScope::getSchema(), TraCIAPI::GUIScope::getZoom(), TraCIServerAPI_GUI::processGet(), and GUILoadThread::run().
TRACI_CONST int libsumo::CMD_GET_INDUCTIONLOOP_VARIABLE = 0xa0 |
Definition at line 94 of file TraCIConstants.h.
Referenced by libsumo::Helper::collectObjectsInRange(), TraCIAPI::InductionLoopScope::getIDList(), TraCIAPI::InductionLoopScope::getLaneID(), TraCIAPI::InductionLoopScope::getLastStepMeanLength(), TraCIAPI::InductionLoopScope::getLastStepMeanSpeed(), TraCIAPI::InductionLoopScope::getLastStepOccupancy(), TraCIAPI::InductionLoopScope::getLastStepVehicleIDs(), TraCIAPI::InductionLoopScope::getLastStepVehicleNumber(), TraCIAPI::InductionLoopScope::getPosition(), TraCIAPI::InductionLoopScope::getTimeSinceDetection(), TraCIAPI::InductionLoopScope::getVehicleData(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_InductionLoop::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_JUNCTION_VARIABLE = 0xa9 |
Definition at line 225 of file TraCIConstants.h.
Referenced by libsumo::Helper::collectObjectsInRange(), TraCIAPI::JunctionScope::getIDCount(), TraCIAPI::JunctionScope::getIDList(), TraCIAPI::JunctionScope::getPosition(), TraCIAPI::JunctionScope::getShape(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Junction::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_LANE_VARIABLE = 0xa3 |
Definition at line 135 of file TraCIConstants.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), libsumo::Helper::convertCartesianToRoadMap(), TraCIAPI::LaneScope::getAllowed(), TraCIAPI::LaneScope::getCO2Emission(), TraCIAPI::LaneScope::getCOEmission(), TraCIAPI::LaneScope::getDisallowed(), TraCIAPI::LaneScope::getEdgeID(), TraCIAPI::LaneScope::getElectricityConsumption(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::LaneScope::getFuelConsumption(), TraCIAPI::LaneScope::getHCEmission(), TraCIAPI::LaneScope::getIDCount(), TraCIAPI::LaneScope::getIDList(), TraCIAPI::LaneScope::getLastStepHaltingNumber(), TraCIAPI::LaneScope::getLastStepLength(), TraCIAPI::LaneScope::getLastStepMeanSpeed(), TraCIAPI::LaneScope::getLastStepOccupancy(), TraCIAPI::LaneScope::getLastStepVehicleIDs(), TraCIAPI::LaneScope::getLastStepVehicleNumber(), TraCIAPI::LaneScope::getLength(), TraCIAPI::LaneScope::getLinkNumber(), TraCIAPI::LaneScope::getLinks(), TraCIAPI::LaneScope::getMaxSpeed(), TraCIAPI::LaneScope::getNoiseEmission(), TraCIAPI::LaneScope::getNOxEmission(), TraCIAPI::LaneScope::getPMxEmission(), TraCIAPI::LaneScope::getShape(), TraCIAPI::LaneScope::getTraveltime(), TraCIAPI::LaneScope::getWidth(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Lane::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_LANEAREA_VARIABLE = 0xad |
Definition at line 285 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneAreaScope::getIDList(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_LaneArea::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_MULTIENTRYEXIT_VARIABLE = 0xa1 |
Definition at line 107 of file TraCIConstants.h.
Referenced by TraCIAPI::MeMeScope::getIDList(), TraCIAPI::MeMeScope::getLastStepHaltingNumber(), TraCIAPI::MeMeScope::getLastStepMeanSpeed(), TraCIAPI::MeMeScope::getLastStepVehicleIDs(), TraCIAPI::MeMeScope::getLastStepVehicleNumber(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_MultiEntryExit::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_PERSON_VARIABLE = 0xae |
Definition at line 298 of file TraCIConstants.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), TraCIAPI::PersonScope::getAngle(), TraCIAPI::PersonScope::getColor(), TraCIAPI::PersonScope::getEdges(), TraCIAPI::PersonScope::getIDCount(), TraCIAPI::PersonScope::getIDList(), TraCIAPI::PersonScope::getLanePosition(), TraCIAPI::PersonScope::getLength(), TraCIAPI::PersonScope::getNextEdge(), TraCIAPI::PersonScope::getPosition(), TraCIAPI::PersonScope::getPosition3D(), TraCIAPI::PersonScope::getRemainingStages(), TraCIAPI::PersonScope::getRoadID(), TraCIAPI::PersonScope::getSlope(), TraCIAPI::PersonScope::getSpeed(), TraCIAPI::PersonScope::getStage(), TraCIAPI::PersonScope::getTypeID(), TraCIAPI::PersonScope::getVehicle(), TraCIAPI::PersonScope::getWaitingTime(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Person::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_POI_VARIABLE = 0xa7 |
Definition at line 195 of file TraCIConstants.h.
Referenced by libsumo::Helper::collectObjectsInRange(), TraCIAPI::POIScope::getAngle(), TraCIAPI::POIScope::getColor(), TraCIAPI::POIScope::getHeight(), TraCIAPI::POIScope::getIDCount(), TraCIAPI::POIScope::getIDList(), TraCIAPI::POIScope::getImageFile(), TraCIAPI::POIScope::getPosition(), TraCIAPI::POIScope::getType(), TraCIAPI::POIScope::getWidth(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_POI::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_POLYGON_VARIABLE = 0xa8 |
Definition at line 210 of file TraCIConstants.h.
Referenced by libsumo::Helper::collectObjectsInRange(), TraCIAPI::PolygonScope::getColor(), TraCIAPI::PolygonScope::getIDCount(), TraCIAPI::PolygonScope::getIDList(), TraCIAPI::PolygonScope::getLineWidth(), TraCIAPI::PolygonScope::getShape(), TraCIAPI::PolygonScope::getType(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Polygon::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_ROUTE_VARIABLE = 0xa6 |
Definition at line 180 of file TraCIConstants.h.
Referenced by TraCIAPI::RouteScope::getEdges(), TraCIAPI::RouteScope::getIDList(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Route::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_SIM_VARIABLE = 0xab |
Definition at line 255 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::SimulationScope::getArrivedIDList(), TraCIAPI::SimulationScope::getArrivedNumber(), TraCIAPI::SimulationScope::getBusStopWaiting(), TraCIAPI::SimulationScope::getBusStopWaitingIDList(), TraCIAPI::SimulationScope::getCurrentTime(), TraCIAPI::SimulationScope::getDeltaT(), TraCIAPI::SimulationScope::getDepartedIDList(), TraCIAPI::SimulationScope::getDepartedNumber(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIAPI::SimulationScope::getEndingTeleportIDList(), TraCIAPI::SimulationScope::getEndingTeleportNumber(), TraCIAPI::SimulationScope::getLoadedIDList(), TraCIAPI::SimulationScope::getLoadedNumber(), TraCIAPI::SimulationScope::getMinExpectedNumber(), TraCIAPI::SimulationScope::getNetBoundary(), TraCIAPI::SimulationScope::getStartingTeleportIDList(), TraCIAPI::SimulationScope::getStartingTeleportNumber(), TraCIAPI::SimulationScope::getTime(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Simulation::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_TL_VARIABLE = 0xa2 |
Definition at line 120 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getCompleteRedYellowGreenDefinition(), TraCIAPI::TrafficLightScope::getControlledLanes(), TraCIAPI::TrafficLightScope::getControlledLinks(), TraCIAPI::TrafficLightScope::getIDCount(), TraCIAPI::TrafficLightScope::getIDList(), TraCIAPI::TrafficLightScope::getNextSwitch(), TraCIAPI::TrafficLightScope::getPhase(), TraCIAPI::TrafficLightScope::getPhaseDuration(), TraCIAPI::TrafficLightScope::getPhaseName(), TraCIAPI::TrafficLightScope::getProgram(), TraCIAPI::TrafficLightScope::getRedYellowGreenState(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_TrafficLight::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_VEHICLE_VARIABLE = 0xa4 |
Definition at line 150 of file TraCIConstants.h.
Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), TraCIAPI::VehicleScope::getAccel(), TraCIAPI::VehicleScope::getAcceleration(), TraCIAPI::VehicleScope::getAccumulatedWaitingTime(), TraCIAPI::VehicleScope::getAllowedSpeed(), TraCIAPI::VehicleScope::getAngle(), TraCIAPI::VehicleScope::getBestLanes(), TraCIAPI::VehicleScope::getCO2Emission(), TraCIAPI::VehicleScope::getCOEmission(), TraCIAPI::VehicleScope::getColor(), TraCIAPI::VehicleScope::getDecel(), TraCIAPI::VehicleScope::getDistance(), TraCIAPI::VehicleScope::getElectricityConsumption(), TraCIAPI::VehicleScope::getEmissionClass(), TraCIAPI::VehicleScope::getFuelConsumption(), TraCIAPI::VehicleScope::getHCEmission(), TraCIAPI::VehicleScope::getHeight(), TraCIAPI::VehicleScope::getIDCount(), TraCIAPI::VehicleScope::getIDList(), TraCIAPI::VehicleScope::getImperfection(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::VehicleScope::getLaneID(), TraCIAPI::VehicleScope::getLaneIndex(), TraCIAPI::VehicleScope::getLanePosition(), TraCIAPI::VehicleScope::getLateralAlignment(), TraCIAPI::VehicleScope::getLateralLanePosition(), TraCIAPI::VehicleScope::getLateralSpeed(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::VehicleScope::getLength(), TraCIAPI::VehicleScope::getLine(), TraCIAPI::VehicleScope::getMaxSpeed(), TraCIAPI::VehicleScope::getMaxSpeedLat(), TraCIAPI::VehicleScope::getMinGap(), TraCIAPI::VehicleScope::getMinGapLat(), TraCIAPI::VehicleScope::getNextTLS(), TraCIAPI::VehicleScope::getNoiseEmission(), TraCIAPI::VehicleScope::getNOxEmission(), TraCIAPI::VehicleScope::getPersonCapacity(), TraCIAPI::VehicleScope::getPersonIDList(), TraCIAPI::VehicleScope::getPersonNumber(), TraCIAPI::VehicleScope::getPMxEmission(), TraCIAPI::VehicleScope::getPosition(), TraCIAPI::VehicleScope::getPosition3D(), TraCIAPI::VehicleScope::getRoadID(), TraCIAPI::VehicleScope::getRoute(), TraCIAPI::VehicleScope::getRouteID(), TraCIAPI::VehicleScope::getRouteIndex(), TraCIAPI::VehicleScope::getRoutingMode(), TraCIAPI::VehicleScope::getShapeClass(), TraCIAPI::VehicleScope::getSignals(), TraCIAPI::VehicleScope::getSlope(), TraCIAPI::VehicleScope::getSpeed(), TraCIAPI::VehicleScope::getSpeedDeviation(), TraCIAPI::VehicleScope::getSpeedFactor(), TraCIAPI::VehicleScope::getSpeedMode(), TraCIAPI::VehicleScope::getSpeedWithoutTraCI(), TraCIAPI::VehicleScope::getStopState(), TraCIAPI::VehicleScope::getTau(), TraCIAPI::VehicleScope::getTypeID(), TraCIAPI::VehicleScope::getVehicleClass(), TraCIAPI::VehicleScope::getVia(), TraCIAPI::VehicleScope::getWaitingTime(), TraCIAPI::VehicleScope::getWidth(), libsumo::Helper::handleSingleSubscription(), TraCIAPI::VehicleScope::isRouteValid(), TraCIServer::isVehicleToVehicleContextSubscription(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Vehicle::processSet(), TraCITestClient::testAPI(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GET_VEHICLETYPE_VARIABLE = 0xa5 |
Definition at line 165 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getAccel(), TraCIAPI::VehicleTypeScope::getApparentDecel(), TraCIAPI::VehicleTypeScope::getColor(), TraCIAPI::VehicleTypeScope::getDecel(), TraCIAPI::VehicleTypeScope::getEmergencyDecel(), TraCIAPI::VehicleTypeScope::getEmissionClass(), TraCIAPI::VehicleTypeScope::getHeight(), TraCIAPI::VehicleTypeScope::getIDList(), TraCIAPI::VehicleTypeScope::getImperfection(), TraCIAPI::VehicleTypeScope::getLateralAlignment(), TraCIAPI::VehicleTypeScope::getLength(), TraCIAPI::VehicleTypeScope::getMaxSpeed(), TraCIAPI::VehicleTypeScope::getMaxSpeedLat(), TraCIAPI::VehicleTypeScope::getMinGap(), TraCIAPI::VehicleTypeScope::getMinGapLat(), TraCIAPI::VehicleTypeScope::getPersonCapacity(), TraCIAPI::VehicleTypeScope::getShapeClass(), TraCIAPI::VehicleTypeScope::getSpeedDeviation(), TraCIAPI::VehicleTypeScope::getSpeedFactor(), TraCIAPI::VehicleTypeScope::getTau(), TraCIAPI::VehicleTypeScope::getVehicleClass(), TraCIAPI::VehicleTypeScope::getWidth(), libsumo::Helper::handleSingleSubscription(), TraCIServerAPI_VehicleType::processGet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_GETVERSION = 0x00 |
Definition at line 47 of file TraCIConstants.h.
Referenced by TraCIServer::checkClientOrdering(), TraCIServer::commandGetVersion(), and TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_LOAD = 0x01 |
Definition at line 50 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), TraCIAPI::load(), and TraCIServer::processCommandsUntilSimStep().
TRACI_CONST int libsumo::CMD_OPENGAP = 0x16 |
Definition at line 77 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::openGap(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_EFFORT = 0x91 |
Definition at line 962 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_TO_PARKING = 0xc2 |
Definition at line 62 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_TRAVELTIME = 0x90 |
Definition at line 959 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIAPI::VehicleScope::rerouteTraveltime(), and TraCIAPI::PersonScope::rerouteTraveltime().
TRACI_CONST int libsumo::CMD_RESUME = 0x19 |
Definition at line 65 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_SAVE_SIMSTATE = 0x95 |
Definition at line 925 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet().
TRACI_CONST int libsumo::CMD_SET_EDGE_VARIABLE = 0xca |
Definition at line 244 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIServerAPI_Edge::processSet(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::EdgeScope::setMaxSpeed(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_GUI_VARIABLE = 0xcc |
Definition at line 274 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), TraCIServerAPI_GUI::processSet(), GUILoadThread::run(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::GUIScope::setBoundary(), TraCIAPI::GUIScope::setOffset(), TraCIAPI::GUIScope::setSchema(), TraCIAPI::GUIScope::setZoom(), and TraCIAPI::GUIScope::trackVehicle().
TRACI_CONST int libsumo::CMD_SET_JUNCTION_VARIABLE = 0xc9 |
Definition at line 229 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SET_LANE_VARIABLE = 0xc3 |
Definition at line 139 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Lane::processSet(), TraCIAPI::LaneScope::setAllowed(), TraCIAPI::LaneScope::setDisallowed(), TraCIAPI::LaneScope::setLength(), TraCIAPI::LaneScope::setMaxSpeed(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_PERSON_VARIABLE = 0xce |
Definition at line 302 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 199 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::POIScope::remove(), TraCIAPI::POIScope::setAngle(), TraCIAPI::POIScope::setColor(), TraCIAPI::POIScope::setHeight(), TraCIAPI::POIScope::setImageFile(), TraCIAPI::POIScope::setPosition(), TraCIAPI::POIScope::setType(), TraCIAPI::POIScope::setWidth(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_POLYGON_VARIABLE = 0xc8 |
Definition at line 214 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_ROUTE_VARIABLE = 0xc6 |
Definition at line 184 of file TraCIConstants.h.
Referenced by TraCIAPI::RouteScope::add(), TraCIServerAPI_Route::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_SIM_VARIABLE = 0xcb |
Definition at line 259 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_TL_VARIABLE = 0xc2 |
Definition at line 124 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), TraCIAPI::TrafficLightScope::setPhase(), TraCIAPI::TrafficLightScope::setPhaseDuration(), TraCIAPI::TrafficLightScope::setPhaseName(), TraCIAPI::TrafficLightScope::setProgram(), TraCIAPI::TrafficLightScope::setRedYellowGreenState(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::CMD_SET_VEHICLE_VARIABLE = 0xc4 |
Definition at line 154 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_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIAPI::VehicleScope::remove(), TraCIAPI::VehicleScope::rerouteTraveltime(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::VehicleScope::setEmissionClass(), TraCIAPI::VehicleScope::setLine(), TraCIAPI::VehicleScope::setMaxSpeed(), 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 169 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 56 of file TraCIConstants.h.
Referenced by TraCIServer::checkClientOrdering(), TraCITestClient::commandSetOrder(), TraCIServer::dispatchCommand(), TraCIAPI::send_commandSetOrder(), and TraCIAPI::setOrder().
TRACI_CONST int libsumo::CMD_SIMSTEP = 0x02 |
Definition at line 53 of file TraCIConstants.h.
Referenced by TraCITestClient::commandSimulationStep(), TraCIServer::dispatchCommand(), TraCIServer::postProcessSimulationStep(), TraCIServer::processCommandsUntilSimStep(), TraCIAPI::send_commandSimulationStep(), TraCIServer::sendSingleSimStepResponse(), and TraCIAPI::simulationStep().
TRACI_CONST int libsumo::CMD_SLOWDOWN = 0x14 |
Definition at line 71 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::slowDown().
TRACI_CONST int libsumo::CMD_STOP = 0x12 |
Definition at line 59 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setStop().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_EDGE_CONTEXT = 0x8a |
Definition at line 236 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_EDGE_VARIABLE = 0xda |
Definition at line 246 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_CONTEXT = 0x8c |
Definition at line 266 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_VARIABLE = 0xdc |
Definition at line 276 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x80 |
Definition at line 90 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xd0 |
Definition at line 98 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_JUNCTION_CONTEXT = 0x89 |
Definition at line 221 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_JUNCTION_VARIABLE = 0xd9 |
Definition at line 231 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANE_CONTEXT = 0x83 |
Definition at line 131 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANE_VARIABLE = 0xd3 |
Definition at line 141 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_CONTEXT = 0x8d |
Definition at line 281 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_VARIABLE = 0xdd |
Definition at line 289 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x81 |
Definition at line 103 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xd1 |
Definition at line 111 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_PERSON_CONTEXT = 0x8e |
Definition at line 294 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), libsumo::Helper::findObjectShape(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_PERSON_VARIABLE = 0xde |
Definition at line 304 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POI_CONTEXT = 0x87 |
Definition at line 191 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POI_VARIABLE = 0xd7 |
Definition at line 201 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POLYGON_CONTEXT = 0x88 |
Definition at line 206 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POLYGON_VARIABLE = 0xd8 |
Definition at line 216 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_CONTEXT = 0x86 |
Definition at line 176 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_VARIABLE = 0xd6 |
Definition at line 186 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_CONTEXT = 0x8b |
Definition at line 251 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_VARIABLE = 0xdb |
Definition at line 261 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Simulation::subscribe().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_CONTEXT = 0x82 |
Definition at line 116 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_VARIABLE = 0xd2 |
Definition at line 126 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLE_CONTEXT = 0x84 |
Definition at line 146 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), libsumo::Helper::findObjectShape(), TraCIServer::isVehicleToVehicleContextSubscription(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLE_VARIABLE = 0xd4 |
Definition at line 156 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x85 |
Definition at line 161 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xd5 |
Definition at line 171 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::COPY = 0x88 |
Definition at line 938 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 425 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_ALLOWED_FREE = -0x04 |
Definition at line 433 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_BEST_FREE = -0x05 |
Definition at line 434 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_FIRST_ALLOWED = -0x06 |
Definition at line 435 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_FREE = -0x03 |
Definition at line 432 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_RANDOM = -0x02 |
Definition at line 431 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_NOW = -0x03 |
Definition at line 426 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::~PersonScope().
TRACI_CONST int libsumo::DEPARTFLAG_POS_BASE = -0x04 |
Definition at line 439 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_FREE = -0x03 |
Definition at line 438 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_LAST = -0x05 |
Definition at line 440 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM = -0x02 |
Definition at line 437 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM_FREE = -0x06 |
Definition at line 441 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_SPEED_MAX = -0x03 |
Definition at line 429 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_SPEED_RANDOM = -0x02 |
Definition at line 428 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_TRIGGERED = -0x01 |
Definition at line 424 of file TraCIConstants.h.
TRACI_CONST int libsumo::DISTANCE_REQUEST = 0x83 |
Definition at line 944 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIServerAPI_Vehicle::processGet(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::FILTER_TYPE_DOWNSTREAM_DIST = 0x03 |
Definition at line 475 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterDownstreamDistance().
TRACI_CONST int libsumo::FILTER_TYPE_LANES = 0x01 |
Definition at line 469 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), TraCIAPI::VehicleScope::addSubscriptionFilterLanes(), and TraCIAPI::VehicleScope::addSubscriptionFilterLeadFollow().
TRACI_CONST int libsumo::FILTER_TYPE_LEAD_FOLLOW = 0x05 |
Definition at line 481 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterLeadFollow().
TRACI_CONST int libsumo::FILTER_TYPE_NONE = 0x00 |
Definition at line 466 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter().
TRACI_CONST int libsumo::FILTER_TYPE_NOOPPOSITE = 0x02 |
Definition at line 472 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterNoOpposite().
TRACI_CONST int libsumo::FILTER_TYPE_TURN = 0x07 |
Definition at line 484 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterTurn().
TRACI_CONST int libsumo::FILTER_TYPE_UPSTREAM_DIST = 0x04 |
Definition at line 478 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterUpstreamDistance().
TRACI_CONST int libsumo::FILTER_TYPE_VCLASS = 0x08 |
Definition at line 487 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterVClass().
TRACI_CONST int libsumo::FILTER_TYPE_VTYPE = 0x09 |
Definition at line 490 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterVType().
TRACI_CONST int libsumo::FIND_INTERMODAL_ROUTE = 0x87 |
Definition at line 956 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::FIND_ROUTE = 0x86 |
Definition at line 953 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::GENERIC_ATTRIBUTE = 0x03 |
Definition at line 508 of file TraCIConstants.h.
TRACI_CONST int libsumo::ID_COUNT = 0x01 |
Definition at line 499 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getIDCount(), TraCIAPI::JunctionScope::getIDCount(), TraCIAPI::LaneScope::getIDCount(), TraCIAPI::POIScope::getIDCount(), TraCIAPI::PolygonScope::getIDCount(), TraCIAPI::TrafficLightScope::getIDCount(), TraCIAPI::VehicleScope::getIDCount(), TraCIAPI::PersonScope::getIDCount(), libsumo::MultiEntryExit::handleVariable(), libsumo::LaneArea::handleVariable(), libsumo::Route::handleVariable(), libsumo::Junction::handleVariable(), libsumo::InductionLoop::handleVariable(), libsumo::TrafficLight::handleVariable(), libsumo::Polygon::handleVariable(), libsumo::POI::handleVariable(), libsumo::Edge::handleVariable(), libsumo::Person::handleVariable(), libsumo::Lane::handleVariable(), libsumo::VehicleType::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST double libsumo::INVALID_DOUBLE_VALUE = -1073741824.0 |
Definition at line 363 of file TraCIConstants.h.
Referenced by TraCIServer::addObjectVariableSubscription(), TraCIServerAPI_Simulation::commandDistanceRequest(), libsumo::Simulation::findIntermodalRoute(), libsumo::Vehicle::getAcceleration(), libsumo::Vehicle::getAdaptedTraveltime(), libsumo::Vehicle::getAllowedSpeed(), libsumo::Vehicle::getAngle(), libsumo::Vehicle::getCO2Emission(), libsumo::Vehicle::getCOEmission(), libsumo::Vehicle::getDistance(), TraCIAPI::getDouble(), libsumo::Vehicle::getDrivingDistance(), libsumo::Vehicle::getDrivingDistance2D(), libsumo::Vehicle::getEffort(), libsumo::Vehicle::getElectricityConsumption(), libsumo::Vehicle::getFuelConsumption(), libsumo::Vehicle::getHCEmission(), libsumo::Vehicle::getLanePosition(), libsumo::Vehicle::getLateralLanePosition(), libsumo::Vehicle::getLateralSpeed(), TraCIAPI::VehicleScope::getLeader(), libsumo::Vehicle::getNoiseEmission(), libsumo::Vehicle::getNOxEmission(), libsumo::Vehicle::getPMxEmission(), libsumo::Vehicle::getSlope(), libsumo::Vehicle::getSpeed(), libsumo::Vehicle::getSpeedWithoutTraCI(), libsumo::Helper::makeTraCIPosition(), libsumo::Person::moveToXY(), libsumo::Vehicle::moveToXY(), libsumo::Helper::moveToXYMap(), TraCIServerAPI_Vehicle::processSet(), libsumo::Vehicle::setAdaptedTraveltime(), libsumo::Vehicle::setEffort(), libsumo::Vehicle::setStop(), and libsumo::Helper::subscribe().
TRACI_CONST int libsumo::INVALID_INT_VALUE = -1073741824 |
Definition at line 365 of file TraCIConstants.h.
Referenced by TraCIAPI::getByte(), TraCIAPI::getInt(), TraCIAPI::VehicleScope::getLaneChangeState(), libsumo::Vehicle::getLaneIndex(), libsumo::Vehicle::getRouteIndex(), and TraCIAPI::getUnsignedByte().
TRACI_CONST int libsumo::JAM_LENGTH_METERS = 0x19 |
Definition at line 538 of file TraCIConstants.h.
Referenced by libsumo::LaneArea::handleVariable().
TRACI_CONST int libsumo::JAM_LENGTH_VEHICLE = 0x18 |
Definition at line 535 of file TraCIConstants.h.
Referenced by libsumo::LaneArea::handleVariable().
TRACI_CONST int libsumo::LANE_ALLOWED = 0x34 |
Definition at line 595 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getAllowed(), libsumo::Lane::handleVariable(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), and TraCIAPI::LaneScope::setAllowed().
TRACI_CONST int libsumo::LANE_DISALLOWED = 0x35 |
Definition at line 598 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getDisallowed(), libsumo::Lane::handleVariable(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), and TraCIAPI::LaneScope::setDisallowed().
TRACI_CONST int libsumo::LANE_EDGE_ID = 0x31 |
Definition at line 589 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getEdgeID(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LANE_LINK_NUMBER = 0x30 |
Definition at line 586 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getLinkNumber(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LANE_LINKS = 0x33 |
Definition at line 592 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getLinks(), and TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::LAST_STEP_LENGTH = 0x15 |
Definition at line 526 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getLastStepLength(), TraCIAPI::LaneScope::getLastStepLength(), TraCIAPI::InductionLoopScope::getLastStepMeanLength(), libsumo::InductionLoop::handleVariable(), libsumo::Edge::handleVariable(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_MEAN_SPEED = 0x11 |
Definition at line 514 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getLastStepMeanSpeed(), TraCIAPI::InductionLoopScope::getLastStepMeanSpeed(), TraCIAPI::LaneScope::getLastStepMeanSpeed(), TraCIAPI::MeMeScope::getLastStepMeanSpeed(), libsumo::MultiEntryExit::handleVariable(), libsumo::LaneArea::handleVariable(), libsumo::InductionLoop::handleVariable(), libsumo::Edge::handleVariable(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_OCCUPANCY = 0x13 |
Definition at line 520 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getLastStepOccupancy(), TraCIAPI::InductionLoopScope::getLastStepOccupancy(), TraCIAPI::LaneScope::getLastStepOccupancy(), libsumo::LaneArea::handleVariable(), libsumo::InductionLoop::handleVariable(), libsumo::Edge::handleVariable(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_PERSON_ID_LIST = 0x1a |
Definition at line 541 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getPersonIDList(), libsumo::Edge::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_TIME_SINCE_DETECTION = 0x16 |
Definition at line 529 of file TraCIConstants.h.
Referenced by TraCIAPI::InductionLoopScope::getTimeSinceDetection(), and libsumo::InductionLoop::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_VEHICLE_DATA = 0x17 |
Definition at line 532 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 523 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getLastStepHaltingNumber(), TraCIAPI::LaneScope::getLastStepHaltingNumber(), TraCIAPI::MeMeScope::getLastStepHaltingNumber(), libsumo::MultiEntryExit::handleVariable(), libsumo::LaneArea::handleVariable(), libsumo::Edge::handleVariable(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_VEHICLE_ID_LIST = 0x12 |
Definition at line 517 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getLastStepVehicleIDs(), TraCIAPI::InductionLoopScope::getLastStepVehicleIDs(), TraCIAPI::LaneScope::getLastStepVehicleIDs(), TraCIAPI::MeMeScope::getLastStepVehicleIDs(), libsumo::MultiEntryExit::handleVariable(), libsumo::LaneArea::handleVariable(), libsumo::InductionLoop::handleVariable(), libsumo::Edge::handleVariable(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LAST_STEP_VEHICLE_NUMBER = 0x10 |
Definition at line 511 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getLastStepVehicleNumber(), TraCIAPI::InductionLoopScope::getLastStepVehicleNumber(), TraCIAPI::LaneScope::getLastStepVehicleNumber(), TraCIAPI::MeMeScope::getLastStepVehicleNumber(), libsumo::Helper::handleSingleSubscription(), libsumo::MultiEntryExit::handleVariable(), libsumo::LaneArea::handleVariable(), libsumo::InductionLoop::handleVariable(), libsumo::Edge::handleVariable(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::MAX_ORDER = 1073741824 |
Definition at line 367 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::MOVE_TO_XY = 0xb4 |
Definition at line 745 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_Vehicle::processSet(), and TraCIServerAPI_Person::processSet().
TRACI_CONST int libsumo::POSITION_2D = 0x01 |
Definition at line 315 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(), TraCIAPI::getPosition(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingPosition2D(), TraCIAPI::readVariables(), TraCIAPI::GUIScope::setOffset(), TraCIAPI::POIScope::setPosition(), TraCITestClient::setValueTypeDependant(), and TraCIServer::wrapPosition().
TRACI_CONST int libsumo::POSITION_3D = 0x03 |
Definition at line 319 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::commandDistanceRequest(), TraCIServerAPI_Simulation::commandPositionConversion(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::getPosition3D(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIAPI::readVariables(), TraCITestClient::setValueTypeDependant(), and TraCIServer::wrapPosition().
TRACI_CONST int libsumo::POSITION_CONVERSION = 0x82 |
Definition at line 941 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 317 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::commandPositionConversion(), and TraCIAPI::SimulationScope::convert3D().
TRACI_CONST int libsumo::POSITION_ROADMAP = 0x04 |
Definition at line 321 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 935 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 387 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_PARKING = 0x01 |
Definition at line 385 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_STAGE = 0xc5 |
Definition at line 986 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processSet(), and TraCIAPI::PersonScope::removeStage().
TRACI_CONST int libsumo::REMOVE_TELEPORT = 0x00 |
Definition at line 383 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_TELEPORT_ARRIVED = 0x04 |
Definition at line 391 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_VAPORIZED = 0x03 |
Definition at line 389 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REPLACE_STAGE = 0xcd |
Definition at line 983 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processSet().
TRACI_CONST int libsumo::REQUEST_AIRDIST = 0x00 |
Definition at line 374 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_EDGE_VARIABLE = 0xba |
Definition at line 242 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Edge::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_GUI_VARIABLE = 0xbc |
Definition at line 272 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_INDUCTIONLOOP_VARIABLE = 0xb0 |
Definition at line 96 of file TraCIConstants.h.
Referenced by TraCIServerAPI_InductionLoop::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_JUNCTION_VARIABLE = 0xb9 |
Definition at line 227 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Junction::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_LANE_VARIABLE = 0xb3 |
Definition at line 137 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_LANEAREA_VARIABLE = 0xbd |
Definition at line 287 of file TraCIConstants.h.
Referenced by TraCIServerAPI_LaneArea::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_MULTIENTRYEXIT_VARIABLE = 0xb1 |
Definition at line 109 of file TraCIConstants.h.
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_PERSON_VARIABLE = 0xbe |
Definition at line 300 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_POI_VARIABLE = 0xb7 |
Definition at line 197 of file TraCIConstants.h.
Referenced by TraCIServerAPI_POI::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_POLYGON_VARIABLE = 0xb8 |
Definition at line 212 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Polygon::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_ROUTE_VARIABLE = 0xb6 |
Definition at line 182 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Route::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_SIM_VARIABLE = 0xbb |
Definition at line 257 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_TL_VARIABLE = 0xb2 |
Definition at line 122 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_VEHICLE_VARIABLE = 0xb4 |
Definition at line 152 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_VEHICLETYPE_VARIABLE = 0xb5 |
Definition at line 167 of file TraCIConstants.h.
Referenced by TraCIServerAPI_VehicleType::processGet().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_CONTEXT = 0x9a |
Definition at line 238 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_VARIABLE = 0xea |
Definition at line 248 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_CONTEXT = 0x9c |
Definition at line 268 of file TraCIConstants.h.
Referenced by TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_VARIABLE = 0xec |
Definition at line 278 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI(), and TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x90 |
Definition at line 92 of file TraCIConstants.h.
Referenced by TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xe0 |
Definition at line 100 of file TraCIConstants.h.
Referenced by TraCIAPI::simulationStep(), and TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_CONTEXT = 0x99 |
Definition at line 223 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE = 0xe9 |
Definition at line 233 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_CONTEXT = 0x93 |
Definition at line 133 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_VARIABLE = 0xe3 |
Definition at line 143 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT = 0x9d |
Definition at line 283 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE = 0xed |
Definition at line 291 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x91 |
Definition at line 105 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xe1 |
Definition at line 113 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_CONTEXT = 0x9e |
Definition at line 296 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_VARIABLE = 0xee |
Definition at line 306 of file TraCIConstants.h.
Referenced by TraCIAPI::simulationStep(), and TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_CONTEXT = 0x97 |
Definition at line 193 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_VARIABLE = 0xe7 |
Definition at line 203 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_CONTEXT = 0x98 |
Definition at line 208 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_VARIABLE = 0xe8 |
Definition at line 218 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_CONTEXT = 0x96 |
Definition at line 178 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_VARIABLE = 0xe6 |
Definition at line 188 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_CONTEXT = 0x9b |
Definition at line 253 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_VARIABLE = 0xeb |
Definition at line 263 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_CONTEXT = 0x92 |
Definition at line 118 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_VARIABLE = 0xe2 |
Definition at line 128 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT = 0x94 |
Definition at line 148 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE = 0xe4 |
Definition at line 158 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x95 |
Definition at line 163 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xe5 |
Definition at line 173 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::ROUTING_MODE_AGGREGATED = 0x01 |
Definition at line 455 of file TraCIConstants.h.
Referenced by libsumo::Simulation::findRoute(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::ROUTING_MODE_COMBINED = 0x03 |
Definition at line 459 of file TraCIConstants.h.
Referenced by MSNet::getIntermodalRouter().
TRACI_CONST int libsumo::ROUTING_MODE_DEFAULT = 0x00 |
Definition at line 453 of file TraCIConstants.h.
TRACI_CONST int libsumo::ROUTING_MODE_EFFORT = 0x02 |
Definition at line 457 of file TraCIConstants.h.
TRACI_CONST int libsumo::RTYPE_ERR = 0xFF |
Definition at line 357 of file TraCIConstants.h.
Referenced by 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 355 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), TraCIAPI::check_resultState(), TraCIServer::dispatchCommand(), TraCIServer::processSingleSubscription(), and TraCIServer::writeStatusCmd().
TRACI_CONST int libsumo::RTYPE_OK = 0x00 |
Definition at line 353 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), TraCIAPI::check_resultState(), TraCIServer::commandGetVersion(), TraCIServer::dispatchCommand(), TraCIServer::initialiseSubscription(), TraCIServer::postProcessSimulationStep(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_MultiEntryExit::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_LaneArea::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Junction::processGet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_Simulation::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServer::processSingleSubscription(), TraCIAPI::readVariables(), TraCIServer::removeSubscription(), TraCIServer::sendSingleSimStepResponse(), and TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::STAGE_ACCESS = 0x04 |
Definition at line 405 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_DRIVING = 0x03 |
Definition at line 403 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::appendDrivingStage(), and libsumo::Person::getStage().
TRACI_CONST int libsumo::STAGE_TRIP = 0x05 |
Definition at line 407 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_WAITING = 0x01 |
Definition at line 399 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::appendWaitingStage().
TRACI_CONST int libsumo::STAGE_WAITING_FOR_DEPART = 0x00 |
Definition at line 397 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_WALKING = 0x02 |
Definition at line 401 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::appendWalkingStage(), libsumo::Person::getStage(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::STOP_BUS_STOP = 0x08 |
Definition at line 416 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CHARGING_STATION = 0x20 |
Definition at line 418 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CONTAINER_STOP = 0x10 |
Definition at line 417 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CONTAINER_TRIGGERED = 0x04 |
Definition at line 415 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_DEFAULT = 0x00 |
Definition at line 412 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_PARKING = 0x01 |
Definition at line 413 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_PARKING_AREA = 0x40 |
Definition at line 419 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_TRIGGERED = 0x02 |
Definition at line 414 of file TraCIConstants.h.
TRACI_CONST int libsumo::TL_COMPLETE_DEFINITION_RYG = 0x2b |
Definition at line 574 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getCompleteRedYellowGreenDefinition(), and TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_COMPLETE_PROGRAM_RYG = 0x2c |
Definition at line 577 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
TRACI_CONST int libsumo::TL_CONTROLLED_JUNCTIONS = 0x2a |
Definition at line 571 of file TraCIConstants.h.
Referenced by libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CONTROLLED_LANES = 0x26 |
Definition at line 559 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getControlledLanes(), and libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CONTROLLED_LINKS = 0x27 |
Definition at line 562 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getControlledLinks(), and TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_CURRENT_PHASE = 0x28 |
Definition at line 565 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getPhase(), and libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CURRENT_PROGRAM = 0x29 |
Definition at line 568 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getProgram(), and libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_EXTERNAL_STATE = 0x2e |
Definition at line 583 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_NEXT_SWITCH = 0x2d |
Definition at line 580 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getNextSwitch(), and libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_PHASE_DURATION = 0x24 |
Definition at line 556 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getPhaseDuration(), libsumo::TrafficLight::handleVariable(), TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setPhaseDuration().
TRACI_CONST int libsumo::TL_PHASE_INDEX = 0x22 |
Definition at line 550 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setPhase().
TRACI_CONST int libsumo::TL_PROGRAM = 0x23 |
Definition at line 553 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 547 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getRedYellowGreenState(), libsumo::TrafficLight::handleVariable(), TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setRedYellowGreenState().
TRACI_CONST int libsumo::TRACI_ID_LIST = 0x00 |
Definition at line 496 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getIDList(), TraCIAPI::GUIScope::getIDList(), TraCIAPI::InductionLoopScope::getIDList(), TraCIAPI::JunctionScope::getIDList(), TraCIAPI::LaneScope::getIDList(), TraCIAPI::LaneAreaScope::getIDList(), TraCIAPI::MeMeScope::getIDList(), TraCIAPI::POIScope::getIDList(), TraCIAPI::PolygonScope::getIDList(), TraCIAPI::RouteScope::getIDList(), TraCIAPI::TrafficLightScope::getIDList(), TraCIAPI::VehicleTypeScope::getIDList(), TraCIAPI::VehicleScope::getIDList(), TraCIAPI::PersonScope::getIDList(), libsumo::Helper::handleSingleSubscription(), libsumo::MultiEntryExit::handleVariable(), libsumo::LaneArea::handleVariable(), libsumo::Route::handleVariable(), libsumo::Junction::handleVariable(), libsumo::InductionLoop::handleVariable(), libsumo::TrafficLight::handleVariable(), libsumo::Polygon::handleVariable(), libsumo::POI::handleVariable(), libsumo::Edge::handleVariable(), libsumo::Person::handleVariable(), libsumo::Lane::handleVariable(), libsumo::VehicleType::handleVariable(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_GUI::processGet(), and TraCIServer::processSingleSubscription().
TRACI_CONST int libsumo::TRACI_VERSION = 20 |
Definition at line 41 of file TraCIConstants.h.
Referenced by TraCIServer::commandGetVersion().
TRACI_CONST int libsumo::TYPE_BYTE = 0x08 |
Definition at line 332 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::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 346 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::getColor(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingColor(), TraCIAPI::readVariables(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::PersonScope::setColor(), TraCITestClient::setValueTypeDependant(), and TraCIServer::wrapColor().
TRACI_CONST int libsumo::TYPE_COMPOUND = 0x0F |
Definition at line 342 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::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::VehicleScope::getBestLanes(), TraCIAPI::TrafficLightScope::getCompleteRedYellowGreenDefinition(), TraCIAPI::TrafficLightScope::getControlledLinks(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::LaneScope::getLinks(), TraCIAPI::VehicleScope::getNextTLS(), TraCIAPI::getTraCIStage(), TraCIAPI::InductionLoopScope::getVehicleData(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Lane::processSet(), TraCITestClient::readAndReportTypeDependent(), TraCIAPI::VehicleScope::rerouteTraveltime(), TraCIAPI::PersonScope::rerouteTraveltime(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::VehicleScope::setStop(), TraCITestClient::setValueTypeDependant(), TraCIServerAPI_VehicleType::setVariable(), TraCIAPI::VehicleScope::slowDown(), and TraCIServerAPI_Simulation::writeStage().
TRACI_CONST int libsumo::TYPE_DOUBLE = 0x0B |
Definition at line 336 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIAPI::POIScope::add(), TraCIAPI::PersonScope::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::EdgeScope::getAdaptedTraveltime(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIAPI::getDouble(), TraCIAPI::EdgeScope::getEffort(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Lane::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingDouble(), TraCIAPI::readVariables(), TraCIAPI::VehicleTypeScope::setAccel(), TraCIAPI::POIScope::setAngle(), TraCIAPI::VehicleTypeScope::setApparentDecel(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), TraCIAPI::VehicleTypeScope::setDecel(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::VehicleTypeScope::setEmergencyDecel(), TraCIAPI::POIScope::setHeight(), TraCIAPI::VehicleTypeScope::setHeight(), TraCIAPI::PersonScope::setHeight(), TraCIAPI::VehicleTypeScope::setImperfection(), TraCIAPI::LaneScope::setLength(), TraCIAPI::VehicleTypeScope::setLength(), TraCIAPI::PersonScope::setLength(), TraCIAPI::PolygonScope::setLineWidth(), TraCIAPI::LaneScope::setMaxSpeed(), TraCIAPI::VehicleTypeScope::setMaxSpeed(), TraCIAPI::VehicleScope::setMaxSpeed(), TraCIAPI::VehicleTypeScope::setMaxSpeedLat(), TraCIAPI::VehicleTypeScope::setMinGap(), TraCIAPI::PersonScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGapLat(), TraCIAPI::TrafficLightScope::setPhaseDuration(), TraCIAPI::VehicleScope::setSpeed(), TraCIAPI::PersonScope::setSpeed(), TraCIAPI::VehicleTypeScope::setSpeedDeviation(), TraCIAPI::VehicleTypeScope::setSpeedFactor(), TraCIAPI::VehicleScope::setSpeedFactor(), TraCIAPI::VehicleScope::setStop(), TraCIAPI::VehicleTypeScope::setTau(), TraCITestClient::setValueTypeDependant(), TraCIAPI::POIScope::setWidth(), TraCIAPI::VehicleTypeScope::setWidth(), TraCIAPI::PersonScope::setWidth(), TraCIAPI::GUIScope::setZoom(), TraCIAPI::VehicleScope::slowDown(), TraCIServer::wrapDouble(), and TraCIServerAPI_Simulation::writeStage().
TRACI_CONST int libsumo::TYPE_DOUBLELIST = 0x10 |
Definition at line 344 of file TraCIConstants.h.
Referenced by TraCIServer::readTypeCheckingDoubleList().
TRACI_CONST int libsumo::TYPE_INTEGER = 0x09 |
Definition at line 334 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::PersonScope::getEdges(), TraCIAPI::getInt(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::PersonScope::getStage(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Lane::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingInt(), TraCIAPI::readVariables(), TraCIAPI::POIScope::remove(), TraCIAPI::PolygonScope::remove(), TraCIAPI::PersonScope::removeStage(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), TraCIAPI::TrafficLightScope::setPhase(), TraCIAPI::VehicleScope::setRoutingMode(), TraCIAPI::VehicleScope::setSignals(), TraCIAPI::VehicleScope::setSpeedMode(), TraCITestClient::setValueTypeDependant(), TraCIServer::wrapInt(), TraCIServerAPI_Simulation::writeStage(), and TraCIServerAPI_Simulation::writeVehicleStateNumber().
TRACI_CONST int libsumo::TYPE_POLYGON = 0x06 |
Definition at line 328 of file TraCIConstants.h.
Referenced by TraCIAPI::PolygonScope::add(), TraCIAPI::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 338 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeTarget(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::VehicleTypeScope::copy(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIAPI::getString(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServer::processSingleSubscription(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingString(), TraCIAPI::readVariables(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), TraCIAPI::VehicleTypeScope::setEmissionClass(), TraCIAPI::VehicleScope::setEmissionClass(), TraCIAPI::POIScope::setImageFile(), TraCIAPI::VehicleTypeScope::setLateralAlignment(), TraCIAPI::VehicleScope::setLine(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::TrafficLightScope::setPhaseName(), TraCIAPI::TrafficLightScope::setProgram(), TraCIAPI::TrafficLightScope::setRedYellowGreenState(), TraCIAPI::VehicleScope::setRouteID(), TraCIAPI::GUIScope::setSchema(), TraCIAPI::VehicleTypeScope::setShapeClass(), TraCIAPI::VehicleScope::setShapeClass(), TraCIAPI::VehicleScope::setStop(), TraCIAPI::POIScope::setType(), TraCIAPI::PolygonScope::setType(), TraCIAPI::VehicleScope::setType(), TraCIAPI::PersonScope::setType(), TraCITestClient::setValueTypeDependant(), TraCIAPI::VehicleTypeScope::setVehicleClass(), TraCIAPI::GUIScope::trackVehicle(), TraCIServer::wrapString(), and TraCIServerAPI_Simulation::writeStage().
TRACI_CONST int libsumo::TYPE_STRINGLIST = 0x0E |
Definition at line 340 of file TraCIConstants.h.
Referenced by TraCIAPI::RouteScope::add(), TraCIAPI::VehicleScope::addSubscriptionFilterStringList(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::getStringVector(), TraCIAPI::load(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Lane::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingStringList(), TraCIAPI::readVariables(), TraCIAPI::LaneScope::setAllowed(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), TraCIAPI::LaneScope::setDisallowed(), TraCIAPI::VehicleScope::setRoute(), TraCITestClient::setValueTypeDependant(), TraCIAPI::VehicleScope::setVia(), TraCIServer::wrapStringList(), TraCIServerAPI_Simulation::writeStage(), and TraCIServerAPI_Simulation::writeVehicleStateIDs().
TRACI_CONST int libsumo::TYPE_UBYTE = 0x07 |
Definition at line 330 of file TraCIConstants.h.
Referenced by TraCIAPI::PolygonScope::add(), TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::getUnsignedByte(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Lane::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingUnsignedByte(), and TraCITestClient::setValueTypeDependant().
TRACI_CONST int libsumo::VAR_ACCEL = 0x46 |
Definition at line 631 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getAccel(), TraCIAPI::VehicleScope::getAccel(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setAccel(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_ACCELERATION = 0x72 |
Definition at line 835 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getAcceleration(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ACCUMULATED_WAITING_TIME = 0x87 |
Definition at line 826 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getAccumulatedWaitingTime(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ACTIONSTEPLENGTH = 0x7d |
Definition at line 643 of file TraCIConstants.h.
Referenced by libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_ADD_DYNAMICS = 0x5c |
Definition at line 718 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Polygon::processSet().
TRACI_CONST int libsumo::VAR_ALLOWED_SPEED = 0xb7 |
Definition at line 755 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getAllowedSpeed(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ANGLE = 0x43 |
Definition at line 622 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::getAngle(), TraCIAPI::VehicleScope::getAngle(), TraCIAPI::PersonScope::getAngle(), libsumo::POI::handleVariable(), libsumo::Person::handleVariable(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_POI::processSet(), and TraCIAPI::POIScope::setAngle().
TRACI_CONST int libsumo::VAR_APPARENT_DECEL = 0x7c |
Definition at line 640 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getApparentDecel(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setApparentDecel(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_ARRIVED_VEHICLES_IDS = 0x7a |
Definition at line 874 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getArrivedIDList(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_ARRIVED_VEHICLES_NUMBER = 0x79 |
Definition at line 871 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getArrivedNumber(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_BEST_LANES = 0xb2 |
Definition at line 739 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 808 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_BUS_STOP_WAITING = 0x67 |
Definition at line 811 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getBusStopWaiting(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_BUS_STOP_WAITING_IDS = 0xef |
Definition at line 814 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getBusStopWaitingIDList(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_CO2EMISSION = 0x60 |
Definition at line 782 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getCO2Emission(), TraCIAPI::LaneScope::getCO2Emission(), TraCIAPI::VehicleScope::getCO2Emission(), libsumo::Edge::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_COEMISSION = 0x61 |
Definition at line 785 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getCOEmission(), TraCIAPI::LaneScope::getCOEmission(), TraCIAPI::VehicleScope::getCOEmission(), libsumo::Edge::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_COLLIDING_VEHICLES_IDS = 0x81 |
Definition at line 913 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_COLLIDING_VEHICLES_NUMBER = 0x80 |
Definition at line 910 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_COLOR = 0x45 |
Definition at line 628 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::getColor(), TraCIAPI::PolygonScope::getColor(), TraCIAPI::VehicleTypeScope::getColor(), TraCIAPI::VehicleScope::getColor(), TraCIAPI::PersonScope::getColor(), libsumo::Polygon::handleVariable(), libsumo::POI::handleVariable(), libsumo::Person::handleVariable(), libsumo::VehicleType::handleVariable(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIAPI::POIScope::setColor(), TraCIAPI::PolygonScope::setColor(), TraCIAPI::VehicleTypeScope::setColor(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::PersonScope::setColor(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_CURRENT_TRAVELTIME = 0x5a |
Definition at line 709 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getTraveltime(), TraCIAPI::LaneScope::getTraveltime(), libsumo::Edge::handleVariable(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::VAR_DECEL = 0x47 |
Definition at line 634 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getDecel(), TraCIAPI::VehicleScope::getDecel(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setDecel(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_DELTA_T = 0x7b |
Definition at line 877 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDeltaT(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_DEPARTED_VEHICLES_IDS = 0x74 |
Definition at line 856 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDepartedIDList(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_DEPARTED_VEHICLES_NUMBER = 0x73 |
Definition at line 853 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getDepartedNumber(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_DISTANCE = 0x84 |
Definition at line 947 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getDistance(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_EDGE_EFFORT = 0x59 |
Definition at line 706 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 |
Definition at line 685 of file TraCIConstants.h.
Referenced by TraCIAPI::RouteScope::getEdges(), TraCIAPI::PersonScope::getEdges(), TraCIAPI::VehicleScope::getRoute(), libsumo::Route::handleVariable(), libsumo::Vehicle::handleVariable(), and TraCIServerAPI_Person::processGet().
TRACI_CONST int libsumo::VAR_ELECTRICITYCONSUMPTION = 0x71 |
Definition at line 844 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getElectricityConsumption(), TraCIAPI::LaneScope::getElectricityConsumption(), TraCIAPI::VehicleScope::getElectricityConsumption(), libsumo::Edge::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_EMERGENCY_DECEL = 0x7b |
Definition at line 637 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getEmergencyDecel(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setEmergencyDecel(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_EMERGENCYSTOPPING_VEHICLES_IDS = 0x8a |
Definition at line 919 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_EMERGENCYSTOPPING_VEHICLES_NUMBER = 0x89 |
Definition at line 916 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_EMISSIONCLASS = 0x4a |
Definition at line 655 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getEmissionClass(), TraCIAPI::VehicleScope::getEmissionClass(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setEmissionClass(), TraCIAPI::VehicleScope::setEmissionClass(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_FILL = 0x55 |
Definition at line 691 of file TraCIConstants.h.
Referenced by libsumo::Polygon::handleVariable(), and TraCIServerAPI_Polygon::processSet().
TRACI_CONST int libsumo::VAR_FOES = 0x37 |
Definition at line 601 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getFoes(), and TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::VAR_FUELCONSUMPTION = 0x65 |
Definition at line 797 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getFuelConsumption(), TraCIAPI::LaneScope::getFuelConsumption(), TraCIAPI::VehicleScope::getFuelConsumption(), libsumo::Edge::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_HAS_VIEW = 0xa7 |
Definition at line 1007 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet().
TRACI_CONST int libsumo::VAR_HCEMISSION = 0x62 |
Definition at line 788 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getHCEmission(), TraCIAPI::LaneScope::getHCEmission(), TraCIAPI::VehicleScope::getHCEmission(), libsumo::Edge::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_HEIGHT = 0xbc |
Definition at line 770 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::getHeight(), TraCIAPI::VehicleTypeScope::getHeight(), TraCIAPI::VehicleScope::getHeight(), libsumo::POI::handleVariable(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIAPI::POIScope::setHeight(), TraCIAPI::VehicleTypeScope::setHeight(), TraCIAPI::PersonScope::setHeight(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_HIGHLIGHT = 0x6c |
Definition at line 721 of file TraCIConstants.h.
Referenced by TraCIServerAPI_POI::processSet(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_IMAGEFILE = 0x93 |
Definition at line 694 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 724 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getImperfection(), TraCIAPI::VehicleScope::getImperfection(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setImperfection(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_LANE_ID = 0x51 |
Definition at line 676 of file TraCIConstants.h.
Referenced by TraCIAPI::InductionLoopScope::getLaneID(), TraCIAPI::VehicleScope::getLaneID(), libsumo::LaneArea::handleVariable(), libsumo::InductionLoop::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LANE_INDEX = 0x52 |
Definition at line 679 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLaneIndex(), TraCIAPI::EdgeScope::getLaneNumber(), libsumo::Edge::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LANECHANGE_MODE = 0xb6 |
Definition at line 752 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::handleVariable(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_LANEPOSITION = 0x56 |
Definition at line 697 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLanePosition(), TraCIAPI::PersonScope::getLanePosition(), libsumo::Helper::handleSingleSubscription(), libsumo::Person::handleVariable(), libsumo::Vehicle::handleVariable(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::VAR_LANEPOSITION_LAT = 0xb8 |
Definition at line 758 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLateralLanePosition(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LASTACTIONTIME = 0x7f |
Definition at line 646 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LATALIGNMENT = 0xb9 |
Definition at line 761 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getLateralAlignment(), TraCIAPI::VehicleScope::getLateralAlignment(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setLateralAlignment(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_LEADER = 0x68 |
Definition at line 817 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLeader(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processGet(), libsumo::Vehicle::subscribeLeader(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::VAR_LENGTH = 0x44 |
Definition at line 625 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getLength(), TraCIAPI::VehicleTypeScope::getLength(), TraCIAPI::VehicleScope::getLength(), TraCIAPI::PersonScope::getLength(), libsumo::LaneArea::handleVariable(), libsumo::Lane::handleVariable(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Lane::processSet(), TraCIAPI::LaneScope::setLength(), TraCIAPI::VehicleTypeScope::setLength(), TraCIAPI::PersonScope::setLength(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_LINE = 0xbd |
Definition at line 773 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLine(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setLine().
TRACI_CONST int libsumo::VAR_LOADED_VEHICLES_IDS = 0x72 |
Definition at line 850 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getLoadedIDList(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_LOADED_VEHICLES_NUMBER = 0x71 |
Definition at line 847 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getLoadedNumber(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_MAXSPEED = 0x41 |
Definition at line 613 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getMaxSpeed(), TraCIAPI::VehicleTypeScope::getMaxSpeed(), TraCIAPI::VehicleScope::getMaxSpeed(), libsumo::Lane::handleVariable(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Lane::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 764 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getMaxSpeedLat(), TraCIAPI::VehicleScope::getMaxSpeedLat(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setMaxSpeedLat(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_MIN_EXPECTED_VEHICLES = 0x7d |
Definition at line 883 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getMinExpectedNumber(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_MINGAP = 0x4c |
Definition at line 661 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getMinGap(), TraCIAPI::VehicleScope::getMinGap(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIAPI::VehicleTypeScope::setMinGap(), TraCIAPI::PersonScope::setMinGap(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_MINGAP_LAT = 0xbb |
Definition at line 767 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getMinGapLat(), TraCIAPI::VehicleScope::getMinGapLat(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setMinGapLat(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_MOVE_TO = 0x5c |
Definition at line 715 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 544 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getPhaseName(), TraCIAPI::EdgeScope::getStreetName(), libsumo::TrafficLight::handleVariable(), libsumo::Edge::handleVariable(), TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setPhaseName().
TRACI_CONST int libsumo::VAR_NEIGHBORS = 0xbf |
Definition at line 779 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NET_BOUNDING_BOX = 0x7c |
Definition at line 880 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getNetBoundary(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_NEXT_EDGE = 0xc1 |
Definition at line 971 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getNextEdge(), and libsumo::Person::handleVariable().
TRACI_CONST int libsumo::VAR_NEXT_STOPS = 0x73 |
Definition at line 832 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NEXT_TLS = 0x70 |
Definition at line 829 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NOISEEMISSION = 0x66 |
Definition at line 800 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getNoiseEmission(), TraCIAPI::LaneScope::getNoiseEmission(), TraCIAPI::VehicleScope::getNoiseEmission(), libsumo::Edge::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_NOXEMISSION = 0x64 |
Definition at line 794 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getNOxEmission(), TraCIAPI::LaneScope::getNOxEmission(), TraCIAPI::VehicleScope::getNOxEmission(), libsumo::Edge::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_PARAMETER = 0x7e |
Definition at line 928 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Lane::processSet(), TraCIAPI::TraCIScopeWrapper::setParameter(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_PARKING_ENDING_VEHICLES_IDS = 0x6f |
Definition at line 907 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_ENDING_VEHICLES_NUMBER = 0x6e |
Definition at line 904 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_STARTING_VEHICLES_IDS = 0x6d |
Definition at line 901 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_STARTING_VEHICLES_NUMBER = 0x6c |
Definition at line 898 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PERSON_CAPACITY = 0x38 |
Definition at line 806 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getPersonCapacity(), TraCIAPI::VehicleScope::getPersonCapacity(), libsumo::VehicleType::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_PERSON_NUMBER = 0x67 |
Definition at line 803 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getPersonNumber(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_PMXEMISSION = 0x63 |
Definition at line 791 of file TraCIConstants.h.
Referenced by TraCIAPI::EdgeScope::getPMxEmission(), TraCIAPI::LaneScope::getPMxEmission(), TraCIAPI::VehicleScope::getPMxEmission(), libsumo::Edge::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_POSITION = 0x42 |
Definition at line 616 of file TraCIConstants.h.
Referenced by TraCIAPI::InductionLoopScope::getPosition(), TraCIAPI::JunctionScope::getPosition(), TraCIAPI::POIScope::getPosition(), TraCIAPI::VehicleScope::getPosition(), TraCIAPI::PersonScope::getPosition(), libsumo::LaneArea::handleVariable(), libsumo::Junction::handleVariable(), libsumo::InductionLoop::handleVariable(), libsumo::POI::handleVariable(), libsumo::Person::handleVariable(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_POI::processSet(), and TraCIAPI::POIScope::setPosition().
TRACI_CONST int libsumo::VAR_POSITION3D = 0x39 |
Definition at line 619 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getPosition3D(), TraCIAPI::PersonScope::getPosition3D(), libsumo::POI::handleVariable(), libsumo::Person::handleVariable(), libsumo::Vehicle::handleVariable(), and TraCIServer::wrapPosition().
TRACI_CONST int libsumo::VAR_ROAD_ID = 0x50 |
Definition at line 673 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getRoadID(), TraCIAPI::PersonScope::getRoadID(), libsumo::Helper::handleSingleSubscription(), libsumo::Person::handleVariable(), libsumo::Vehicle::handleVariable(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::VAR_ROUTE = 0x57 |
Definition at line 700 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setRoute().
TRACI_CONST int libsumo::VAR_ROUTE_ID = 0x53 |
Definition at line 682 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getRouteID(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setRouteID().
TRACI_CONST int libsumo::VAR_ROUTE_INDEX = 0x69 |
Definition at line 820 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getRouteIndex(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ROUTE_VALID = 0x92 |
Definition at line 965 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::handleVariable(), and TraCIAPI::VehicleScope::isRouteValid().
TRACI_CONST int libsumo::VAR_ROUTING_MODE = 0x89 |
Definition at line 733 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getRoutingMode(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setRoutingMode().
TRACI_CONST int libsumo::VAR_SCREENSHOT = 0xa5 |
Definition at line 1001 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::screenshot().
TRACI_CONST int libsumo::VAR_SHAPE = 0x4e |
Definition at line 667 of file TraCIConstants.h.
Referenced by TraCIAPI::JunctionScope::getShape(), TraCIAPI::LaneScope::getShape(), TraCIAPI::PolygonScope::getShape(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Junction::processGet(), TraCIServerAPI_Polygon::processSet(), and TraCIAPI::PolygonScope::setShape().
TRACI_CONST int libsumo::VAR_SHAPECLASS = 0x4b |
Definition at line 658 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getShapeClass(), TraCIAPI::VehicleScope::getShapeClass(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setShapeClass(), TraCIAPI::VehicleScope::setShapeClass(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_SIGNALS = 0x5b |
Definition at line 712 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSignals(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setSignals().
TRACI_CONST int libsumo::VAR_SLOPE = 0x36 |
Definition at line 604 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSlope(), TraCIAPI::PersonScope::getSlope(), libsumo::Person::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_SPEED = 0x40 |
Definition at line 607 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSpeed(), TraCIAPI::PersonScope::getSpeed(), libsumo::Person::handleVariable(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIAPI::VehicleScope::setSpeed(), TraCIAPI::PersonScope::setSpeed(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::VAR_SPEED_DEVIATION = 0x5f |
Definition at line 730 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getSpeedDeviation(), TraCIAPI::VehicleScope::getSpeedDeviation(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::VehicleTypeScope::setSpeedDeviation(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_SPEED_FACTOR = 0x5e |
Definition at line 727 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getSpeedFactor(), TraCIAPI::VehicleScope::getSpeedFactor(), libsumo::VehicleType::handleVariable(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setSpeedFactor(), TraCIAPI::VehicleScope::setSpeedFactor(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_SPEED_LAT = 0x32 |
Definition at line 610 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLateralSpeed(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_SPEED_WITHOUT_TRACI = 0xb1 |
Definition at line 736 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSpeedWithoutTraCI(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_SPEEDSETMODE = 0xb3 |
Definition at line 742 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSpeedMode(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setSpeedMode().
TRACI_CONST int libsumo::VAR_STAGE = 0xc0 |
Definition at line 968 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getStage(), and TraCIServerAPI_Person::processGet().
TRACI_CONST int libsumo::VAR_STAGES_REMAINING = 0xc2 |
Definition at line 974 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getRemainingStages(), and libsumo::Person::handleVariable().
TRACI_CONST int libsumo::VAR_STOP_ENDING_VEHICLES_IDS = 0x6b |
Definition at line 895 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOP_ENDING_VEHICLES_NUMBER = 0x6a |
Definition at line 892 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOP_STARTING_VEHICLES_IDS = 0x69 |
Definition at line 889 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOP_STARTING_VEHICLES_NUMBER = 0x68 |
Definition at line 886 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOPSTATE = 0xb5 |
Definition at line 749 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getStopState(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_TAU = 0x48 |
Definition at line 649 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getTau(), TraCIAPI::VehicleScope::getTau(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleTypeScope::setTau(), and TraCIServerAPI_VehicleType::setVariable().
TRACI_CONST int libsumo::VAR_TELEPORT_ENDING_VEHICLES_IDS = 0x78 |
Definition at line 868 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getEndingTeleportIDList(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TELEPORT_ENDING_VEHICLES_NUMBER = 0x77 |
Definition at line 865 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getEndingTeleportNumber(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TELEPORT_STARTING_VEHICLES_IDS = 0x76 |
Definition at line 862 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getStartingTeleportIDList(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TELEPORT_STARTING_VEHICLES_NUMBER = 0x75 |
Definition at line 859 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getStartingTeleportNumber(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TIME = 0x66 |
Definition at line 838 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getTime(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TIME_STEP = 0x70 |
Definition at line 841 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getCurrentTime(), libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_TRACK_VEHICLE = 0xa6 |
Definition at line 1004 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::trackVehicle().
TRACI_CONST int libsumo::VAR_TYPE = 0x4f |
Definition at line 670 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::getType(), TraCIAPI::PolygonScope::getType(), TraCIAPI::VehicleScope::getTypeID(), TraCIAPI::PersonScope::getTypeID(), libsumo::Polygon::handleVariable(), libsumo::POI::handleVariable(), libsumo::Person::handleVariable(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIAPI::POIScope::setType(), TraCIAPI::PolygonScope::setType(), TraCIAPI::VehicleScope::setType(), and TraCIAPI::PersonScope::setType().
TRACI_CONST int libsumo::VAR_UPDATE_BESTLANES = 0x6a |
Definition at line 688 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_VEHICLE = 0xc3 |
Definition at line 977 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getVehicle(), and libsumo::Person::handleVariable().
TRACI_CONST int libsumo::VAR_VEHICLECLASS = 0x49 |
Definition at line 652 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleTypeScope::getVehicleClass(), TraCIAPI::VehicleScope::getVehicleClass(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::setVariable(), and TraCIAPI::VehicleTypeScope::setVehicleClass().
TRACI_CONST int libsumo::VAR_VIA = 0xbe |
Definition at line 776 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getVia(), libsumo::Vehicle::handleVariable(), TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setVia().
TRACI_CONST int libsumo::VAR_VIEW_BOUNDARY = 0xa3 |
Definition at line 998 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 992 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 995 of file TraCIConstants.h.
Referenced by TraCIAPI::GUIScope::getSchema(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::setSchema().
TRACI_CONST int libsumo::VAR_VIEW_ZOOM = 0xa0 |
Definition at line 989 of file TraCIConstants.h.
Referenced by TraCIAPI::GUIScope::getZoom(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::setZoom().
TRACI_CONST int libsumo::VAR_WAITING_TIME = 0x7a |
Definition at line 823 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getWaitingTime(), TraCIAPI::PersonScope::getWaitingTime(), libsumo::Edge::handleVariable(), libsumo::Person::handleVariable(), libsumo::Lane::handleVariable(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_WIDTH = 0x4d |
Definition at line 664 of file TraCIConstants.h.
Referenced by TraCIAPI::PolygonScope::getLineWidth(), TraCIAPI::LaneScope::getWidth(), TraCIAPI::POIScope::getWidth(), TraCIAPI::VehicleTypeScope::getWidth(), TraCIAPI::VehicleScope::getWidth(), libsumo::Polygon::handleVariable(), libsumo::POI::handleVariable(), libsumo::Lane::handleVariable(), libsumo::VehicleType::handleVariable(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_Person::processSet(), TraCIAPI::PolygonScope::setLineWidth(), TraCIServerAPI_VehicleType::setVariable(), TraCIAPI::POIScope::setWidth(), TraCIAPI::VehicleTypeScope::setWidth(), and TraCIAPI::PersonScope::setWidth().