![]() |
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 |
Enumerations | |
enum | SubscriptionFilterType { SUBS_FILTER_NONE = 0, SUBS_FILTER_LANES = 1, SUBS_FILTER_NOOPPOSITE = 1 << 1, SUBS_FILTER_DOWNSTREAM_DIST = 1 << 2, SUBS_FILTER_UPSTREAM_DIST = 1 << 3, SUBS_FILTER_LEAD_FOLLOW = 1 << 4, SUBS_FILTER_TURN = 1 << 6, SUBS_FILTER_VCLASS = 1 << 7, SUBS_FILTER_VTYPE = 1 << 8, SUBS_FILTER_FIELD_OF_VISION = 1 << 9, SUBS_FILTER_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 204 of file TraCIDefs.h.
typedef std::map<std::string, TraCIResults> libsumo::SubscriptionResults |
{object->{variable->value}}
Definition at line 203 of file TraCIDefs.h.
typedef std::vector<TraCIPosition> libsumo::TraCIPositionVector |
Definition at line 149 of file TraCIDefs.h.
typedef std::map<int, std::shared_ptr<TraCIResult> > libsumo::TraCIResults |
{variable->value}
Definition at line 201 of file TraCIDefs.h.
Filter types for context subscriptions.
Definition at line 34 of file Subscription.h.
TRACI_CONST int libsumo::ADD = 0x80 |
Definition at line 943 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 961 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::add(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::APPEND_STAGE = 0xc4 |
Definition at line 991 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 442 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_POS_MAX = -0x03 |
Definition at line 446 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_POS_RANDOM = -0x02 |
Definition at line 445 of file TraCIConstants.h.
TRACI_CONST int libsumo::ARRIVALFLAG_SPEED_CURRENT = -0x02 |
Definition at line 443 of file TraCIConstants.h.
TRACI_CONST int libsumo::AUTOMATIC_CONTEXT_SUBSCRIPTION = 0x03 |
Definition at line 507 of file TraCIConstants.h.
TRACI_CONST int libsumo::AUTOMATIC_VARIABLES_SUBSCRIPTION = 0x02 |
Definition at line 504 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_ADD_SUBSCRIPTION_FILTER = 0x7e |
Definition at line 85 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 67 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 73 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::changeSublane(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_CHANGETARGET = 0x31 |
Definition at line 79 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 933 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet().
TRACI_CONST int libsumo::CMD_CLOSE = 0x7F |
Definition at line 82 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 239 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 269 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 93 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 224 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 134 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 284 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 106 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 297 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 194 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 209 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 179 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 254 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::SimulationScope::findRoute(), 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 119 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 149 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 164 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 46 of file TraCIConstants.h.
Referenced by TraCIServer::checkClientOrdering(), TraCIServer::commandGetVersion(), and TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_LOAD = 0x01 |
Definition at line 49 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), TraCIAPI::load(), and TraCIServer::processCommandsUntilSimStep().
TRACI_CONST int libsumo::CMD_MESSAGE = 0x65 |
Definition at line 840 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet(), and TraCIAPI::SimulationScope::writeMessage().
TRACI_CONST int libsumo::CMD_OPENGAP = 0x16 |
Definition at line 76 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::openGap(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_EFFORT = 0x91 |
Definition at line 973 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_TO_PARKING = 0xc2 |
Definition at line 61 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_REROUTE_TRAVELTIME = 0x90 |
Definition at line 970 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 64 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::CMD_SAVE_SIMSTATE = 0x95 |
Definition at line 936 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet().
TRACI_CONST int libsumo::CMD_SET_EDGE_VARIABLE = 0xca |
Definition at line 243 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 273 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 228 of file TraCIConstants.h.
TRACI_CONST int libsumo::CMD_SET_LANE_VARIABLE = 0xc3 |
Definition at line 138 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 301 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 198 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 213 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 183 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 258 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processSet(), TraCIServer::TraCIServer(), and TraCIAPI::SimulationScope::writeMessage().
TRACI_CONST int libsumo::CMD_SET_TL_VARIABLE = 0xc2 |
Definition at line 123 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet(), 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 153 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 168 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 55 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 52 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 70 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::slowDown().
TRACI_CONST int libsumo::CMD_STOP = 0x12 |
Definition at line 58 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 235 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_EDGE_VARIABLE = 0xda |
Definition at line 245 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_CONTEXT = 0x8c |
Definition at line 265 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_VARIABLE = 0xdc |
Definition at line 275 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x80 |
Definition at line 89 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xd0 |
Definition at line 97 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_JUNCTION_CONTEXT = 0x89 |
Definition at line 220 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_JUNCTION_VARIABLE = 0xd9 |
Definition at line 230 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANE_CONTEXT = 0x83 |
Definition at line 130 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANE_VARIABLE = 0xd3 |
Definition at line 140 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_CONTEXT = 0x8d |
Definition at line 280 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_VARIABLE = 0xdd |
Definition at line 288 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x81 |
Definition at line 102 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xd1 |
Definition at line 110 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_PERSON_CONTEXT = 0x8e |
Definition at line 293 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 303 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POI_CONTEXT = 0x87 |
Definition at line 190 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POI_VARIABLE = 0xd7 |
Definition at line 200 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POLYGON_CONTEXT = 0x88 |
Definition at line 205 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Helper::findObjectShape().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_POLYGON_VARIABLE = 0xd8 |
Definition at line 215 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_CONTEXT = 0x86 |
Definition at line 175 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_VARIABLE = 0xd6 |
Definition at line 185 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_CONTEXT = 0x8b |
Definition at line 250 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_VARIABLE = 0xdb |
Definition at line 260 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and libsumo::Simulation::subscribe().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_CONTEXT = 0x82 |
Definition at line 115 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_VARIABLE = 0xd2 |
Definition at line 125 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLE_CONTEXT = 0x84 |
Definition at line 145 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 155 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and TraCIServer::postProcessSimulationStep().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x85 |
Definition at line 160 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xd5 |
Definition at line 170 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand().
TRACI_CONST int libsumo::COPY = 0x88 |
Definition at line 949 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 424 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_ALLOWED_FREE = -0x04 |
Definition at line 432 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_BEST_FREE = -0x05 |
Definition at line 433 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_FIRST_ALLOWED = -0x06 |
Definition at line 434 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_FREE = -0x03 |
Definition at line 431 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_LANE_RANDOM = -0x02 |
Definition at line 430 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_NOW = -0x03 |
Definition at line 425 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_BASE = -0x04 |
Definition at line 438 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_FREE = -0x03 |
Definition at line 437 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_LAST = -0x05 |
Definition at line 439 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM = -0x02 |
Definition at line 436 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM_FREE = -0x06 |
Definition at line 440 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_SPEED_MAX = -0x03 |
Definition at line 428 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_SPEED_RANDOM = -0x02 |
Definition at line 427 of file TraCIConstants.h.
TRACI_CONST int libsumo::DEPARTFLAG_TRIGGERED = -0x01 |
Definition at line 423 of file TraCIConstants.h.
TRACI_CONST int libsumo::DISTANCE_REQUEST = 0x83 |
Definition at line 955 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 474 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterDownstreamDistance().
TRACI_CONST int libsumo::FILTER_TYPE_FIELD_OF_VISION = 0x0A |
Definition at line 492 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterFieldOfVision().
TRACI_CONST int libsumo::FILTER_TYPE_LANES = 0x01 |
Definition at line 468 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 480 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterLeadFollow().
TRACI_CONST int libsumo::FILTER_TYPE_NONE = 0x00 |
Definition at line 465 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter().
TRACI_CONST int libsumo::FILTER_TYPE_NOOPPOSITE = 0x02 |
Definition at line 471 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterNoOpposite().
TRACI_CONST int libsumo::FILTER_TYPE_TURN = 0x07 |
Definition at line 483 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterTurn().
TRACI_CONST int libsumo::FILTER_TYPE_UPSTREAM_DIST = 0x04 |
Definition at line 477 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterUpstreamDistance().
TRACI_CONST int libsumo::FILTER_TYPE_VCLASS = 0x08 |
Definition at line 486 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterVClass().
TRACI_CONST int libsumo::FILTER_TYPE_VTYPE = 0x09 |
Definition at line 489 of file TraCIConstants.h.
Referenced by TraCIServer::addSubscriptionFilter(), and TraCIAPI::VehicleScope::addSubscriptionFilterVType().
TRACI_CONST int libsumo::FIND_INTERMODAL_ROUTE = 0x87 |
Definition at line 967 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::FIND_ROUTE = 0x86 |
Definition at line 964 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::findRoute(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::GENERIC_ATTRIBUTE = 0x03 |
Definition at line 510 of file TraCIConstants.h.
TRACI_CONST int libsumo::ID_COUNT = 0x01 |
Definition at line 501 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 362 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 364 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 540 of file TraCIConstants.h.
Referenced by libsumo::LaneArea::handleVariable().
TRACI_CONST int libsumo::JAM_LENGTH_VEHICLE = 0x18 |
Definition at line 537 of file TraCIConstants.h.
Referenced by libsumo::LaneArea::handleVariable().
TRACI_CONST int libsumo::LANE_ALLOWED = 0x34 |
Definition at line 597 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 600 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 591 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getEdgeID(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LANE_LINK_NUMBER = 0x30 |
Definition at line 588 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getLinkNumber(), and libsumo::Lane::handleVariable().
TRACI_CONST int libsumo::LANE_LINKS = 0x33 |
Definition at line 594 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getLinks(), and TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::LAST_STEP_LENGTH = 0x15 |
Definition at line 528 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 516 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 522 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 543 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 531 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 534 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 525 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 519 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 513 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 366 of file TraCIConstants.h.
Referenced by TraCIServer::dispatchCommand(), and TraCIServer::TraCIServer().
TRACI_CONST int libsumo::MOVE_TO_XY = 0xb4 |
Definition at line 747 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 314 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 318 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 952 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 316 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::commandPositionConversion(), and TraCIAPI::SimulationScope::convert3D().
TRACI_CONST int libsumo::POSITION_ROADMAP = 0x04 |
Definition at line 320 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 946 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 386 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_PARKING = 0x01 |
Definition at line 384 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_STAGE = 0xc5 |
Definition at line 997 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processSet(), and TraCIAPI::PersonScope::removeStage().
TRACI_CONST int libsumo::REMOVE_TELEPORT = 0x00 |
Definition at line 382 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_TELEPORT_ARRIVED = 0x04 |
Definition at line 390 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REMOVE_VAPORIZED = 0x03 |
Definition at line 388 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::remove().
TRACI_CONST int libsumo::REPLACE_STAGE = 0xcd |
Definition at line 994 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processSet().
TRACI_CONST int libsumo::REQUEST_AIRDIST = 0x00 |
Definition at line 373 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 241 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Edge::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_GUI_VARIABLE = 0xbc |
Definition at line 271 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_INDUCTIONLOOP_VARIABLE = 0xb0 |
Definition at line 95 of file TraCIConstants.h.
Referenced by TraCIServerAPI_InductionLoop::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_JUNCTION_VARIABLE = 0xb9 |
Definition at line 226 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Junction::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_LANE_VARIABLE = 0xb3 |
Definition at line 136 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_LANEAREA_VARIABLE = 0xbd |
Definition at line 286 of file TraCIConstants.h.
Referenced by TraCIServerAPI_LaneArea::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_MULTIENTRYEXIT_VARIABLE = 0xb1 |
Definition at line 108 of file TraCIConstants.h.
Referenced by TraCIServerAPI_MultiEntryExit::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_PERSON_VARIABLE = 0xbe |
Definition at line 299 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Person::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_POI_VARIABLE = 0xb7 |
Definition at line 196 of file TraCIConstants.h.
Referenced by TraCIServerAPI_POI::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_POLYGON_VARIABLE = 0xb8 |
Definition at line 211 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Polygon::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_ROUTE_VARIABLE = 0xb6 |
Definition at line 181 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Route::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_SIM_VARIABLE = 0xbb |
Definition at line 256 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_TL_VARIABLE = 0xb2 |
Definition at line 121 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_VEHICLE_VARIABLE = 0xb4 |
Definition at line 151 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::RESPONSE_GET_VEHICLETYPE_VARIABLE = 0xb5 |
Definition at line 166 of file TraCIConstants.h.
Referenced by TraCIServerAPI_VehicleType::processGet().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_CONTEXT = 0x9a |
Definition at line 237 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_VARIABLE = 0xea |
Definition at line 247 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_CONTEXT = 0x9c |
Definition at line 267 of file TraCIConstants.h.
Referenced by TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_VARIABLE = 0xec |
Definition at line 277 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI(), and TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x90 |
Definition at line 91 of file TraCIConstants.h.
Referenced by TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xe0 |
Definition at line 99 of file TraCIConstants.h.
Referenced by TraCIAPI::simulationStep(), and TraCITestClient::validateSubscription().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_CONTEXT = 0x99 |
Definition at line 222 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE = 0xe9 |
Definition at line 232 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_CONTEXT = 0x93 |
Definition at line 132 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_VARIABLE = 0xe3 |
Definition at line 142 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT = 0x9d |
Definition at line 282 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE = 0xed |
Definition at line 290 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x91 |
Definition at line 104 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xe1 |
Definition at line 112 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_CONTEXT = 0x9e |
Definition at line 295 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_VARIABLE = 0xee |
Definition at line 305 of file TraCIConstants.h.
Referenced by TraCIAPI::simulationStep(), and TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_CONTEXT = 0x97 |
Definition at line 192 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_VARIABLE = 0xe7 |
Definition at line 202 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_CONTEXT = 0x98 |
Definition at line 207 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_VARIABLE = 0xe8 |
Definition at line 217 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_CONTEXT = 0x96 |
Definition at line 177 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_VARIABLE = 0xe6 |
Definition at line 187 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_CONTEXT = 0x9b |
Definition at line 252 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_VARIABLE = 0xeb |
Definition at line 262 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_CONTEXT = 0x92 |
Definition at line 117 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_VARIABLE = 0xe2 |
Definition at line 127 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT = 0x94 |
Definition at line 147 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE = 0xe4 |
Definition at line 157 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x95 |
Definition at line 162 of file TraCIConstants.h.
TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xe5 |
Definition at line 172 of file TraCIConstants.h.
Referenced by TraCIAPI::TraCIAPI().
TRACI_CONST int libsumo::ROUTING_MODE_AGGREGATED = 0x01 |
Definition at line 454 of file TraCIConstants.h.
Referenced by libsumo::Simulation::findRoute(), and TraCITestClient::testAPI().
TRACI_CONST int libsumo::ROUTING_MODE_COMBINED = 0x03 |
Definition at line 458 of file TraCIConstants.h.
Referenced by MSNet::getIntermodalRouter().
TRACI_CONST int libsumo::ROUTING_MODE_DEFAULT = 0x00 |
Definition at line 452 of file TraCIConstants.h.
TRACI_CONST int libsumo::ROUTING_MODE_EFFORT = 0x02 |
Definition at line 456 of file TraCIConstants.h.
TRACI_CONST int libsumo::RTYPE_ERR = 0xFF |
Definition at line 356 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 354 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 352 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 404 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_DRIVING = 0x03 |
Definition at line 402 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::appendDrivingStage(), and libsumo::Person::getStage().
TRACI_CONST int libsumo::STAGE_TRIP = 0x05 |
Definition at line 406 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_WAITING = 0x01 |
Definition at line 398 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::appendWaitingStage().
TRACI_CONST int libsumo::STAGE_WAITING_FOR_DEPART = 0x00 |
Definition at line 396 of file TraCIConstants.h.
TRACI_CONST int libsumo::STAGE_WALKING = 0x02 |
Definition at line 400 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 415 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CHARGING_STATION = 0x20 |
Definition at line 417 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CONTAINER_STOP = 0x10 |
Definition at line 416 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_CONTAINER_TRIGGERED = 0x04 |
Definition at line 414 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_DEFAULT = 0x00 |
Definition at line 411 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_PARKING = 0x01 |
Definition at line 412 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_PARKING_AREA = 0x40 |
Definition at line 418 of file TraCIConstants.h.
TRACI_CONST int libsumo::STOP_TRIGGERED = 0x02 |
Definition at line 413 of file TraCIConstants.h.
TRACI_CONST int libsumo::TL_COMPLETE_DEFINITION_RYG = 0x2b |
Definition at line 576 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 579 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition().
TRACI_CONST int libsumo::TL_CONTROLLED_JUNCTIONS = 0x2a |
Definition at line 573 of file TraCIConstants.h.
Referenced by libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CONTROLLED_LANES = 0x26 |
Definition at line 561 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getControlledLanes(), and libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CONTROLLED_LINKS = 0x27 |
Definition at line 564 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getControlledLinks(), and TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_CURRENT_PHASE = 0x28 |
Definition at line 567 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getPhase(), and libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_CURRENT_PROGRAM = 0x29 |
Definition at line 570 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getProgram(), and libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_EXTERNAL_STATE = 0x2e |
Definition at line 585 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::TL_NEXT_SWITCH = 0x2d |
Definition at line 582 of file TraCIConstants.h.
Referenced by TraCIAPI::TrafficLightScope::getNextSwitch(), and libsumo::TrafficLight::handleVariable().
TRACI_CONST int libsumo::TL_PHASE_DURATION = 0x24 |
Definition at line 558 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 552 of file TraCIConstants.h.
Referenced by TraCIServerAPI_TrafficLight::processSet(), and TraCIAPI::TrafficLightScope::setPhase().
TRACI_CONST int libsumo::TL_PROGRAM = 0x23 |
Definition at line 555 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 549 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 498 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 40 of file TraCIConstants.h.
Referenced by TraCIServer::commandGetVersion().
TRACI_CONST int libsumo::TYPE_BYTE = 0x08 |
Definition at line 331 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 345 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 341 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::SimulationScope::findRoute(), 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_InductionLoop::processGet(), TraCIServerAPI_TrafficLight::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 335 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::SimulationScope::findRoute(), 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::EdgeScope::setMaxSpeed(), 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 343 of file TraCIConstants.h.
Referenced by TraCIServer::readTypeCheckingDoubleList().
TRACI_CONST int libsumo::TYPE_INTEGER = 0x09 |
Definition at line 333 of file TraCIConstants.h.
Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::PersonScope::getEdges(), TraCIAPI::getInt(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::TrafficLightScope::getServedPersonCount(), TraCIAPI::PersonScope::getStage(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_InductionLoop::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 327 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 337 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::SimulationScope::findRoute(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIAPI::getString(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Vehicle::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(), TraCIAPI::SimulationScope::writeMessage(), and TraCIServerAPI_Simulation::writeStage().
TRACI_CONST int libsumo::TYPE_STRINGLIST = 0x0E |
Definition at line 339 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 329 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 633 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 837 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 828 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getAccumulatedWaitingTime(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ACTIONSTEPLENGTH = 0x7d |
Definition at line 645 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 720 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Polygon::processSet().
TRACI_CONST int libsumo::VAR_ALLOWED_SPEED = 0xb7 |
Definition at line 757 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getAllowedSpeed(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ANGLE = 0x43 |
Definition at line 624 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 642 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 879 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 876 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 741 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 810 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_BUS_STOP_WAITING = 0x67 |
Definition at line 813 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 816 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getBusStopWaitingIDList(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_CO2EMISSION = 0x60 |
Definition at line 784 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 787 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 924 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 921 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_COLOR = 0x45 |
Definition at line 630 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 711 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 636 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 882 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 861 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 858 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 958 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getDistance(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_EDGE_EFFORT = 0x59 |
Definition at line 708 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 687 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 849 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 639 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 930 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 927 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_EMISSIONCLASS = 0x4a |
Definition at line 657 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 693 of file TraCIConstants.h.
Referenced by libsumo::Polygon::handleVariable(), and TraCIServerAPI_Polygon::processSet().
TRACI_CONST int libsumo::VAR_FOES = 0x37 |
Definition at line 603 of file TraCIConstants.h.
Referenced by TraCIAPI::LaneScope::getFoes(), and TraCIServerAPI_Lane::processGet().
TRACI_CONST int libsumo::VAR_FUELCONSUMPTION = 0x65 |
Definition at line 799 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 1018 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processGet().
TRACI_CONST int libsumo::VAR_HCEMISSION = 0x62 |
Definition at line 790 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 772 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 723 of file TraCIConstants.h.
Referenced by TraCIServerAPI_POI::processSet(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_IMAGEFILE = 0x93 |
Definition at line 696 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 726 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 678 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 681 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 754 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::handleVariable(), and TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_LANEPOSITION = 0x56 |
Definition at line 699 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 760 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getLateralLanePosition(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LASTACTIONTIME = 0x7f |
Definition at line 648 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_LATALIGNMENT = 0xb9 |
Definition at line 763 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 819 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 627 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 775 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 855 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 852 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 615 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 766 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 888 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 663 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 769 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 717 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 546 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 781 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NET_BOUNDING_BOX = 0x7c |
Definition at line 885 of file TraCIConstants.h.
Referenced by TraCIAPI::SimulationScope::getNetBoundary(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_NEXT_EDGE = 0xc1 |
Definition at line 982 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getNextEdge(), and libsumo::Person::handleVariable().
TRACI_CONST int libsumo::VAR_NEXT_STOPS = 0x73 |
Definition at line 834 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NEXT_TLS = 0x70 |
Definition at line 831 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), and TraCIServerAPI_Vehicle::processGet().
TRACI_CONST int libsumo::VAR_NOISEEMISSION = 0x66 |
Definition at line 802 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 796 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 939 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 918 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 915 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_MANEUVERING_VEHICLES_IDS = 0x3b |
Definition at line 912 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_MANEUVERING_VEHICLES_NUMBER = 0x3a |
Definition at line 909 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PARKING_STARTING_VEHICLES_IDS = 0x6d |
Definition at line 906 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 903 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_PERSON_CAPACITY = 0x38 |
Definition at line 808 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 805 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getPersonNumber(), TraCIAPI::TrafficLightScope::getServedPersonCount(), libsumo::Vehicle::handleVariable(), and TraCIServerAPI_TrafficLight::processGet().
TRACI_CONST int libsumo::VAR_PMXEMISSION = 0x63 |
Definition at line 793 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 618 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 621 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 675 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 702 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet(), and TraCIAPI::VehicleScope::setRoute().
TRACI_CONST int libsumo::VAR_ROUTE_ID = 0x53 |
Definition at line 684 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 822 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getRouteIndex(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_ROUTE_VALID = 0x92 |
Definition at line 976 of file TraCIConstants.h.
Referenced by libsumo::Vehicle::handleVariable(), and TraCIAPI::VehicleScope::isRouteValid().
TRACI_CONST int libsumo::VAR_ROUTING_MODE = 0x89 |
Definition at line 735 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 1012 of file TraCIConstants.h.
Referenced by TraCIServerAPI_GUI::processSet(), and TraCIAPI::GUIScope::screenshot().
TRACI_CONST int libsumo::VAR_SHAPE = 0x4e |
Definition at line 669 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 660 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 714 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 606 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 609 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 732 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 729 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 612 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 738 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getSpeedWithoutTraCI(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_SPEEDSETMODE = 0xb3 |
Definition at line 744 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 979 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getStage(), and TraCIServerAPI_Person::processGet().
TRACI_CONST int libsumo::VAR_STAGES_REMAINING = 0xc2 |
Definition at line 985 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 900 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 897 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 894 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 891 of file TraCIConstants.h.
Referenced by libsumo::Simulation::handleVariable(), and TraCIServerAPI_Simulation::processGet().
TRACI_CONST int libsumo::VAR_STOPSTATE = 0xb5 |
Definition at line 751 of file TraCIConstants.h.
Referenced by TraCIAPI::VehicleScope::getStopState(), and libsumo::Vehicle::handleVariable().
TRACI_CONST int libsumo::VAR_TAU = 0x48 |
Definition at line 651 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 873 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 870 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 867 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 864 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 843 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 846 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 1015 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 672 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 690 of file TraCIConstants.h.
Referenced by TraCIServerAPI_Vehicle::processSet().
TRACI_CONST int libsumo::VAR_VEHICLE = 0xc3 |
Definition at line 988 of file TraCIConstants.h.
Referenced by TraCIAPI::PersonScope::getVehicle(), and libsumo::Person::handleVariable().
TRACI_CONST int libsumo::VAR_VEHICLECLASS = 0x49 |
Definition at line 654 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 778 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 1009 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 1003 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 1006 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 1000 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 825 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 666 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().