Eclipse SUMO - Simulation of Urban MObility
libsumo Namespace Reference

Data Structures

class  FatalTraCIError
 An error which is not recoverable. More...
 
class  Helper
 C++ TraCI client API implementation. More...
 
class  StorageHelper
 
class  Subscription
 Representation of a subscription. More...
 
struct  TraCIBestLanesData
 
struct  TraCICollision
 
struct  TraCIColor
 A color. More...
 
class  TraCIConnection
 
struct  TraCIDouble
 
struct  TraCIDoubleList
 
class  TraCIException
 An error which allows to continue. More...
 
struct  TraCIInt
 
struct  TraCIJunctionFoe
 
class  TraCILink
 
class  TraCILogic
 
struct  TraCINextStopData
 
struct  TraCINextStopDataVector
 A list of vehicle stops. More...
 
struct  TraCINextTLSData
 
class  TraCIPhase
 
struct  TraCIPosition
 A 2D or 3D-position, for 2D positions z == INVALID_DOUBLE_VALUE. More...
 
struct  TraCIPositionVector
 A list of positions. More...
 
class  TraCIReservation
 
struct  TraCIResult
 
struct  TraCIRoadPosition
 An edgeId, position and laneIndex. More...
 
struct  TraCISignalConstraint
 
class  TraCIStage
 
struct  TraCIString
 
struct  TraCIStringList
 
struct  TraCIVehicleData
 mirrors MSInductLoop::VehicleData More...
 
class  VariableWrapper
 

Typedefs

Structures definitions
typedef std::map< int, std::shared_ptr< libsumo::TraCIResult > > TraCIResults
 {variable->value} More...
 
typedef std::map< std::string, libsumo::TraCIResultsSubscriptionResults
 {object->{variable->value}} More...
 
typedef std::map< std::string, libsumo::SubscriptionResultsContextSubscriptionResults
 

Enumerations

enum  SubscriptionFilterType {
  SUBS_FILTER_NONE = 0 , SUBS_FILTER_LANES = 1 , SUBS_FILTER_NOOPPOSITE = 1 << 1 , SUBS_FILTER_DOWNSTREAM_DIST = 1 << 2 ,
  SUBS_FILTER_UPSTREAM_DIST = 1 << 3 , SUBS_FILTER_LEAD_FOLLOW = 1 << 4 , SUBS_FILTER_TURN = 1 << 6 , SUBS_FILTER_VCLASS = 1 << 7 ,
  SUBS_FILTER_VTYPE = 1 << 8 , SUBS_FILTER_FIELD_OF_VISION = 1 << 9 , SUBS_FILTER_LATERAL_DIST = 1 << 10 , SUBS_FILTER_NO_RTREE = SUBS_FILTER_LANES | SUBS_FILTER_DOWNSTREAM_DIST | SUBS_FILTER_UPSTREAM_DIST | SUBS_FILTER_LEAD_FOLLOW | SUBS_FILTER_TURN | SUBS_FILTER_LATERAL_DIST ,
  SUBS_FILTER_MANEUVER = SUBS_FILTER_LEAD_FOLLOW | SUBS_FILTER_TURN
}
 Filter types for context subscriptions. More...
 

Variables

TRACI_CONST int ADD = 0x80
 
TRACI_CONST int ADD_FULL = 0x85
 
TRACI_CONST int APPEND_STAGE = 0xc4
 
TRACI_CONST int ARRIVALFLAG_LANE_CURRENT = -0x02
 
TRACI_CONST int ARRIVALFLAG_POS_MAX = -0x03
 
TRACI_CONST int ARRIVALFLAG_POS_RANDOM = -0x02
 
TRACI_CONST int ARRIVALFLAG_SPEED_CURRENT = -0x02
 
TRACI_CONST int AUTOMATIC_CONTEXT_SUBSCRIPTION = 0x03
 
TRACI_CONST int AUTOMATIC_VARIABLES_SUBSCRIPTION = 0x02
 
TRACI_CONST int CMD_ADD_SUBSCRIPTION_FILTER = 0x7e
 
TRACI_CONST int CMD_CHANGELANE = 0x13
 
TRACI_CONST int CMD_CHANGESUBLANE = 0x15
 
TRACI_CONST int CMD_CHANGETARGET = 0x31
 
TRACI_CONST int CMD_CLEAR_PENDING_VEHICLES = 0x94
 
TRACI_CONST int CMD_CLOSE = 0x7F
 
TRACI_CONST int CMD_EXECUTEMOVE = 0x7d
 
TRACI_CONST int CMD_GET_BUSSTOP_VARIABLE = 0xaf
 
TRACI_CONST int CMD_GET_CALIBRATOR_VARIABLE = 0x27
 
TRACI_CONST int CMD_GET_CHARGINGSTATION_VARIABLE = 0x25
 
TRACI_CONST int CMD_GET_EDGE_VARIABLE = 0xaa
 
TRACI_CONST int CMD_GET_GUI_VARIABLE = 0xac
 
TRACI_CONST int CMD_GET_INDUCTIONLOOP_VARIABLE = 0xa0
 
TRACI_CONST int CMD_GET_JUNCTION_VARIABLE = 0xa9
 
TRACI_CONST int CMD_GET_LANE_VARIABLE = 0xa3
 
TRACI_CONST int CMD_GET_LANEAREA_VARIABLE = 0xad
 
TRACI_CONST int CMD_GET_MEANDATA_VARIABLE = 0x2a
 
TRACI_CONST int CMD_GET_MULTIENTRYEXIT_VARIABLE = 0xa1
 
TRACI_CONST int CMD_GET_OVERHEADWIRE_VARIABLE = 0x2b
 
TRACI_CONST int CMD_GET_PARKINGAREA_VARIABLE = 0x24
 
TRACI_CONST int CMD_GET_PERSON_VARIABLE = 0xae
 
TRACI_CONST int CMD_GET_POI_VARIABLE = 0xa7
 
TRACI_CONST int CMD_GET_POLYGON_VARIABLE = 0xa8
 
TRACI_CONST int CMD_GET_REROUTER_VARIABLE = 0x28
 
TRACI_CONST int CMD_GET_ROUTE_VARIABLE = 0xa6
 
TRACI_CONST int CMD_GET_ROUTEPROBE_VARIABLE = 0x26
 
TRACI_CONST int CMD_GET_SIM_VARIABLE = 0xab
 
TRACI_CONST int CMD_GET_TL_VARIABLE = 0xa2
 
TRACI_CONST int CMD_GET_VARIABLESPEEDSIGN_VARIABLE = 0x29
 
TRACI_CONST int CMD_GET_VEHICLE_VARIABLE = 0xa4
 
TRACI_CONST int CMD_GET_VEHICLETYPE_VARIABLE = 0xa5
 
TRACI_CONST int CMD_GETVERSION = 0x00
 
TRACI_CONST int CMD_INSERT_STOP = 0x18
 
TRACI_CONST int CMD_LOAD = 0x01
 
TRACI_CONST int CMD_LOAD_SIMSTATE = 0x96
 
TRACI_CONST int CMD_MESSAGE = 0x65
 
TRACI_CONST int CMD_OPENGAP = 0x16
 
TRACI_CONST int CMD_REPLACE_STOP = 0x17
 
TRACI_CONST int CMD_REROUTE_EFFORT = 0x91
 
TRACI_CONST int CMD_REROUTE_TO_PARKING = 0xc2
 
TRACI_CONST int CMD_REROUTE_TRAVELTIME = 0x90
 
TRACI_CONST int CMD_RESUME = 0x19
 
TRACI_CONST int CMD_SAVE_SIMSTATE = 0x95
 
TRACI_CONST int CMD_SET_BUSSTOP_VARIABLE = 0xcf
 
TRACI_CONST int CMD_SET_CALIBRATOR_VARIABLE = 0x47
 
TRACI_CONST int CMD_SET_CHARGINGSTATION_VARIABLE = 0x45
 
TRACI_CONST int CMD_SET_EDGE_VARIABLE = 0xca
 
TRACI_CONST int CMD_SET_FLOW = 0x18
 
TRACI_CONST int CMD_SET_GUI_VARIABLE = 0xcc
 
TRACI_CONST int CMD_SET_INDUCTIONLOOP_VARIABLE = 0xc0
 
TRACI_CONST int CMD_SET_JUNCTION_VARIABLE = 0xc9
 
TRACI_CONST int CMD_SET_LANE_VARIABLE = 0xc3
 
TRACI_CONST int CMD_SET_LANEAREA_VARIABLE = 0xcd
 
TRACI_CONST int CMD_SET_MEANDATA_VARIABLE = 0x4a
 
TRACI_CONST int CMD_SET_MULTIENTRYEXIT_VARIABLE = 0xc1
 
TRACI_CONST int CMD_SET_OVERHEADWIRE_VARIABLE = 0x4b
 
TRACI_CONST int CMD_SET_PARKINGAREA_VARIABLE = 0x44
 
TRACI_CONST int CMD_SET_PERSON_VARIABLE = 0xce
 
TRACI_CONST int CMD_SET_POI_VARIABLE = 0xc7
 
TRACI_CONST int CMD_SET_POLYGON_VARIABLE = 0xc8
 
TRACI_CONST int CMD_SET_REROUTER_VARIABLE = 0x48
 
TRACI_CONST int CMD_SET_ROUTE_VARIABLE = 0xc6
 
TRACI_CONST int CMD_SET_ROUTEPROBE_VARIABLE = 0x46
 
TRACI_CONST int CMD_SET_SIM_VARIABLE = 0xcb
 
TRACI_CONST int CMD_SET_TL_VARIABLE = 0xc2
 
TRACI_CONST int CMD_SET_VARIABLESPEEDSIGN_VARIABLE = 0x49
 
TRACI_CONST int CMD_SET_VEHICLE_VARIABLE = 0xc4
 
TRACI_CONST int CMD_SET_VEHICLETYPE_VARIABLE = 0xc5
 
TRACI_CONST int CMD_SETORDER = 0x03
 
TRACI_CONST int CMD_SIMSTEP = 0x02
 
TRACI_CONST int CMD_SLOWDOWN = 0x14
 
TRACI_CONST int CMD_STOP = 0x12
 
TRACI_CONST int CMD_SUBSCRIBE_BUSSTOP_CONTEXT = 0x8f
 
TRACI_CONST int CMD_SUBSCRIBE_BUSSTOP_VARIABLE = 0xdf
 
TRACI_CONST int CMD_SUBSCRIBE_CALIBRATOR_CONTEXT = 0x07
 
TRACI_CONST int CMD_SUBSCRIBE_CALIBRATOR_VARIABLE = 0x57
 
TRACI_CONST int CMD_SUBSCRIBE_CHARGINGSTATION_CONTEXT = 0x05
 
TRACI_CONST int CMD_SUBSCRIBE_CHARGINGSTATION_VARIABLE = 0x55
 
TRACI_CONST int CMD_SUBSCRIBE_EDGE_CONTEXT = 0x8a
 
TRACI_CONST int CMD_SUBSCRIBE_EDGE_VARIABLE = 0xda
 
TRACI_CONST int CMD_SUBSCRIBE_GUI_CONTEXT = 0x8c
 
TRACI_CONST int CMD_SUBSCRIBE_GUI_VARIABLE = 0xdc
 
TRACI_CONST int CMD_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x80
 
TRACI_CONST int CMD_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xd0
 
TRACI_CONST int CMD_SUBSCRIBE_JUNCTION_CONTEXT = 0x89
 
TRACI_CONST int CMD_SUBSCRIBE_JUNCTION_VARIABLE = 0xd9
 
TRACI_CONST int CMD_SUBSCRIBE_LANE_CONTEXT = 0x83
 
TRACI_CONST int CMD_SUBSCRIBE_LANE_VARIABLE = 0xd3
 
TRACI_CONST int CMD_SUBSCRIBE_LANEAREA_CONTEXT = 0x8d
 
TRACI_CONST int CMD_SUBSCRIBE_LANEAREA_VARIABLE = 0xdd
 
TRACI_CONST int CMD_SUBSCRIBE_MEANDATA_CONTEXT = 0x0a
 
TRACI_CONST int CMD_SUBSCRIBE_MEANDATA_VARIABLE = 0x5a
 
TRACI_CONST int CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x81
 
TRACI_CONST int CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xd1
 
TRACI_CONST int CMD_SUBSCRIBE_OVERHEADWIRE_CONTEXT = 0x0b
 
TRACI_CONST int CMD_SUBSCRIBE_OVERHEADWIRE_VARIABLE = 0x5b
 
TRACI_CONST int CMD_SUBSCRIBE_PARKINGAREA_CONTEXT = 0x04
 
TRACI_CONST int CMD_SUBSCRIBE_PARKINGAREA_VARIABLE = 0x54
 
TRACI_CONST int CMD_SUBSCRIBE_PERSON_CONTEXT = 0x8e
 
TRACI_CONST int CMD_SUBSCRIBE_PERSON_VARIABLE = 0xde
 
TRACI_CONST int CMD_SUBSCRIBE_POI_CONTEXT = 0x87
 
TRACI_CONST int CMD_SUBSCRIBE_POI_VARIABLE = 0xd7
 
TRACI_CONST int CMD_SUBSCRIBE_POLYGON_CONTEXT = 0x88
 
TRACI_CONST int CMD_SUBSCRIBE_POLYGON_VARIABLE = 0xd8
 
TRACI_CONST int CMD_SUBSCRIBE_REROUTER_CONTEXT = 0x08
 
TRACI_CONST int CMD_SUBSCRIBE_REROUTER_VARIABLE = 0x58
 
TRACI_CONST int CMD_SUBSCRIBE_ROUTE_CONTEXT = 0x86
 
TRACI_CONST int CMD_SUBSCRIBE_ROUTE_VARIABLE = 0xd6
 
TRACI_CONST int CMD_SUBSCRIBE_ROUTEPROBE_CONTEXT = 0x06
 
TRACI_CONST int CMD_SUBSCRIBE_ROUTEPROBE_VARIABLE = 0x56
 
TRACI_CONST int CMD_SUBSCRIBE_SIM_CONTEXT = 0x8b
 
TRACI_CONST int CMD_SUBSCRIBE_SIM_VARIABLE = 0xdb
 
TRACI_CONST int CMD_SUBSCRIBE_TL_CONTEXT = 0x82
 
TRACI_CONST int CMD_SUBSCRIBE_TL_VARIABLE = 0xd2
 
TRACI_CONST int CMD_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT = 0x09
 
TRACI_CONST int CMD_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE = 0x59
 
TRACI_CONST int CMD_SUBSCRIBE_VEHICLE_CONTEXT = 0x84
 
TRACI_CONST int CMD_SUBSCRIBE_VEHICLE_VARIABLE = 0xd4
 
TRACI_CONST int CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x85
 
TRACI_CONST int CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xd5
 
TRACI_CONST int CMD_TAXI_DISPATCH = 0x21
 
TRACI_CONST int COPY = 0x88
 
TRACI_CONST int DEFAULT_NUM_RETRIES = 60
 
TRACI_CONST int DEPARTFLAG_BEGIN = -0x05
 
TRACI_CONST int DEPARTFLAG_CONTAINER_TRIGGERED = -0x02
 
TRACI_CONST int DEPARTFLAG_LANE_ALLOWED_FREE = -0x04
 
TRACI_CONST int DEPARTFLAG_LANE_BEST_FREE = -0x05
 
TRACI_CONST int DEPARTFLAG_LANE_FIRST_ALLOWED = -0x06
 
TRACI_CONST int DEPARTFLAG_LANE_FREE = -0x03
 
TRACI_CONST int DEPARTFLAG_LANE_RANDOM = -0x02
 
TRACI_CONST int DEPARTFLAG_NOW = -0x03
 
TRACI_CONST int DEPARTFLAG_POS_BASE = -0x04
 
TRACI_CONST int DEPARTFLAG_POS_FREE = -0x03
 
TRACI_CONST int DEPARTFLAG_POS_LAST = -0x05
 
TRACI_CONST int DEPARTFLAG_POS_RANDOM = -0x02
 
TRACI_CONST int DEPARTFLAG_POS_RANDOM_FREE = -0x06
 
TRACI_CONST int DEPARTFLAG_SPEED_MAX = -0x03
 
TRACI_CONST int DEPARTFLAG_SPEED_RANDOM = -0x02
 
TRACI_CONST int DEPARTFLAG_SPLIT = -0x04
 
TRACI_CONST int DEPARTFLAG_TRIGGERED = -0x01
 
TRACI_CONST int DISTANCE_REQUEST = 0x83
 
TRACI_CONST int FILTER_TYPE_DOWNSTREAM_DIST = 0x03
 
TRACI_CONST int FILTER_TYPE_FIELD_OF_VISION = 0x0A
 
TRACI_CONST int FILTER_TYPE_LANES = 0x01
 
TRACI_CONST int FILTER_TYPE_LATERAL_DIST = 0x0B
 
TRACI_CONST int FILTER_TYPE_LEAD_FOLLOW = 0x05
 
TRACI_CONST int FILTER_TYPE_NONE = 0x00
 
TRACI_CONST int FILTER_TYPE_NOOPPOSITE = 0x02
 
TRACI_CONST int FILTER_TYPE_TURN = 0x07
 
TRACI_CONST int FILTER_TYPE_UPSTREAM_DIST = 0x04
 
TRACI_CONST int FILTER_TYPE_VCLASS = 0x08
 
TRACI_CONST int FILTER_TYPE_VTYPE = 0x09
 
TRACI_CONST int FIND_INTERMODAL_ROUTE = 0x87
 
TRACI_CONST int FIND_ROUTE = 0x86
 
TRACI_CONST int GENERIC_ATTRIBUTE = 0x03
 
TRACI_CONST int ID_COUNT = 0x01
 
TRACI_CONST double INVALID_DOUBLE_VALUE = -1073741824.0
 
TRACI_CONST int INVALID_INT_VALUE = -1073741824
 
TRACI_CONST int JAM_LENGTH_METERS = 0x19
 
TRACI_CONST int JAM_LENGTH_VEHICLE = 0x18
 
TRACI_CONST int LANE_ALLOWED = 0x34
 
TRACI_CONST int LANE_CHANGES = 0x3c
 
TRACI_CONST int LANE_DISALLOWED = 0x35
 
TRACI_CONST int LANE_EDGE_ID = 0x31
 
TRACI_CONST int LANE_LINK_NUMBER = 0x30
 
TRACI_CONST int LANE_LINKS = 0x33
 
TRACI_CONST int LANECHANGE_LEFT = 0x01
 
TRACI_CONST int LANECHANGE_RIGHT = -0x01
 
TRACI_CONST int LAST_STEP_LENGTH = 0x15
 
TRACI_CONST int LAST_STEP_MEAN_SPEED = 0x11
 
TRACI_CONST int LAST_STEP_OCCUPANCY = 0x13
 
TRACI_CONST int LAST_STEP_PERSON_ID_LIST = 0x1a
 
TRACI_CONST int LAST_STEP_TIME_SINCE_DETECTION = 0x16
 
TRACI_CONST int LAST_STEP_VEHICLE_DATA = 0x17
 
TRACI_CONST int LAST_STEP_VEHICLE_HALTING_NUMBER = 0x14
 
TRACI_CONST int LAST_STEP_VEHICLE_ID_LIST = 0x12
 
TRACI_CONST int LAST_STEP_VEHICLE_NUMBER = 0x10
 
TRACI_CONST int MAX_ORDER = 1073741824
 
TRACI_CONST int MOVE_AUTOMATIC = 0x00
 
TRACI_CONST int MOVE_NORMAL = 0x02
 
TRACI_CONST int MOVE_TELEPORT = 0x01
 
TRACI_CONST int MOVE_TO_XY = 0xb4
 
TRACI_CONST int POSITION_2D = 0x01
 
TRACI_CONST int POSITION_3D = 0x03
 
TRACI_CONST int POSITION_CONVERSION = 0x82
 
TRACI_CONST int POSITION_LON_LAT = 0x00
 
TRACI_CONST int POSITION_LON_LAT_ALT = 0x02
 
TRACI_CONST int POSITION_ROADMAP = 0x04
 
TRACI_CONST int REMOVE = 0x81
 
TRACI_CONST int REMOVE_ARRIVED = 0x02
 
TRACI_CONST int REMOVE_PARKING = 0x01
 
TRACI_CONST int REMOVE_STAGE = 0xc5
 
TRACI_CONST int REMOVE_TELEPORT = 0x00
 
TRACI_CONST int REMOVE_TELEPORT_ARRIVED = 0x04
 
TRACI_CONST int REMOVE_VAPORIZED = 0x03
 
TRACI_CONST int REPLACE_STAGE = 0xcd
 
TRACI_CONST int REQUEST_AIRDIST = 0x00
 
TRACI_CONST int REQUEST_DRIVINGDIST = 0x01
 
TRACI_CONST int RESPONSE_GET_BUSSTOP_VARIABLE = 0xbf
 
TRACI_CONST int RESPONSE_GET_CALIBRATOR_VARIABLE = 0x37
 
TRACI_CONST int RESPONSE_GET_CHARGINGSTATION_VARIABLE = 0x35
 
TRACI_CONST int RESPONSE_GET_EDGE_VARIABLE = 0xba
 
TRACI_CONST int RESPONSE_GET_GUI_VARIABLE = 0xbc
 
TRACI_CONST int RESPONSE_GET_INDUCTIONLOOP_VARIABLE = 0xb0
 
TRACI_CONST int RESPONSE_GET_JUNCTION_VARIABLE = 0xb9
 
TRACI_CONST int RESPONSE_GET_LANE_VARIABLE = 0xb3
 
TRACI_CONST int RESPONSE_GET_LANEAREA_VARIABLE = 0xbd
 
TRACI_CONST int RESPONSE_GET_MEANDATA_VARIABLE = 0x3a
 
TRACI_CONST int RESPONSE_GET_MULTIENTRYEXIT_VARIABLE = 0xb1
 
TRACI_CONST int RESPONSE_GET_OVERHEADWIRE_VARIABLE = 0x3b
 
TRACI_CONST int RESPONSE_GET_PARKINGAREA_VARIABLE = 0x34
 
TRACI_CONST int RESPONSE_GET_PERSON_VARIABLE = 0xbe
 
TRACI_CONST int RESPONSE_GET_POI_VARIABLE = 0xb7
 
TRACI_CONST int RESPONSE_GET_POLYGON_VARIABLE = 0xb8
 
TRACI_CONST int RESPONSE_GET_REROUTER_VARIABLE = 0x38
 
TRACI_CONST int RESPONSE_GET_ROUTE_VARIABLE = 0xb6
 
TRACI_CONST int RESPONSE_GET_ROUTEPROBE_VARIABLE = 0x36
 
TRACI_CONST int RESPONSE_GET_SIM_VARIABLE = 0xbb
 
TRACI_CONST int RESPONSE_GET_TL_VARIABLE = 0xb2
 
TRACI_CONST int RESPONSE_GET_VARIABLESPEEDSIGN_VARIABLE = 0x39
 
TRACI_CONST int RESPONSE_GET_VEHICLE_VARIABLE = 0xb4
 
TRACI_CONST int RESPONSE_GET_VEHICLETYPE_VARIABLE = 0xb5
 
TRACI_CONST int RESPONSE_SUBSCRIBE_BUSSTOP_CONTEXT = 0x9f
 
TRACI_CONST int RESPONSE_SUBSCRIBE_BUSSTOP_VARIABLE = 0xef
 
TRACI_CONST int RESPONSE_SUBSCRIBE_CALIBRATOR_CONTEXT = 0x17
 
TRACI_CONST int RESPONSE_SUBSCRIBE_CALIBRATOR_VARIABLE = 0x67
 
TRACI_CONST int RESPONSE_SUBSCRIBE_CHARGINGSTATION_CONTEXT = 0x15
 
TRACI_CONST int RESPONSE_SUBSCRIBE_CHARGINGSTATION_VARIABLE = 0x65
 
TRACI_CONST int RESPONSE_SUBSCRIBE_EDGE_CONTEXT = 0x9a
 
TRACI_CONST int RESPONSE_SUBSCRIBE_EDGE_VARIABLE = 0xea
 
TRACI_CONST int RESPONSE_SUBSCRIBE_GUI_CONTEXT = 0x9c
 
TRACI_CONST int RESPONSE_SUBSCRIBE_GUI_VARIABLE = 0xec
 
TRACI_CONST int RESPONSE_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x90
 
TRACI_CONST int RESPONSE_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xe0
 
TRACI_CONST int RESPONSE_SUBSCRIBE_JUNCTION_CONTEXT = 0x99
 
TRACI_CONST int RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE = 0xe9
 
TRACI_CONST int RESPONSE_SUBSCRIBE_LANE_CONTEXT = 0x93
 
TRACI_CONST int RESPONSE_SUBSCRIBE_LANE_VARIABLE = 0xe3
 
TRACI_CONST int RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT = 0x9d
 
TRACI_CONST int RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE = 0xed
 
TRACI_CONST int RESPONSE_SUBSCRIBE_MEANDATA_CONTEXT = 0x1a
 
TRACI_CONST int RESPONSE_SUBSCRIBE_MEANDATA_VARIABLE = 0x6a
 
TRACI_CONST int RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x91
 
TRACI_CONST int RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xe1
 
TRACI_CONST int RESPONSE_SUBSCRIBE_OVERHEADWIRE_CONTEXT = 0x1b
 
TRACI_CONST int RESPONSE_SUBSCRIBE_OVERHEADWIRE_VARIABLE = 0x6b
 
TRACI_CONST int RESPONSE_SUBSCRIBE_PARKINGAREA_CONTEXT = 0x14
 
TRACI_CONST int RESPONSE_SUBSCRIBE_PARKINGAREA_VARIABLE = 0x64
 
TRACI_CONST int RESPONSE_SUBSCRIBE_PERSON_CONTEXT = 0x9e
 
TRACI_CONST int RESPONSE_SUBSCRIBE_PERSON_VARIABLE = 0xee
 
TRACI_CONST int RESPONSE_SUBSCRIBE_POI_CONTEXT = 0x97
 
TRACI_CONST int RESPONSE_SUBSCRIBE_POI_VARIABLE = 0xe7
 
TRACI_CONST int RESPONSE_SUBSCRIBE_POLYGON_CONTEXT = 0x98
 
TRACI_CONST int RESPONSE_SUBSCRIBE_POLYGON_VARIABLE = 0xe8
 
TRACI_CONST int RESPONSE_SUBSCRIBE_REROUTER_CONTEXT = 0x18
 
TRACI_CONST int RESPONSE_SUBSCRIBE_REROUTER_VARIABLE = 0x68
 
TRACI_CONST int RESPONSE_SUBSCRIBE_ROUTE_CONTEXT = 0x96
 
TRACI_CONST int RESPONSE_SUBSCRIBE_ROUTE_VARIABLE = 0xe6
 
TRACI_CONST int RESPONSE_SUBSCRIBE_ROUTEPROBE_CONTEXT = 0x16
 
TRACI_CONST int RESPONSE_SUBSCRIBE_ROUTEPROBE_VARIABLE = 0x66
 
TRACI_CONST int RESPONSE_SUBSCRIBE_SIM_CONTEXT = 0x9b
 
TRACI_CONST int RESPONSE_SUBSCRIBE_SIM_VARIABLE = 0xeb
 
TRACI_CONST int RESPONSE_SUBSCRIBE_TL_CONTEXT = 0x92
 
TRACI_CONST int RESPONSE_SUBSCRIBE_TL_VARIABLE = 0xe2
 
TRACI_CONST int RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT = 0x19
 
TRACI_CONST int RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE = 0x69
 
TRACI_CONST int RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT = 0x94
 
TRACI_CONST int RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE = 0xe4
 
TRACI_CONST int RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x95
 
TRACI_CONST int RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xe5
 
TRACI_CONST int ROUTING_MODE_AGGREGATED = 0x01
 
TRACI_CONST int ROUTING_MODE_AGGREGATED_CUSTOM = 0x04
 
TRACI_CONST int ROUTING_MODE_COMBINED = 0x03
 
TRACI_CONST int ROUTING_MODE_DEFAULT = 0x00
 
TRACI_CONST int ROUTING_MODE_EFFORT = 0x02
 
TRACI_CONST int RTYPE_ERR = 0xFF
 
TRACI_CONST int RTYPE_NOTIMPLEMENTED = 0x01
 
TRACI_CONST int RTYPE_OK = 0x00
 
TRACI_CONST int SPLIT_TAXI_RESERVATIONS = 0xc7
 
TRACI_CONST int STAGE_ACCESS = 0x04
 
TRACI_CONST int STAGE_DRIVING = 0x03
 
TRACI_CONST int STAGE_TRANSHIP = 0x06
 
TRACI_CONST int STAGE_TRIP = 0x05
 
TRACI_CONST int STAGE_WAITING = 0x01
 
TRACI_CONST int STAGE_WAITING_FOR_DEPART = 0x00
 
TRACI_CONST int STAGE_WALKING = 0x02
 
TRACI_CONST int STOP_BUS_STOP = 0x08
 
TRACI_CONST int STOP_CHARGING_STATION = 0x20
 
TRACI_CONST int STOP_CONTAINER_STOP = 0x10
 
TRACI_CONST int STOP_CONTAINER_TRIGGERED = 0x04
 
TRACI_CONST int STOP_DEFAULT = 0x00
 
TRACI_CONST int STOP_OVERHEAD_WIRE = 0x80
 
TRACI_CONST int STOP_PARKING = 0x01
 
TRACI_CONST int STOP_PARKING_AREA = 0x40
 
TRACI_CONST int STOP_TRIGGERED = 0x02
 
TRACI_CONST int TL_BLOCKING_VEHICLES = 0x25
 
TRACI_CONST int TL_COMPLETE_DEFINITION_RYG = 0x2b
 
TRACI_CONST int TL_COMPLETE_PROGRAM_RYG = 0x2c
 
TRACI_CONST int TL_CONSTRAINT = 0x2f
 
TRACI_CONST int TL_CONSTRAINT_ADD = 0x37
 
TRACI_CONST int TL_CONSTRAINT_BYFOE = 0x34
 
TRACI_CONST int TL_CONSTRAINT_REMOVE = 0x35
 
TRACI_CONST int TL_CONSTRAINT_SWAP = 0x32
 
TRACI_CONST int TL_CONSTRAINT_UPDATE = 0x36
 
TRACI_CONST int TL_CONTROLLED_JUNCTIONS = 0x2a
 
TRACI_CONST int TL_CONTROLLED_LANES = 0x26
 
TRACI_CONST int TL_CONTROLLED_LINKS = 0x27
 
TRACI_CONST int TL_CURRENT_PHASE = 0x28
 
TRACI_CONST int TL_CURRENT_PROGRAM = 0x29
 
TRACI_CONST int TL_EXTERNAL_STATE = 0x2e
 
TRACI_CONST int TL_NEXT_SWITCH = 0x2d
 
TRACI_CONST int TL_PHASE_DURATION = 0x24
 
TRACI_CONST int TL_PHASE_INDEX = 0x22
 
TRACI_CONST int TL_PRIORITY_VEHICLES = 0x31
 
TRACI_CONST int TL_PROGRAM = 0x23
 
TRACI_CONST int TL_RED_YELLOW_GREEN_STATE = 0x20
 
TRACI_CONST int TL_RIVAL_VEHICLES = 0x30
 
TRACI_CONST int TRACI_ID_LIST = 0x00
 
TRACI_CONST int TRACI_VERSION = 21
 
TRACI_CONST int TRAFFICLIGHT_TYPE_ACTUATED = 0x03
 
TRACI_CONST int TRAFFICLIGHT_TYPE_DELAYBASED = 0x04
 
TRACI_CONST int TRAFFICLIGHT_TYPE_STATIC = 0x00
 
TRACI_CONST int TYPE_BYTE = 0x08
 
TRACI_CONST int TYPE_COLOR = 0x11
 
TRACI_CONST int TYPE_COMPOUND = 0x0F
 
TRACI_CONST int TYPE_DOUBLE = 0x0B
 
TRACI_CONST int TYPE_DOUBLELIST = 0x10
 
TRACI_CONST int TYPE_INTEGER = 0x09
 
TRACI_CONST int TYPE_POLYGON = 0x06
 
TRACI_CONST int TYPE_STRING = 0x0C
 
TRACI_CONST int TYPE_STRINGLIST = 0x0E
 
TRACI_CONST int TYPE_UBYTE = 0x07
 
TRACI_CONST int VAR_ACCEL = 0x46
 
TRACI_CONST int VAR_ACCELERATION = 0x72
 
TRACI_CONST int VAR_ACCUMULATED_WAITING_TIME = 0x87
 
TRACI_CONST int VAR_ACTIONSTEPLENGTH = 0x7d
 
TRACI_CONST int VAR_ADD_DYNAMICS = 0x5c
 
TRACI_CONST int VAR_ALLOWED_SPEED = 0xb7
 
TRACI_CONST int VAR_ANGLE = 0x43
 
TRACI_CONST int VAR_APPARENT_DECEL = 0x7c
 
TRACI_CONST int VAR_ARRIVALLANE = 0x76
 
TRACI_CONST int VAR_ARRIVALPOS = 0x75
 
TRACI_CONST int VAR_ARRIVALSPEED = 0x77
 
TRACI_CONST int VAR_ARRIVED_PERSONS_IDS = 0x27
 
TRACI_CONST int VAR_ARRIVED_PERSONS_NUMBER = 0x26
 
TRACI_CONST int VAR_ARRIVED_VEHICLES_IDS = 0x7a
 
TRACI_CONST int VAR_ARRIVED_VEHICLES_NUMBER = 0x79
 
TRACI_CONST int VAR_BEGIN = 0x1c
 
TRACI_CONST int VAR_BEST_LANES = 0xb2
 
TRACI_CONST int VAR_BOARDING_DURATION = 0x2f
 
TRACI_CONST int VAR_BUS_STOP_ID_LIST = 0x9f
 
TRACI_CONST int VAR_BUS_STOP_WAITING = 0x67
 
TRACI_CONST int VAR_BUS_STOP_WAITING_IDS = 0xef
 
TRACI_CONST int VAR_CO2EMISSION = 0x60
 
TRACI_CONST int VAR_COEMISSION = 0x61
 
TRACI_CONST int VAR_COLLIDING_VEHICLES_IDS = 0x81
 
TRACI_CONST int VAR_COLLIDING_VEHICLES_NUMBER = 0x80
 
TRACI_CONST int VAR_COLLISIONS = 0x23
 
TRACI_CONST int VAR_COLOR = 0x45
 
TRACI_CONST int VAR_CURRENT_TRAVELTIME = 0x5a
 
TRACI_CONST int VAR_DECEL = 0x47
 
TRACI_CONST int VAR_DELTA_T = 0x7b
 
TRACI_CONST int VAR_DEPART_DELAY = 0x3b
 
TRACI_CONST int VAR_DEPARTED_PERSONS_IDS = 0x25
 
TRACI_CONST int VAR_DEPARTED_PERSONS_NUMBER = 0x24
 
TRACI_CONST int VAR_DEPARTED_VEHICLES_IDS = 0x74
 
TRACI_CONST int VAR_DEPARTED_VEHICLES_NUMBER = 0x73
 
TRACI_CONST int VAR_DEPARTURE = 0x3a
 
TRACI_CONST int VAR_DISTANCE = 0x84
 
TRACI_CONST int VAR_EDGE_EFFORT = 0x59
 
TRACI_CONST int VAR_EDGE_TRAVELTIME = 0x58
 
TRACI_CONST int VAR_EDGES = 0x54
 
TRACI_CONST int VAR_ELECTRICITYCONSUMPTION = 0x71
 
TRACI_CONST int VAR_EMERGENCY_DECEL = 0x7b
 
TRACI_CONST int VAR_EMERGENCYSTOPPING_VEHICLES_IDS = 0x8a
 
TRACI_CONST int VAR_EMERGENCYSTOPPING_VEHICLES_NUMBER = 0x89
 
TRACI_CONST int VAR_EMISSIONCLASS = 0x4a
 
TRACI_CONST int VAR_END = 0x1d
 
TRACI_CONST int VAR_EXIT_LANES = 0x31
 
TRACI_CONST int VAR_EXIT_POSITIONS = 0x43
 
TRACI_CONST int VAR_FILL = 0x55
 
TRACI_CONST int VAR_FOES = 0x37
 
TRACI_CONST int VAR_FOLLOW_SPEED = 0x1c
 
TRACI_CONST int VAR_FOLLOWER = 0x78
 
TRACI_CONST int VAR_FRICTION = 0x3d
 
TRACI_CONST int VAR_FUELCONSUMPTION = 0x65
 
TRACI_CONST int VAR_HAS_VIEW = 0xa7
 
TRACI_CONST int VAR_HCEMISSION = 0x62
 
TRACI_CONST int VAR_HEIGHT = 0xbc
 
TRACI_CONST int VAR_HIGHLIGHT = 0x6c
 
TRACI_CONST int VAR_IMAGEFILE = 0x93
 
TRACI_CONST int VAR_IMPATIENCE = 0x26
 
TRACI_CONST int VAR_IMPERFECTION = 0x5d
 
TRACI_CONST int VAR_INSERTED = 0x15
 
TRACI_CONST int VAR_INTERVAL_IDS = 0x26
 
TRACI_CONST int VAR_INTERVAL_MAX_JAM_LENGTH_METERS = 0x32
 
TRACI_CONST int VAR_INTERVAL_NUMBER = 0x25
 
TRACI_CONST int VAR_INTERVAL_OCCUPANCY = 0x23
 
TRACI_CONST int VAR_INTERVAL_SPEED = 0x24
 
TRACI_CONST int VAR_LANE_ID = 0x51
 
TRACI_CONST int VAR_LANE_INDEX = 0x52
 
TRACI_CONST int VAR_LANECHANGE_MODE = 0xb6
 
TRACI_CONST int VAR_LANEPOSITION = 0x56
 
TRACI_CONST int VAR_LANEPOSITION_LAT = 0xb8
 
TRACI_CONST int VAR_LANES = 0x30
 
TRACI_CONST int VAR_LAST_INTERVAL_IDS = 0x2a
 
TRACI_CONST int VAR_LAST_INTERVAL_MAX_JAM_LENGTH_METERS = 0x33
 
TRACI_CONST int VAR_LAST_INTERVAL_MEAN_HALTING_NUMBER = 0x20
 
TRACI_CONST int VAR_LAST_INTERVAL_NUMBER = 0x29
 
TRACI_CONST int VAR_LAST_INTERVAL_OCCUPANCY = 0x27
 
TRACI_CONST int VAR_LAST_INTERVAL_SPEED = 0x28
 
TRACI_CONST int VAR_LAST_INTERVAL_TRAVELTIME = 0x58
 
TRACI_CONST int VAR_LAST_INTERVAL_VEHICLE_NUMBER = 0x21
 
TRACI_CONST int VAR_LASTACTIONTIME = 0x7f
 
TRACI_CONST int VAR_LATALIGNMENT = 0xb9
 
TRACI_CONST int VAR_LEADER = 0x68
 
TRACI_CONST int VAR_LENGTH = 0x44
 
TRACI_CONST int VAR_LINE = 0xbd
 
TRACI_CONST int VAR_LOADED_LIST = 0x24
 
TRACI_CONST int VAR_LOADED_VEHICLES_IDS = 0x72
 
TRACI_CONST int VAR_LOADED_VEHICLES_NUMBER = 0x71
 
TRACI_CONST int VAR_MAXSPEED = 0x41
 
TRACI_CONST int VAR_MAXSPEED_LAT = 0xba
 
TRACI_CONST int VAR_MIN_EXPECTED_VEHICLES = 0x7d
 
TRACI_CONST int VAR_MINGAP = 0x4c
 
TRACI_CONST int VAR_MINGAP_LAT = 0xbb
 
TRACI_CONST int VAR_MOVE_TO = 0x5c
 
TRACI_CONST int VAR_NAME = 0x1b
 
TRACI_CONST int VAR_NEIGHBORS = 0xbf
 
TRACI_CONST int VAR_NET_BOUNDING_BOX = 0x7c
 
TRACI_CONST int VAR_NEXT_EDGE = 0xc1
 
TRACI_CONST int VAR_NEXT_LINKS = 0x33
 
TRACI_CONST int VAR_NEXT_STOPS = 0x73
 
TRACI_CONST int VAR_NEXT_STOPS2 = 0x74
 
TRACI_CONST int VAR_NEXT_TLS = 0x70
 
TRACI_CONST int VAR_NOISEEMISSION = 0x66
 
TRACI_CONST int VAR_NOXEMISSION = 0x64
 
TRACI_CONST int VAR_OPTION = 0x32
 
TRACI_CONST int VAR_PARAMETER = 0x7e
 
TRACI_CONST int VAR_PARAMETER_WITH_KEY = 0x3e
 
TRACI_CONST int VAR_PARKING_ENDING_VEHICLES_IDS = 0x6f
 
TRACI_CONST int VAR_PARKING_ENDING_VEHICLES_NUMBER = 0x6e
 
TRACI_CONST int VAR_PARKING_MANEUVERING_VEHICLES_IDS = 0x3b
 
TRACI_CONST int VAR_PARKING_MANEUVERING_VEHICLES_NUMBER = 0x3a
 
TRACI_CONST int VAR_PARKING_STARTING_VEHICLES_IDS = 0x6d
 
TRACI_CONST int VAR_PARKING_STARTING_VEHICLES_NUMBER = 0x6c
 
TRACI_CONST int VAR_PASSED = 0x14
 
TRACI_CONST int VAR_PENDING_VEHICLES = 0x94
 
TRACI_CONST int VAR_PERSON_CAPACITY = 0x38
 
TRACI_CONST int VAR_PERSON_NUMBER = 0x67
 
TRACI_CONST int VAR_PMXEMISSION = 0x63
 
TRACI_CONST int VAR_POSITION = 0x42
 
TRACI_CONST int VAR_POSITION3D = 0x39
 
TRACI_CONST int VAR_PREV_SPEED = 0x3c
 
TRACI_CONST int VAR_REMOVED = 0x16
 
TRACI_CONST int VAR_ROAD_ID = 0x50
 
TRACI_CONST int VAR_ROUTE = 0x57
 
TRACI_CONST int VAR_ROUTE_ID = 0x53
 
TRACI_CONST int VAR_ROUTE_INDEX = 0x69
 
TRACI_CONST int VAR_ROUTE_PROBE = 0x17
 
TRACI_CONST int VAR_ROUTE_VALID = 0x92
 
TRACI_CONST int VAR_ROUTING_MODE = 0x89
 
TRACI_CONST int VAR_SAMPLE_CURRENT = 0x21
 
TRACI_CONST int VAR_SAMPLE_LAST = 0x20
 
TRACI_CONST int VAR_SCALE = 0x8e
 
TRACI_CONST int VAR_SCREENSHOT = 0xa5
 
TRACI_CONST int VAR_SECURE_GAP = 0x1e
 
TRACI_CONST int VAR_SELECT = 0xa4
 
TRACI_CONST int VAR_SHAPE = 0x4e
 
TRACI_CONST int VAR_SHAPECLASS = 0x4b
 
TRACI_CONST int VAR_SIGNALS = 0x5b
 
TRACI_CONST int VAR_SLOPE = 0x36
 
TRACI_CONST int VAR_SPEED = 0x40
 
TRACI_CONST int VAR_SPEED_DEVIATION = 0x5f
 
TRACI_CONST int VAR_SPEED_FACTOR = 0x5e
 
TRACI_CONST int VAR_SPEED_LAT = 0x32
 
TRACI_CONST int VAR_SPEED_WITHOUT_TRACI = 0xb1
 
TRACI_CONST int VAR_SPEEDSETMODE = 0xb3
 
TRACI_CONST int VAR_STAGE = 0xc0
 
TRACI_CONST int VAR_STAGES_REMAINING = 0xc2
 
TRACI_CONST int VAR_STOP_ARRIVALDELAY = 0x22
 
TRACI_CONST int VAR_STOP_DELAY = 0x1f
 
TRACI_CONST int VAR_STOP_ENDING_VEHICLES_IDS = 0x6b
 
TRACI_CONST int VAR_STOP_ENDING_VEHICLES_NUMBER = 0x6a
 
TRACI_CONST int VAR_STOP_PARAMETER = 0x55
 
TRACI_CONST int VAR_STOP_SPEED = 0x1d
 
TRACI_CONST int VAR_STOP_STARTING_VEHICLES_IDS = 0x69
 
TRACI_CONST int VAR_STOP_STARTING_VEHICLES_NUMBER = 0x68
 
TRACI_CONST int VAR_STOPSTATE = 0xb5
 
TRACI_CONST int VAR_TAU = 0x48
 
TRACI_CONST int VAR_TAXI_FLEET = 0x20
 
TRACI_CONST int VAR_TAXI_RESERVATIONS = 0xc6
 
TRACI_CONST int VAR_TELEPORT_ENDING_VEHICLES_IDS = 0x78
 
TRACI_CONST int VAR_TELEPORT_ENDING_VEHICLES_NUMBER = 0x77
 
TRACI_CONST int VAR_TELEPORT_STARTING_VEHICLES_IDS = 0x76
 
TRACI_CONST int VAR_TELEPORT_STARTING_VEHICLES_NUMBER = 0x75
 
TRACI_CONST int VAR_TELEPORTING_LIST = 0x25
 
TRACI_CONST int VAR_TIME = 0x66
 
TRACI_CONST int VAR_TIME_STEP = 0x70
 
TRACI_CONST int VAR_TIMELOSS = 0x8c
 
TRACI_CONST int VAR_TRACK_VEHICLE = 0xa6
 
TRACI_CONST int VAR_TYPE = 0x4f
 
TRACI_CONST int VAR_UPDATE_BESTLANES = 0x6a
 
TRACI_CONST int VAR_VEHICLE = 0xc3
 
TRACI_CONST int VAR_VEHICLECLASS = 0x49
 
TRACI_CONST int VAR_VEHSPERHOUR = 0x13
 
TRACI_CONST int VAR_VIA = 0xbe
 
TRACI_CONST int VAR_VIEW_BOUNDARY = 0xa3
 
TRACI_CONST int VAR_VIEW_OFFSET = 0xa1
 
TRACI_CONST int VAR_VIEW_SCHEMA = 0xa2
 
TRACI_CONST int VAR_VIEW_ZOOM = 0xa0
 
TRACI_CONST int VAR_VIRTUAL_DETECTION = 0x22
 
TRACI_CONST int VAR_VTYPES = 0x1e
 
TRACI_CONST int VAR_WAITING_TIME = 0x7a
 
TRACI_CONST int VAR_WIDTH = 0x4d
 

Typedef Documentation

◆ ContextSubscriptionResults

Definition at line 338 of file TraCIDefs.h.

◆ SubscriptionResults

typedef std::map<std::string, libsumo::TraCIResults> libsumo::SubscriptionResults

{object->{variable->value}}

Definition at line 337 of file TraCIDefs.h.

◆ TraCIResults

typedef std::map<int, std::shared_ptr<libsumo::TraCIResult> > libsumo::TraCIResults

{variable->value}

Definition at line 335 of file TraCIDefs.h.

Enumeration Type Documentation

◆ SubscriptionFilterType

Filter types for context subscriptions.

Enumerator
SUBS_FILTER_NONE 
SUBS_FILTER_LANES 
SUBS_FILTER_NOOPPOSITE 
SUBS_FILTER_DOWNSTREAM_DIST 
SUBS_FILTER_UPSTREAM_DIST 
SUBS_FILTER_LEAD_FOLLOW 
SUBS_FILTER_TURN 
SUBS_FILTER_VCLASS 
SUBS_FILTER_VTYPE 
SUBS_FILTER_FIELD_OF_VISION 
SUBS_FILTER_LATERAL_DIST 
SUBS_FILTER_NO_RTREE 
SUBS_FILTER_MANEUVER 

Definition at line 36 of file Subscription.h.

Variable Documentation

◆ ADD

◆ ADD_FULL

TRACI_CONST int libsumo::ADD_FULL = 0x85

◆ APPEND_STAGE

◆ ARRIVALFLAG_LANE_CURRENT

TRACI_CONST int libsumo::ARRIVALFLAG_LANE_CURRENT = -0x02

Definition at line 619 of file TraCIConstants.h.

◆ ARRIVALFLAG_POS_MAX

TRACI_CONST int libsumo::ARRIVALFLAG_POS_MAX = -0x03

Definition at line 623 of file TraCIConstants.h.

◆ ARRIVALFLAG_POS_RANDOM

TRACI_CONST int libsumo::ARRIVALFLAG_POS_RANDOM = -0x02

Definition at line 622 of file TraCIConstants.h.

◆ ARRIVALFLAG_SPEED_CURRENT

TRACI_CONST int libsumo::ARRIVALFLAG_SPEED_CURRENT = -0x02

Definition at line 620 of file TraCIConstants.h.

◆ AUTOMATIC_CONTEXT_SUBSCRIPTION

TRACI_CONST int libsumo::AUTOMATIC_CONTEXT_SUBSCRIPTION = 0x03

Definition at line 702 of file TraCIConstants.h.

◆ AUTOMATIC_VARIABLES_SUBSCRIPTION

TRACI_CONST int libsumo::AUTOMATIC_VARIABLES_SUBSCRIPTION = 0x02

Definition at line 699 of file TraCIConstants.h.

◆ CMD_ADD_SUBSCRIPTION_FILTER

◆ CMD_CHANGELANE

◆ CMD_CHANGESUBLANE

TRACI_CONST int libsumo::CMD_CHANGESUBLANE = 0x15

◆ CMD_CHANGETARGET

TRACI_CONST int libsumo::CMD_CHANGETARGET = 0x31

◆ CMD_CLEAR_PENDING_VEHICLES

TRACI_CONST int libsumo::CMD_CLEAR_PENDING_VEHICLES = 0x94

Definition at line 1308 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processSet().

◆ CMD_CLOSE

◆ CMD_EXECUTEMOVE

TRACI_CONST int libsumo::CMD_EXECUTEMOVE = 0x7d

◆ CMD_GET_BUSSTOP_VARIABLE

◆ CMD_GET_CALIBRATOR_VARIABLE

◆ CMD_GET_CHARGINGSTATION_VARIABLE

◆ CMD_GET_EDGE_VARIABLE

◆ CMD_GET_GUI_VARIABLE

◆ CMD_GET_INDUCTIONLOOP_VARIABLE

◆ CMD_GET_JUNCTION_VARIABLE

◆ CMD_GET_LANE_VARIABLE

◆ CMD_GET_LANEAREA_VARIABLE

◆ CMD_GET_MEANDATA_VARIABLE

TRACI_CONST int libsumo::CMD_GET_MEANDATA_VARIABLE = 0x2a

◆ CMD_GET_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::CMD_GET_MULTIENTRYEXIT_VARIABLE = 0xa1

◆ CMD_GET_OVERHEADWIRE_VARIABLE

TRACI_CONST int libsumo::CMD_GET_OVERHEADWIRE_VARIABLE = 0x2b

◆ CMD_GET_PARKINGAREA_VARIABLE

◆ CMD_GET_PERSON_VARIABLE

◆ CMD_GET_POI_VARIABLE

◆ CMD_GET_POLYGON_VARIABLE

◆ CMD_GET_REROUTER_VARIABLE

TRACI_CONST int libsumo::CMD_GET_REROUTER_VARIABLE = 0x28

◆ CMD_GET_ROUTE_VARIABLE

TRACI_CONST int libsumo::CMD_GET_ROUTE_VARIABLE = 0xa6

◆ CMD_GET_ROUTEPROBE_VARIABLE

TRACI_CONST int libsumo::CMD_GET_ROUTEPROBE_VARIABLE = 0x26

◆ CMD_GET_SIM_VARIABLE

◆ CMD_GET_TL_VARIABLE

◆ CMD_GET_VARIABLESPEEDSIGN_VARIABLE

TRACI_CONST int libsumo::CMD_GET_VARIABLESPEEDSIGN_VARIABLE = 0x29

◆ CMD_GET_VEHICLE_VARIABLE

◆ CMD_GET_VEHICLETYPE_VARIABLE

TRACI_CONST int libsumo::CMD_GET_VEHICLETYPE_VARIABLE = 0xa5

◆ CMD_GETVERSION

◆ CMD_INSERT_STOP

TRACI_CONST int libsumo::CMD_INSERT_STOP = 0x18

Definition at line 89 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_LOAD

TRACI_CONST int libsumo::CMD_LOAD = 0x01

◆ CMD_LOAD_SIMSTATE

TRACI_CONST int libsumo::CMD_LOAD_SIMSTATE = 0x96

◆ CMD_MESSAGE

TRACI_CONST int libsumo::CMD_MESSAGE = 0x65

◆ CMD_OPENGAP

TRACI_CONST int libsumo::CMD_OPENGAP = 0x16

◆ CMD_REPLACE_STOP

TRACI_CONST int libsumo::CMD_REPLACE_STOP = 0x17

Definition at line 86 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_REROUTE_EFFORT

TRACI_CONST int libsumo::CMD_REROUTE_EFFORT = 0x91

Definition at line 1368 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_REROUTE_TO_PARKING

TRACI_CONST int libsumo::CMD_REROUTE_TO_PARKING = 0xc2

Definition at line 68 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_REROUTE_TRAVELTIME

◆ CMD_RESUME

TRACI_CONST int libsumo::CMD_RESUME = 0x19

Definition at line 71 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_SAVE_SIMSTATE

TRACI_CONST int libsumo::CMD_SAVE_SIMSTATE = 0x95

◆ CMD_SET_BUSSTOP_VARIABLE

TRACI_CONST int libsumo::CMD_SET_BUSSTOP_VARIABLE = 0xcf

◆ CMD_SET_CALIBRATOR_VARIABLE

TRACI_CONST int libsumo::CMD_SET_CALIBRATOR_VARIABLE = 0x47

◆ CMD_SET_CHARGINGSTATION_VARIABLE

TRACI_CONST int libsumo::CMD_SET_CHARGINGSTATION_VARIABLE = 0x45

◆ CMD_SET_EDGE_VARIABLE

◆ CMD_SET_FLOW

TRACI_CONST int libsumo::CMD_SET_FLOW = 0x18

Definition at line 828 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Calibrator::processSet().

◆ CMD_SET_GUI_VARIABLE

◆ CMD_SET_INDUCTIONLOOP_VARIABLE

TRACI_CONST int libsumo::CMD_SET_INDUCTIONLOOP_VARIABLE = 0xc0

◆ CMD_SET_JUNCTION_VARIABLE

TRACI_CONST int libsumo::CMD_SET_JUNCTION_VARIABLE = 0xc9

◆ CMD_SET_LANE_VARIABLE

TRACI_CONST int libsumo::CMD_SET_LANE_VARIABLE = 0xc3

Definition at line 161 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Lane::processSet(), and TraCIServer::TraCIServer().

◆ CMD_SET_LANEAREA_VARIABLE

TRACI_CONST int libsumo::CMD_SET_LANEAREA_VARIABLE = 0xcd

◆ CMD_SET_MEANDATA_VARIABLE

TRACI_CONST int libsumo::CMD_SET_MEANDATA_VARIABLE = 0x4a

Definition at line 446 of file TraCIConstants.h.

◆ CMD_SET_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::CMD_SET_MULTIENTRYEXIT_VARIABLE = 0xc1

◆ CMD_SET_OVERHEADWIRE_VARIABLE

TRACI_CONST int libsumo::CMD_SET_OVERHEADWIRE_VARIABLE = 0x4b

◆ CMD_SET_PARKINGAREA_VARIABLE

TRACI_CONST int libsumo::CMD_SET_PARKINGAREA_VARIABLE = 0x44

◆ CMD_SET_PERSON_VARIABLE

◆ CMD_SET_POI_VARIABLE

◆ CMD_SET_POLYGON_VARIABLE

◆ CMD_SET_REROUTER_VARIABLE

TRACI_CONST int libsumo::CMD_SET_REROUTER_VARIABLE = 0x48

◆ CMD_SET_ROUTE_VARIABLE

TRACI_CONST int libsumo::CMD_SET_ROUTE_VARIABLE = 0xc6

◆ CMD_SET_ROUTEPROBE_VARIABLE

TRACI_CONST int libsumo::CMD_SET_ROUTEPROBE_VARIABLE = 0x46

◆ CMD_SET_SIM_VARIABLE

◆ CMD_SET_TL_VARIABLE

◆ CMD_SET_VARIABLESPEEDSIGN_VARIABLE

TRACI_CONST int libsumo::CMD_SET_VARIABLESPEEDSIGN_VARIABLE = 0x49

◆ CMD_SET_VEHICLE_VARIABLE

TRACI_CONST int libsumo::CMD_SET_VEHICLE_VARIABLE = 0xc4

Definition at line 176 of file TraCIConstants.h.

Referenced by TraCIAPI::VehicleScope::add(), TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::VehicleScope::changeSublane(), TraCIAPI::VehicleScope::changeTarget(), TraCIServerAPI_Vehicle::insertReplaceStop(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIAPI::VehicleScope::remove(), TraCIAPI::VehicleScope::rerouteTraveltime(), TraCIAPI::VehicleScope::setAcceleration(), TraCIAPI::VehicleScope::setColor(), TraCIAPI::VehicleScope::setEmissionClass(), TraCIAPI::VehicleScope::setLaneChangeMode(), TraCIAPI::VehicleScope::setLine(), TraCIAPI::VehicleScope::setMaxSpeed(), TraCIAPI::VehicleScope::setMinGap(), TraCIAPI::VehicleScope::setPreviousSpeed(), TraCIAPI::VehicleScope::setRoute(), TraCIAPI::VehicleScope::setRouteID(), TraCIAPI::VehicleScope::setRoutingMode(), TraCIAPI::VehicleScope::setShapeClass(), TraCIAPI::VehicleScope::setSignals(), TraCIAPI::VehicleScope::setSpeed(), TraCIAPI::VehicleScope::setSpeedFactor(), TraCIAPI::VehicleScope::setSpeedMode(), TraCIAPI::VehicleScope::setStop(), TraCIAPI::VehicleScope::setType(), TraCIServerAPI_VehicleType::setVariable(), TraCIAPI::VehicleScope::setVia(), TraCIAPI::VehicleScope::slowDown(), and TraCIServer::TraCIServer().

◆ CMD_SET_VEHICLETYPE_VARIABLE

◆ CMD_SETORDER

◆ CMD_SIMSTEP

◆ CMD_SLOWDOWN

TRACI_CONST int libsumo::CMD_SLOWDOWN = 0x14

◆ CMD_STOP

TRACI_CONST int libsumo::CMD_STOP = 0x12

◆ CMD_SUBSCRIBE_BUSSTOP_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_BUSSTOP_CONTEXT = 0x8f

◆ CMD_SUBSCRIBE_BUSSTOP_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_BUSSTOP_VARIABLE = 0xdf

Definition at line 343 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_CALIBRATOR_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_CALIBRATOR_CONTEXT = 0x07

◆ CMD_SUBSCRIBE_CALIBRATOR_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_CALIBRATOR_VARIABLE = 0x57

Definition at line 403 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_CHARGINGSTATION_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_CHARGINGSTATION_CONTEXT = 0x05

◆ CMD_SUBSCRIBE_CHARGINGSTATION_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_CHARGINGSTATION_VARIABLE = 0x55

Definition at line 373 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_EDGE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_EDGE_CONTEXT = 0x8a

◆ CMD_SUBSCRIBE_EDGE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_EDGE_VARIABLE = 0xda

◆ CMD_SUBSCRIBE_GUI_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_CONTEXT = 0x8c

Definition at line 288 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_GUI_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_VARIABLE = 0xdc

Definition at line 298 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_INDUCTIONLOOP_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x80

◆ CMD_SUBSCRIBE_INDUCTIONLOOP_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xd0

◆ CMD_SUBSCRIBE_JUNCTION_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_JUNCTION_CONTEXT = 0x89

◆ CMD_SUBSCRIBE_JUNCTION_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_JUNCTION_VARIABLE = 0xd9

Definition at line 253 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_LANE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANE_CONTEXT = 0x83

◆ CMD_SUBSCRIBE_LANE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANE_VARIABLE = 0xd3

◆ CMD_SUBSCRIBE_LANEAREA_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_CONTEXT = 0x8d

◆ CMD_SUBSCRIBE_LANEAREA_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_VARIABLE = 0xdd

◆ CMD_SUBSCRIBE_MEANDATA_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_MEANDATA_CONTEXT = 0x0a

Definition at line 438 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_MEANDATA_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_MEANDATA_VARIABLE = 0x5a

Definition at line 448 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x81

◆ CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xd1

◆ CMD_SUBSCRIBE_OVERHEADWIRE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_OVERHEADWIRE_CONTEXT = 0x0b

Definition at line 453 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_OVERHEADWIRE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_OVERHEADWIRE_VARIABLE = 0x5b

Definition at line 463 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_PARKINGAREA_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_PARKINGAREA_CONTEXT = 0x04

◆ CMD_SUBSCRIBE_PARKINGAREA_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_PARKINGAREA_VARIABLE = 0x54

Definition at line 358 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_PERSON_CONTEXT

◆ CMD_SUBSCRIBE_PERSON_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_PERSON_VARIABLE = 0xde

◆ CMD_SUBSCRIBE_POI_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_POI_CONTEXT = 0x87

◆ CMD_SUBSCRIBE_POI_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_POI_VARIABLE = 0xd7

Definition at line 223 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_POLYGON_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_POLYGON_CONTEXT = 0x88

◆ CMD_SUBSCRIBE_POLYGON_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_POLYGON_VARIABLE = 0xd8

Definition at line 238 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_REROUTER_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_REROUTER_CONTEXT = 0x08

Definition at line 408 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_REROUTER_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_REROUTER_VARIABLE = 0x58

Definition at line 418 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_ROUTE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_CONTEXT = 0x86

Definition at line 198 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_ROUTE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_VARIABLE = 0xd6

Definition at line 208 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_ROUTEPROBE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTEPROBE_CONTEXT = 0x06

Definition at line 378 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_ROUTEPROBE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTEPROBE_VARIABLE = 0x56

Definition at line 388 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_SIM_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_CONTEXT = 0x8b

◆ CMD_SUBSCRIBE_SIM_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_VARIABLE = 0xdb

◆ CMD_SUBSCRIBE_TL_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_CONTEXT = 0x82

Definition at line 138 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_TL_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_VARIABLE = 0xd2

Definition at line 148 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT = 0x09

Definition at line 423 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE = 0x59

Definition at line 433 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_VEHICLE_CONTEXT

◆ CMD_SUBSCRIBE_VEHICLE_VARIABLE

◆ CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x85

Definition at line 183 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xd5

Definition at line 193 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_TAXI_DISPATCH

TRACI_CONST int libsumo::CMD_TAXI_DISPATCH = 0x21

Definition at line 95 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ COPY

◆ DEFAULT_NUM_RETRIES

TRACI_CONST int libsumo::DEFAULT_NUM_RETRIES = 60

Definition at line 528 of file TraCIConstants.h.

◆ DEPARTFLAG_BEGIN

TRACI_CONST int libsumo::DEPARTFLAG_BEGIN = -0x05

Definition at line 602 of file TraCIConstants.h.

◆ DEPARTFLAG_CONTAINER_TRIGGERED

TRACI_CONST int libsumo::DEPARTFLAG_CONTAINER_TRIGGERED = -0x02

Definition at line 599 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_ALLOWED_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_ALLOWED_FREE = -0x04

Definition at line 609 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_BEST_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_BEST_FREE = -0x05

Definition at line 610 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_FIRST_ALLOWED

TRACI_CONST int libsumo::DEPARTFLAG_LANE_FIRST_ALLOWED = -0x06

Definition at line 611 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_FREE = -0x03

Definition at line 608 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_LANE_RANDOM = -0x02

Definition at line 607 of file TraCIConstants.h.

◆ DEPARTFLAG_NOW

TRACI_CONST int libsumo::DEPARTFLAG_NOW = -0x03

Definition at line 600 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_BASE

TRACI_CONST int libsumo::DEPARTFLAG_POS_BASE = -0x04

Definition at line 615 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_FREE

TRACI_CONST int libsumo::DEPARTFLAG_POS_FREE = -0x03

Definition at line 614 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_LAST

TRACI_CONST int libsumo::DEPARTFLAG_POS_LAST = -0x05

Definition at line 616 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM = -0x02

Definition at line 613 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_RANDOM_FREE

TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM_FREE = -0x06

Definition at line 617 of file TraCIConstants.h.

◆ DEPARTFLAG_SPEED_MAX

TRACI_CONST int libsumo::DEPARTFLAG_SPEED_MAX = -0x03

Definition at line 605 of file TraCIConstants.h.

◆ DEPARTFLAG_SPEED_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_SPEED_RANDOM = -0x02

Definition at line 604 of file TraCIConstants.h.

◆ DEPARTFLAG_SPLIT

TRACI_CONST int libsumo::DEPARTFLAG_SPLIT = -0x04

Definition at line 601 of file TraCIConstants.h.

◆ DEPARTFLAG_TRIGGERED

TRACI_CONST int libsumo::DEPARTFLAG_TRIGGERED = -0x01

Definition at line 598 of file TraCIConstants.h.

◆ DISTANCE_REQUEST

◆ FILTER_TYPE_DOWNSTREAM_DIST

TRACI_CONST int libsumo::FILTER_TYPE_DOWNSTREAM_DIST = 0x03

◆ FILTER_TYPE_FIELD_OF_VISION

TRACI_CONST int libsumo::FILTER_TYPE_FIELD_OF_VISION = 0x0A

◆ FILTER_TYPE_LANES

◆ FILTER_TYPE_LATERAL_DIST

TRACI_CONST int libsumo::FILTER_TYPE_LATERAL_DIST = 0x0B

◆ FILTER_TYPE_LEAD_FOLLOW

TRACI_CONST int libsumo::FILTER_TYPE_LEAD_FOLLOW = 0x05

◆ FILTER_TYPE_NONE

TRACI_CONST int libsumo::FILTER_TYPE_NONE = 0x00

Definition at line 657 of file TraCIConstants.h.

Referenced by TraCIServer::addSubscriptionFilter().

◆ FILTER_TYPE_NOOPPOSITE

TRACI_CONST int libsumo::FILTER_TYPE_NOOPPOSITE = 0x02

◆ FILTER_TYPE_TURN

TRACI_CONST int libsumo::FILTER_TYPE_TURN = 0x07

◆ FILTER_TYPE_UPSTREAM_DIST

TRACI_CONST int libsumo::FILTER_TYPE_UPSTREAM_DIST = 0x04

◆ FILTER_TYPE_VCLASS

TRACI_CONST int libsumo::FILTER_TYPE_VCLASS = 0x08

◆ FILTER_TYPE_VTYPE

TRACI_CONST int libsumo::FILTER_TYPE_VTYPE = 0x09

◆ FIND_INTERMODAL_ROUTE

TRACI_CONST int libsumo::FIND_INTERMODAL_ROUTE = 0x87

Definition at line 1362 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processGet().

◆ FIND_ROUTE

TRACI_CONST int libsumo::FIND_ROUTE = 0x86

◆ GENERIC_ATTRIBUTE

TRACI_CONST int libsumo::GENERIC_ATTRIBUTE = 0x03

Definition at line 705 of file TraCIConstants.h.

◆ ID_COUNT

◆ INVALID_DOUBLE_VALUE

TRACI_CONST double libsumo::INVALID_DOUBLE_VALUE = -1073741824.0

Definition at line 522 of file TraCIConstants.h.

Referenced by TraCIServer::addObjectVariableSubscription(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterCFManeuver(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterLanes(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterLateralDistance(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterLCManeuver(), LIBSUMO_NAMESPACE::Vehicle::addSubscriptionFilterTurn(), libsumo::Helper::buildStopData(), libsumo::Helper::buildStopParameters(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), LIBSUMO_NAMESPACE::Vehicle::getAcceleration(), LIBSUMO_NAMESPACE::Vehicle::getAccumulatedWaitingTime(), LIBSUMO_NAMESPACE::Vehicle::getAdaptedTraveltime(), LIBSUMO_NAMESPACE::Vehicle::getAllowedSpeed(), LIBSUMO_NAMESPACE::Edge::getAngle(), LIBSUMO_NAMESPACE::Lane::getAngle(), LIBSUMO_NAMESPACE::Vehicle::getAngle(), LIBSUMO_NAMESPACE::Vehicle::getCO2Emission(), LIBSUMO_NAMESPACE::Vehicle::getCOEmission(), LIBSUMO_NAMESPACE::Vehicle::getDeparture(), LIBSUMO_NAMESPACE::Vehicle::getDistance(), TraCIAPI::TraCIScopeWrapper::getDouble(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance(), libsumo::Helper::getDrivingDistance(), LIBSUMO_NAMESPACE::Vehicle::getDrivingDistance2D(), LIBSUMO_NAMESPACE::Vehicle::getEffort(), LIBSUMO_NAMESPACE::Vehicle::getElectricityConsumption(), TraCIAPI::VehicleScope::getFollower(), LIBSUMO_NAMESPACE::Vehicle::getFollowSpeed(), LIBSUMO_NAMESPACE::Vehicle::getFuelConsumption(), LIBSUMO_NAMESPACE::Vehicle::getHCEmission(), LIBSUMO_NAMESPACE::Vehicle::getLanePosition(), LIBSUMO_NAMESPACE::InductionLoop::getLastIntervalMeanSpeed(), LIBSUMO_NAMESPACE::InductionLoop::getLastIntervalOccupancy(), LIBSUMO_NAMESPACE::InductionLoop::getLastIntervalVehicleNumber(), LIBSUMO_NAMESPACE::Vehicle::getLateralLanePosition(), LIBSUMO_NAMESPACE::Vehicle::getLateralSpeed(), TraCIAPI::VehicleScope::getLeader(), LIBSUMO_NAMESPACE::Vehicle::getNoiseEmission(), LIBSUMO_NAMESPACE::Vehicle::getNOxEmission(), LIBSUMO_NAMESPACE::Vehicle::getPMxEmission(), LIBSUMO_NAMESPACE::Vehicle::getSecureGap(), LIBSUMO_NAMESPACE::Vehicle::getSlope(), LIBSUMO_NAMESPACE::Vehicle::getSpeed(), LIBSUMO_NAMESPACE::Vehicle::getSpeedWithoutTraCI(), LIBSUMO_NAMESPACE::Person::getStage(), LIBSUMO_NAMESPACE::Vehicle::getStopArrivalDelay(), LIBSUMO_NAMESPACE::Vehicle::getStopParameter(), LIBSUMO_NAMESPACE::Vehicle::getStopSpeed(), libsumo::TraCIPosition::getString(), TraCIServerAPI_Vehicle::insertReplaceStop(), libsumo_vehicle_moveToXY(), libsumo::Helper::makeTraCIPosition(), LIBSUMO_NAMESPACE::Person::moveTo(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), libsumo::Helper::moveToXYMap(), TraCIServerAPI_Vehicle::processSet(), LIBSUMO_NAMESPACE::Vehicle::setAdaptedTraveltime(), LIBSUMO_NAMESPACE::Vehicle::setEffort(), LIBSUMO_NAMESPACE::Vehicle::setPreviousSpeed(), and libsumo::Helper::subscribe().

◆ INVALID_INT_VALUE

◆ JAM_LENGTH_METERS

TRACI_CONST int libsumo::JAM_LENGTH_METERS = 0x19

Definition at line 759 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::LaneArea::handleVariable().

◆ JAM_LENGTH_VEHICLE

TRACI_CONST int libsumo::JAM_LENGTH_VEHICLE = 0x18

Definition at line 756 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::LaneArea::handleVariable().

◆ LANE_ALLOWED

◆ LANE_CHANGES

TRACI_CONST int libsumo::LANE_CHANGES = 0x3c

◆ LANE_DISALLOWED

◆ LANE_EDGE_ID

TRACI_CONST int libsumo::LANE_EDGE_ID = 0x31

◆ LANE_LINK_NUMBER

TRACI_CONST int libsumo::LANE_LINK_NUMBER = 0x30

◆ LANE_LINKS

TRACI_CONST int libsumo::LANE_LINKS = 0x33

◆ LANECHANGE_LEFT

TRACI_CONST int libsumo::LANECHANGE_LEFT = 0x01

◆ LANECHANGE_RIGHT

TRACI_CONST int libsumo::LANECHANGE_RIGHT = -0x01

◆ LAST_STEP_LENGTH

◆ LAST_STEP_MEAN_SPEED

◆ LAST_STEP_OCCUPANCY

◆ LAST_STEP_PERSON_ID_LIST

◆ LAST_STEP_TIME_SINCE_DETECTION

TRACI_CONST int libsumo::LAST_STEP_TIME_SINCE_DETECTION = 0x16

◆ LAST_STEP_VEHICLE_DATA

TRACI_CONST int libsumo::LAST_STEP_VEHICLE_DATA = 0x17

◆ LAST_STEP_VEHICLE_HALTING_NUMBER

◆ LAST_STEP_VEHICLE_ID_LIST

◆ LAST_STEP_VEHICLE_NUMBER

◆ MAX_ORDER

TRACI_CONST int libsumo::MAX_ORDER = 1073741824

Definition at line 526 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand(), and TraCIServer::TraCIServer().

◆ MOVE_AUTOMATIC

TRACI_CONST int libsumo::MOVE_AUTOMATIC = 0x00

◆ MOVE_NORMAL

TRACI_CONST int libsumo::MOVE_NORMAL = 0x02

Definition at line 562 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::moveTo().

◆ MOVE_TELEPORT

TRACI_CONST int libsumo::MOVE_TELEPORT = 0x01

Definition at line 560 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::moveTo().

◆ MOVE_TO_XY

◆ POSITION_2D

◆ POSITION_3D

◆ POSITION_CONVERSION

◆ POSITION_LON_LAT

◆ POSITION_LON_LAT_ALT

◆ POSITION_ROADMAP

◆ REMOVE

◆ REMOVE_ARRIVED

TRACI_CONST int libsumo::REMOVE_ARRIVED = 0x02

Definition at line 548 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().

◆ REMOVE_PARKING

TRACI_CONST int libsumo::REMOVE_PARKING = 0x01

Definition at line 546 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().

◆ REMOVE_STAGE

TRACI_CONST int libsumo::REMOVE_STAGE = 0xc5

◆ REMOVE_TELEPORT

TRACI_CONST int libsumo::REMOVE_TELEPORT = 0x00

Definition at line 544 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().

◆ REMOVE_TELEPORT_ARRIVED

TRACI_CONST int libsumo::REMOVE_TELEPORT_ARRIVED = 0x04

Definition at line 552 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().

◆ REMOVE_VAPORIZED

TRACI_CONST int libsumo::REMOVE_VAPORIZED = 0x03

Definition at line 550 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::remove().

◆ REPLACE_STAGE

TRACI_CONST int libsumo::REPLACE_STAGE = 0xcd

Definition at line 1389 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Person::processSet().

◆ REQUEST_AIRDIST

◆ REQUEST_DRIVINGDIST

◆ RESPONSE_GET_BUSSTOP_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_BUSSTOP_VARIABLE = 0xbf

Definition at line 339 of file TraCIConstants.h.

Referenced by TraCIServerAPI_BusStop::processGet().

◆ RESPONSE_GET_CALIBRATOR_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_CALIBRATOR_VARIABLE = 0x37

Definition at line 399 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Calibrator::processGet().

◆ RESPONSE_GET_CHARGINGSTATION_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_CHARGINGSTATION_VARIABLE = 0x35

Definition at line 369 of file TraCIConstants.h.

Referenced by TraCIServerAPI_ChargingStation::processGet().

◆ RESPONSE_GET_EDGE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_EDGE_VARIABLE = 0xba

Definition at line 264 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Edge::processGet().

◆ RESPONSE_GET_GUI_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_GUI_VARIABLE = 0xbc

Definition at line 294 of file TraCIConstants.h.

Referenced by TraCIServerAPI_GUI::processGet().

◆ RESPONSE_GET_INDUCTIONLOOP_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_INDUCTIONLOOP_VARIABLE = 0xb0

Definition at line 114 of file TraCIConstants.h.

Referenced by TraCIServerAPI_InductionLoop::processGet().

◆ RESPONSE_GET_JUNCTION_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_JUNCTION_VARIABLE = 0xb9

Definition at line 249 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Junction::processGet().

◆ RESPONSE_GET_LANE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_LANE_VARIABLE = 0xb3

Definition at line 159 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Lane::processGet().

◆ RESPONSE_GET_LANEAREA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_LANEAREA_VARIABLE = 0xbd

Definition at line 309 of file TraCIConstants.h.

Referenced by TraCIServerAPI_LaneArea::processGet().

◆ RESPONSE_GET_MEANDATA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_MEANDATA_VARIABLE = 0x3a

Definition at line 444 of file TraCIConstants.h.

Referenced by TraCIServerAPI_MeanData::processGet().

◆ RESPONSE_GET_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_MULTIENTRYEXIT_VARIABLE = 0xb1

Definition at line 129 of file TraCIConstants.h.

Referenced by TraCIServerAPI_MultiEntryExit::processGet().

◆ RESPONSE_GET_OVERHEADWIRE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_OVERHEADWIRE_VARIABLE = 0x3b

Definition at line 459 of file TraCIConstants.h.

Referenced by TraCIServerAPI_OverheadWire::processGet().

◆ RESPONSE_GET_PARKINGAREA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_PARKINGAREA_VARIABLE = 0x34

Definition at line 354 of file TraCIConstants.h.

Referenced by TraCIServerAPI_ParkingArea::processGet().

◆ RESPONSE_GET_PERSON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_PERSON_VARIABLE = 0xbe

Definition at line 324 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Person::processGet().

◆ RESPONSE_GET_POI_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_POI_VARIABLE = 0xb7

Definition at line 219 of file TraCIConstants.h.

Referenced by TraCIServerAPI_POI::processGet().

◆ RESPONSE_GET_POLYGON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_POLYGON_VARIABLE = 0xb8

Definition at line 234 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Polygon::processGet().

◆ RESPONSE_GET_REROUTER_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_REROUTER_VARIABLE = 0x38

Definition at line 414 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Rerouter::processGet().

◆ RESPONSE_GET_ROUTE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_ROUTE_VARIABLE = 0xb6

Definition at line 204 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Route::processGet().

◆ RESPONSE_GET_ROUTEPROBE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_ROUTEPROBE_VARIABLE = 0x36

Definition at line 384 of file TraCIConstants.h.

Referenced by TraCIServerAPI_RouteProbe::processGet().

◆ RESPONSE_GET_SIM_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_SIM_VARIABLE = 0xbb

Definition at line 279 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processGet().

◆ RESPONSE_GET_TL_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_TL_VARIABLE = 0xb2

Definition at line 144 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ RESPONSE_GET_VARIABLESPEEDSIGN_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_VARIABLESPEEDSIGN_VARIABLE = 0x39

Definition at line 429 of file TraCIConstants.h.

Referenced by TraCIServerAPI_VariableSpeedSign::processGet().

◆ RESPONSE_GET_VEHICLE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_VEHICLE_VARIABLE = 0xb4

Definition at line 174 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processGet().

◆ RESPONSE_GET_VEHICLETYPE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_VEHICLETYPE_VARIABLE = 0xb5

Definition at line 189 of file TraCIConstants.h.

Referenced by TraCIServerAPI_VehicleType::processGet().

◆ RESPONSE_SUBSCRIBE_BUSSTOP_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_BUSSTOP_CONTEXT = 0x9f

Definition at line 335 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_BUSSTOP_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_BUSSTOP_VARIABLE = 0xef

Definition at line 345 of file TraCIConstants.h.

Referenced by libtraci::Connection::simulationStep().

◆ RESPONSE_SUBSCRIBE_CALIBRATOR_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CALIBRATOR_CONTEXT = 0x17

Definition at line 395 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_CALIBRATOR_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CALIBRATOR_VARIABLE = 0x67

Definition at line 405 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_CHARGINGSTATION_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CHARGINGSTATION_CONTEXT = 0x15

Definition at line 365 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_CHARGINGSTATION_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CHARGINGSTATION_VARIABLE = 0x65

Definition at line 375 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_EDGE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_CONTEXT = 0x9a

Definition at line 260 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_EDGE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_VARIABLE = 0xea

Definition at line 270 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_GUI_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_CONTEXT = 0x9c

Definition at line 290 of file TraCIConstants.h.

Referenced by TraCITestClient::validateSubscription().

◆ RESPONSE_SUBSCRIBE_GUI_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_VARIABLE = 0xec

Definition at line 300 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI(), and TraCITestClient::validateSubscription().

◆ RESPONSE_SUBSCRIBE_INDUCTIONLOOP_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_INDUCTIONLOOP_CONTEXT = 0x90

Definition at line 110 of file TraCIConstants.h.

Referenced by TraCITestClient::validateSubscription().

◆ RESPONSE_SUBSCRIBE_INDUCTIONLOOP_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_INDUCTIONLOOP_VARIABLE = 0xe0

◆ RESPONSE_SUBSCRIBE_JUNCTION_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_CONTEXT = 0x99

Definition at line 245 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE = 0xe9

Definition at line 255 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_LANE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_CONTEXT = 0x93

Definition at line 155 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_LANE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_VARIABLE = 0xe3

Definition at line 165 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT = 0x9d

Definition at line 305 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE = 0xed

Definition at line 315 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_MEANDATA_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MEANDATA_CONTEXT = 0x1a

Definition at line 440 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_MEANDATA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MEANDATA_VARIABLE = 0x6a

Definition at line 450 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x91

Definition at line 125 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xe1

Definition at line 135 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_OVERHEADWIRE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_OVERHEADWIRE_CONTEXT = 0x1b

Definition at line 455 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_OVERHEADWIRE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_OVERHEADWIRE_VARIABLE = 0x6b

Definition at line 465 of file TraCIConstants.h.

Referenced by libtraci::Connection::simulationStep().

◆ RESPONSE_SUBSCRIBE_PARKINGAREA_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PARKINGAREA_CONTEXT = 0x14

Definition at line 350 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_PARKINGAREA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PARKINGAREA_VARIABLE = 0x64

Definition at line 360 of file TraCIConstants.h.

Referenced by libtraci::Connection::simulationStep().

◆ RESPONSE_SUBSCRIBE_PERSON_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_CONTEXT = 0x9e

Definition at line 320 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_PERSON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_VARIABLE = 0xee

Definition at line 330 of file TraCIConstants.h.

Referenced by TraCIAPI::simulationStep(), and TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_POI_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_CONTEXT = 0x97

Definition at line 215 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_POI_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_VARIABLE = 0xe7

Definition at line 225 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_POLYGON_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_CONTEXT = 0x98

Definition at line 230 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_POLYGON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_VARIABLE = 0xe8

Definition at line 240 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_REROUTER_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_REROUTER_CONTEXT = 0x18

Definition at line 410 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_REROUTER_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_REROUTER_VARIABLE = 0x68

Definition at line 420 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_ROUTE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_CONTEXT = 0x96

Definition at line 200 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_ROUTE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_VARIABLE = 0xe6

Definition at line 210 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_ROUTEPROBE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTEPROBE_CONTEXT = 0x16

Definition at line 380 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_ROUTEPROBE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTEPROBE_VARIABLE = 0x66

Definition at line 390 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_SIM_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_CONTEXT = 0x9b

Definition at line 275 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_SIM_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_VARIABLE = 0xeb

Definition at line 285 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_TL_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_CONTEXT = 0x92

Definition at line 140 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_TL_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_VARIABLE = 0xe2

Definition at line 150 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT = 0x19

Definition at line 425 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE = 0x69

Definition at line 435 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT = 0x94

Definition at line 170 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE = 0xe4

Definition at line 180 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x95

Definition at line 185 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xe5

Definition at line 195 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ ROUTING_MODE_AGGREGATED

TRACI_CONST int libsumo::ROUTING_MODE_AGGREGATED = 0x01

◆ ROUTING_MODE_AGGREGATED_CUSTOM

TRACI_CONST int libsumo::ROUTING_MODE_AGGREGATED_CUSTOM = 0x04

◆ ROUTING_MODE_COMBINED

TRACI_CONST int libsumo::ROUTING_MODE_COMBINED = 0x03

Definition at line 635 of file TraCIConstants.h.

Referenced by MSNet::getIntermodalRouter().

◆ ROUTING_MODE_DEFAULT

TRACI_CONST int libsumo::ROUTING_MODE_DEFAULT = 0x00

Definition at line 629 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::rerouteTraveltime().

◆ ROUTING_MODE_EFFORT

TRACI_CONST int libsumo::ROUTING_MODE_EFFORT = 0x02

Definition at line 633 of file TraCIConstants.h.

◆ RTYPE_ERR

◆ RTYPE_NOTIMPLEMENTED

◆ RTYPE_OK

TRACI_CONST int libsumo::RTYPE_OK = 0x00

Definition at line 512 of file TraCIConstants.h.

Referenced by TraCIServer::addSubscriptionFilter(), libtraci::Connection::check_resultState(), TraCIAPI::check_resultState(), TraCIServer::commandGetVersion(), TraCIServer::dispatchCommand(), TraCIServer::initialiseSubscription(), TraCIServer::postProcessSimulationStep(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Junction::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_LaneArea::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_MultiEntryExit::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_BusStop::processSet(), TraCIServerAPI_Calibrator::processSet(), TraCIServerAPI_ChargingStation::processSet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_InductionLoop::processSet(), TraCIServerAPI_Junction::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_LaneArea::processSet(), TraCIServerAPI_MultiEntryExit::processSet(), TraCIServerAPI_OverheadWire::processSet(), TraCIServerAPI_ParkingArea::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Rerouter::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_RouteProbe::processSet(), TraCIServerAPI_Simulation::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VariableSpeedSign::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIServer::processSingleSubscription(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIServer::removeSubscription(), TraCIServer::sendSingleSimStepResponse(), and TraCITestClient::validateSubscription().

◆ SPLIT_TAXI_RESERVATIONS

TRACI_CONST int libsumo::SPLIT_TAXI_RESERVATIONS = 0xc7

Definition at line 1398 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Person::processGet().

◆ STAGE_ACCESS

TRACI_CONST int libsumo::STAGE_ACCESS = 0x04

Definition at line 576 of file TraCIConstants.h.

◆ STAGE_DRIVING

◆ STAGE_TRANSHIP

TRACI_CONST int libsumo::STAGE_TRANSHIP = 0x06

Definition at line 580 of file TraCIConstants.h.

◆ STAGE_TRIP

TRACI_CONST int libsumo::STAGE_TRIP = 0x05

Definition at line 578 of file TraCIConstants.h.

◆ STAGE_WAITING

◆ STAGE_WAITING_FOR_DEPART

TRACI_CONST int libsumo::STAGE_WAITING_FOR_DEPART = 0x00

Definition at line 568 of file TraCIConstants.h.

◆ STAGE_WALKING

◆ STOP_BUS_STOP

TRACI_CONST int libsumo::STOP_BUS_STOP = 0x08

Definition at line 589 of file TraCIConstants.h.

◆ STOP_CHARGING_STATION

TRACI_CONST int libsumo::STOP_CHARGING_STATION = 0x20

Definition at line 591 of file TraCIConstants.h.

◆ STOP_CONTAINER_STOP

TRACI_CONST int libsumo::STOP_CONTAINER_STOP = 0x10

Definition at line 590 of file TraCIConstants.h.

◆ STOP_CONTAINER_TRIGGERED

TRACI_CONST int libsumo::STOP_CONTAINER_TRIGGERED = 0x04

Definition at line 588 of file TraCIConstants.h.

◆ STOP_DEFAULT

TRACI_CONST int libsumo::STOP_DEFAULT = 0x00

Definition at line 585 of file TraCIConstants.h.

◆ STOP_OVERHEAD_WIRE

TRACI_CONST int libsumo::STOP_OVERHEAD_WIRE = 0x80

Definition at line 593 of file TraCIConstants.h.

◆ STOP_PARKING

TRACI_CONST int libsumo::STOP_PARKING = 0x01

Definition at line 586 of file TraCIConstants.h.

◆ STOP_PARKING_AREA

TRACI_CONST int libsumo::STOP_PARKING_AREA = 0x40

Definition at line 592 of file TraCIConstants.h.

◆ STOP_TRIGGERED

TRACI_CONST int libsumo::STOP_TRIGGERED = 0x02

Definition at line 587 of file TraCIConstants.h.

◆ TL_BLOCKING_VEHICLES

TRACI_CONST int libsumo::TL_BLOCKING_VEHICLES = 0x25

Definition at line 843 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ TL_COMPLETE_DEFINITION_RYG

TRACI_CONST int libsumo::TL_COMPLETE_DEFINITION_RYG = 0x2b

◆ TL_COMPLETE_PROGRAM_RYG

TRACI_CONST int libsumo::TL_COMPLETE_PROGRAM_RYG = 0x2c

◆ TL_CONSTRAINT

TRACI_CONST int libsumo::TL_CONSTRAINT = 0x2f

Definition at line 879 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ TL_CONSTRAINT_ADD

TRACI_CONST int libsumo::TL_CONSTRAINT_ADD = 0x37

Definition at line 894 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processSet().

◆ TL_CONSTRAINT_BYFOE

TRACI_CONST int libsumo::TL_CONSTRAINT_BYFOE = 0x34

Definition at line 885 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ TL_CONSTRAINT_REMOVE

TRACI_CONST int libsumo::TL_CONSTRAINT_REMOVE = 0x35

Definition at line 888 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processSet().

◆ TL_CONSTRAINT_SWAP

TRACI_CONST int libsumo::TL_CONSTRAINT_SWAP = 0x32

Definition at line 882 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ TL_CONSTRAINT_UPDATE

TRACI_CONST int libsumo::TL_CONSTRAINT_UPDATE = 0x36

Definition at line 891 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processSet().

◆ TL_CONTROLLED_JUNCTIONS

TRACI_CONST int libsumo::TL_CONTROLLED_JUNCTIONS = 0x2a

Definition at line 864 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::TrafficLight::handleVariable().

◆ TL_CONTROLLED_LANES

TRACI_CONST int libsumo::TL_CONTROLLED_LANES = 0x26

◆ TL_CONTROLLED_LINKS

TRACI_CONST int libsumo::TL_CONTROLLED_LINKS = 0x27

◆ TL_CURRENT_PHASE

TRACI_CONST int libsumo::TL_CURRENT_PHASE = 0x28

◆ TL_CURRENT_PROGRAM

TRACI_CONST int libsumo::TL_CURRENT_PROGRAM = 0x29

◆ TL_EXTERNAL_STATE

TRACI_CONST int libsumo::TL_EXTERNAL_STATE = 0x2e

Definition at line 876 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ TL_NEXT_SWITCH

TRACI_CONST int libsumo::TL_NEXT_SWITCH = 0x2d

◆ TL_PHASE_DURATION

◆ TL_PHASE_INDEX

TRACI_CONST int libsumo::TL_PHASE_INDEX = 0x22

◆ TL_PRIORITY_VEHICLES

TRACI_CONST int libsumo::TL_PRIORITY_VEHICLES = 0x31

Definition at line 861 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ TL_PROGRAM

TRACI_CONST int libsumo::TL_PROGRAM = 0x23

◆ TL_RED_YELLOW_GREEN_STATE

◆ TL_RIVAL_VEHICLES

TRACI_CONST int libsumo::TL_RIVAL_VEHICLES = 0x30

Definition at line 858 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ TRACI_ID_LIST

◆ TRACI_VERSION

TRACI_CONST int libsumo::TRACI_VERSION = 21

◆ TRAFFICLIGHT_TYPE_ACTUATED

TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_ACTUATED = 0x03

Definition at line 643 of file TraCIConstants.h.

◆ TRAFFICLIGHT_TYPE_DELAYBASED

TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_DELAYBASED = 0x04

Definition at line 644 of file TraCIConstants.h.

◆ TRAFFICLIGHT_TYPE_STATIC

TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_STATIC = 0x00

Definition at line 642 of file TraCIConstants.h.

◆ TYPE_BYTE

◆ TYPE_COLOR

◆ TYPE_COMPOUND

TRACI_CONST int libsumo::TYPE_COMPOUND = 0x0F

Definition at line 501 of file TraCIConstants.h.

Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::TrafficLightScope::getAllProgramLogics(), TraCIAPI::VehicleScope::getBestLanes(), TraCIAPI::TrafficLightScope::getControlledLinks(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIAPI::VehicleScope::getFollower(), TraCIAPI::VehicleScope::getFollowSpeed(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::LaneScope::getLinks(), TraCIAPI::VehicleScope::getNextTLS(), TraCIAPI::TraCIScopeWrapper::getParameterWithKey(), TraCIAPI::VehicleScope::getSecureGap(), TraCIAPI::VehicleScope::getStopSpeed(), TraCIAPI::TraCIScopeWrapper::getTraCIStage(), TraCIAPI::InductionLoopScope::getVehicleData(), TraCIServerAPI_Vehicle::insertReplaceStop(), TraCIAPI::PersonScope::moveTo(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::PersonScope::moveToXY(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_OverheadWire::processSet(), TraCIServerAPI_ParkingArea::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Rerouter::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_RouteProbe::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VariableSpeedSign::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCITestClient::readAndReportTypeDependent(), libsumo::StorageHelper::readCompound(), libtraci::Connection::readVariables(), TraCIAPI::PersonScope::rerouteTraveltime(), TraCIAPI::VehicleScope::rerouteTraveltime(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::VehicleScope::setAcceleration(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::VehicleScope::setPreviousSpeed(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::VehicleScope::setStop(), TraCITestClient::setValueTypeDependant(), TraCIServerAPI_VehicleType::setVariable(), TraCIAPI::VehicleScope::slowDown(), TraCIServer::wrapStringDoublePair(), TraCIServer::wrapStringPair(), libsumo::StorageHelper::writeCompound(), and TraCIServerAPI_Vehicle::writeNextStops().

◆ TYPE_DOUBLE

TRACI_CONST int libsumo::TYPE_DOUBLE = 0x0B

Definition at line 495 of file TraCIConstants.h.

Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIServer::addObjectVariableSubscription(), 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::TraCIScopeWrapper::getDouble(), libtraci::Domain< GET, SET >::getDouble(), TraCIAPI::EdgeScope::getEffort(), TraCIAPI::VehicleScope::getFollower(), TraCIAPI::VehicleScope::getFollowSpeed(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::VehicleScope::getSecureGap(), TraCIAPI::VehicleScope::getStopSpeed(), libsumo::TraCIDouble::getType(), TraCIAPI::PersonScope::moveTo(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::PersonScope::moveToXY(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Vehicle::processSet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingDouble(), libsumo::StorageHelper::readTypedDouble(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::VehicleTypeScope::setAccel(), TraCIAPI::VehicleScope::setAcceleration(), TraCIAPI::VehicleTypeScope::setApparentDecel(), TraCIAPI::VehicleTypeScope::setDecel(), libtraci::Domain< GET, SET >::setDouble(), TraCIAPI::TraCIScopeWrapper::setDouble(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::VehicleTypeScope::setEmergencyDecel(), TraCIAPI::PersonScope::setHeight(), TraCIAPI::VehicleTypeScope::setHeight(), TraCIAPI::VehicleTypeScope::setImperfection(), TraCIAPI::PersonScope::setLength(), TraCIAPI::VehicleTypeScope::setLength(), TraCIAPI::PolygonScope::setLineWidth(), TraCIAPI::VehicleTypeScope::setMaxSpeed(), TraCIAPI::VehicleScope::setMaxSpeed(), TraCIAPI::VehicleTypeScope::setMaxSpeedLat(), TraCIAPI::PersonScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGap(), TraCIAPI::VehicleScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGapLat(), TraCIAPI::TrafficLightScope::setPhaseDuration(), TraCIAPI::VehicleScope::setPreviousSpeed(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::PersonScope::setSpeed(), TraCIAPI::VehicleScope::setSpeed(), TraCIAPI::VehicleTypeScope::setSpeedDeviation(), TraCIAPI::PersonScope::setSpeedFactor(), TraCIAPI::VehicleTypeScope::setSpeedFactor(), TraCIAPI::VehicleScope::setSpeedFactor(), TraCIAPI::VehicleScope::setStop(), TraCIAPI::VehicleTypeScope::setTau(), TraCITestClient::setValueTypeDependant(), TraCIAPI::PersonScope::setWidth(), TraCIAPI::VehicleTypeScope::setWidth(), TraCIAPI::VehicleScope::slowDown(), libsumo::StorageHelper::toStorage(), TraCIServer::wrapDouble(), TraCIServer::wrapStringDoublePair(), TraCIServerAPI_Vehicle::writeNextStops(), and libsumo::StorageHelper::writeTypedDouble().

◆ TYPE_DOUBLELIST

◆ TYPE_INTEGER

TRACI_CONST int libsumo::TYPE_INTEGER = 0x09

Definition at line 493 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::TraCIScopeWrapper::getInt(), libtraci::Domain< GET, SET >::getInt(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::TrafficLightScope::getServedPersonCount(), TraCIAPI::PersonScope::getStage(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingInt(), libsumo::StorageHelper::readTypedInt(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::POIScope::remove(), TraCIAPI::PolygonScope::remove(), TraCIAPI::PersonScope::removeStage(), TraCIAPI::GUIScope::screenshot(), libtraci::Domain< GET, SET >::setInt(), TraCIAPI::TraCIScopeWrapper::setInt(), TraCIAPI::VehicleScope::setLaneChangeMode(), TraCIAPI::TrafficLightScope::setPhase(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::VehicleScope::setRoutingMode(), TraCIAPI::VehicleScope::setSignals(), TraCIAPI::VehicleScope::setSpeedMode(), TraCITestClient::setValueTypeDependant(), TraCIServer::wrapInt(), TraCIServerAPI_Vehicle::writeNextStops(), libsumo::StorageHelper::writeStage(), TraCIServerAPI_Simulation::writeTransportableStateNumber(), libsumo::StorageHelper::writeTypedInt(), and TraCIServerAPI_Simulation::writeVehicleStateNumber().

◆ TYPE_POLYGON

◆ TYPE_STRING

TRACI_CONST int libsumo::TYPE_STRING = 0x0C

Definition at line 497 of file TraCIConstants.h.

Referenced by TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIServer::addObjectVariableSubscription(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeTarget(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::VehicleTypeScope::copy(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::VehicleScope::getFollowSpeed(), TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIAPI::TraCIScopeWrapper::getParameterWithKey(), TraCIAPI::VehicleScope::getSecureGap(), TraCIAPI::TraCIScopeWrapper::getString(), libtraci::Domain< GET, SET >::getString(), libsumo::TraCIString::getType(), TraCIAPI::SimulationScope::loadState(), TraCIAPI::PersonScope::moveTo(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::PersonScope::moveToXY(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServer::processSingleSubscription(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingString(), libsumo::StorageHelper::readTypedString(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::SimulationScope::saveState(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::VehicleTypeScope::setEmissionClass(), TraCIAPI::VehicleScope::setEmissionClass(), TraCIAPI::VehicleTypeScope::setLateralAlignment(), TraCIAPI::VehicleScope::setLine(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::TrafficLightScope::setPhaseName(), TraCIAPI::TrafficLightScope::setProgram(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::TrafficLightScope::setRedYellowGreenState(), TraCIAPI::VehicleScope::setRouteID(), TraCIAPI::VehicleTypeScope::setShapeClass(), TraCIAPI::VehicleScope::setShapeClass(), TraCIAPI::VehicleScope::setStop(), libtraci::Domain< GET, SET >::setString(), TraCIAPI::TraCIScopeWrapper::setString(), TraCIAPI::PersonScope::setType(), TraCIAPI::PolygonScope::setType(), TraCIAPI::VehicleScope::setType(), TraCITestClient::setValueTypeDependant(), TraCIAPI::VehicleTypeScope::setVehicleClass(), libsumo::StorageHelper::toStorage(), TraCIServer::wrapString(), TraCIServer::wrapStringDoublePair(), TraCIServer::wrapStringPair(), TraCIAPI::SimulationScope::writeMessage(), TraCIServerAPI_Vehicle::writeNextStops(), and libsumo::StorageHelper::writeTypedString().

◆ TYPE_STRINGLIST

◆ TYPE_UBYTE

◆ VAR_ACCEL

◆ VAR_ACCELERATION

◆ VAR_ACCUMULATED_WAITING_TIME

TRACI_CONST int libsumo::VAR_ACCUMULATED_WAITING_TIME = 0x87

◆ VAR_ACTIONSTEPLENGTH

◆ VAR_ADD_DYNAMICS

TRACI_CONST int libsumo::VAR_ADD_DYNAMICS = 0x5c

Definition at line 1050 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Polygon::processSet().

◆ VAR_ALLOWED_SPEED

TRACI_CONST int libsumo::VAR_ALLOWED_SPEED = 0xb7

◆ VAR_ANGLE

◆ VAR_APPARENT_DECEL

◆ VAR_ARRIVALLANE

TRACI_CONST int libsumo::VAR_ARRIVALLANE = 0x76

Definition at line 1194 of file TraCIConstants.h.

◆ VAR_ARRIVALPOS

TRACI_CONST int libsumo::VAR_ARRIVALPOS = 0x75

Definition at line 1191 of file TraCIConstants.h.

◆ VAR_ARRIVALSPEED

TRACI_CONST int libsumo::VAR_ARRIVALSPEED = 0x77

Definition at line 1197 of file TraCIConstants.h.

◆ VAR_ARRIVED_PERSONS_IDS

◆ VAR_ARRIVED_PERSONS_NUMBER

◆ VAR_ARRIVED_VEHICLES_IDS

◆ VAR_ARRIVED_VEHICLES_NUMBER

◆ VAR_BEGIN

TRACI_CONST int libsumo::VAR_BEGIN = 0x1c

Definition at line 804 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Calibrator::handleVariable().

◆ VAR_BEST_LANES

TRACI_CONST int libsumo::VAR_BEST_LANES = 0xb2

◆ VAR_BOARDING_DURATION

◆ VAR_BUS_STOP_ID_LIST

TRACI_CONST int libsumo::VAR_BUS_STOP_ID_LIST = 0x9f

Definition at line 1152 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Simulation::handleVariable().

◆ VAR_BUS_STOP_WAITING

◆ VAR_BUS_STOP_WAITING_IDS

◆ VAR_CO2EMISSION

◆ VAR_COEMISSION

◆ VAR_COLLIDING_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_COLLIDING_VEHICLES_IDS = 0x81

◆ VAR_COLLIDING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_COLLIDING_VEHICLES_NUMBER = 0x80

◆ VAR_COLLISIONS

TRACI_CONST int libsumo::VAR_COLLISIONS = 0x23

Definition at line 1323 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processGet().

◆ VAR_COLOR

◆ VAR_CURRENT_TRAVELTIME

◆ VAR_DECEL

◆ VAR_DELTA_T

TRACI_CONST int libsumo::VAR_DELTA_T = 0x7b

◆ VAR_DEPART_DELAY

TRACI_CONST int libsumo::VAR_DEPART_DELAY = 0x3b

Definition at line 1144 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::handleVariable().

◆ VAR_DEPARTED_PERSONS_IDS

◆ VAR_DEPARTED_PERSONS_NUMBER

◆ VAR_DEPARTED_VEHICLES_IDS

◆ VAR_DEPARTED_VEHICLES_NUMBER

◆ VAR_DEPARTURE

TRACI_CONST int libsumo::VAR_DEPARTURE = 0x3a

Definition at line 1141 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::handleVariable().

◆ VAR_DISTANCE

TRACI_CONST int libsumo::VAR_DISTANCE = 0x84

◆ VAR_EDGE_EFFORT

◆ VAR_EDGE_TRAVELTIME

◆ VAR_EDGES

◆ VAR_ELECTRICITYCONSUMPTION

◆ VAR_EMERGENCY_DECEL

◆ VAR_EMERGENCYSTOPPING_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_EMERGENCYSTOPPING_VEHICLES_IDS = 0x8a

◆ VAR_EMERGENCYSTOPPING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_EMERGENCYSTOPPING_VEHICLES_NUMBER = 0x89

◆ VAR_EMISSIONCLASS

◆ VAR_END

◆ VAR_EXIT_LANES

TRACI_CONST int libsumo::VAR_EXIT_LANES = 0x31

◆ VAR_EXIT_POSITIONS

TRACI_CONST int libsumo::VAR_EXIT_POSITIONS = 0x43

◆ VAR_FILL

◆ VAR_FOES

◆ VAR_FOLLOW_SPEED

TRACI_CONST int libsumo::VAR_FOLLOW_SPEED = 0x1c

◆ VAR_FOLLOWER

◆ VAR_FRICTION

◆ VAR_FUELCONSUMPTION

◆ VAR_HAS_VIEW

TRACI_CONST int libsumo::VAR_HAS_VIEW = 0xa7

Definition at line 1428 of file TraCIConstants.h.

◆ VAR_HCEMISSION

◆ VAR_HEIGHT

◆ VAR_HIGHLIGHT

TRACI_CONST int libsumo::VAR_HIGHLIGHT = 0x6c

◆ VAR_IMAGEFILE

◆ VAR_IMPATIENCE

◆ VAR_IMPERFECTION

◆ VAR_INSERTED

TRACI_CONST int libsumo::VAR_INSERTED = 0x15

Definition at line 819 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Calibrator::handleVariable().

◆ VAR_INTERVAL_IDS

TRACI_CONST int libsumo::VAR_INTERVAL_IDS = 0x26

Definition at line 741 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::InductionLoop::handleVariable().

◆ VAR_INTERVAL_MAX_JAM_LENGTH_METERS

TRACI_CONST int libsumo::VAR_INTERVAL_MAX_JAM_LENGTH_METERS = 0x32

Definition at line 762 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::LaneArea::handleVariable().

◆ VAR_INTERVAL_NUMBER

TRACI_CONST int libsumo::VAR_INTERVAL_NUMBER = 0x25

◆ VAR_INTERVAL_OCCUPANCY

TRACI_CONST int libsumo::VAR_INTERVAL_OCCUPANCY = 0x23

◆ VAR_INTERVAL_SPEED

TRACI_CONST int libsumo::VAR_INTERVAL_SPEED = 0x24

◆ VAR_LANE_ID

◆ VAR_LANE_INDEX

◆ VAR_LANECHANGE_MODE

◆ VAR_LANEPOSITION

◆ VAR_LANEPOSITION_LAT

◆ VAR_LANES

◆ VAR_LAST_INTERVAL_IDS

TRACI_CONST int libsumo::VAR_LAST_INTERVAL_IDS = 0x2a

Definition at line 753 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::InductionLoop::handleVariable().

◆ VAR_LAST_INTERVAL_MAX_JAM_LENGTH_METERS

TRACI_CONST int libsumo::VAR_LAST_INTERVAL_MAX_JAM_LENGTH_METERS = 0x33

Definition at line 765 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::LaneArea::handleVariable().

◆ VAR_LAST_INTERVAL_MEAN_HALTING_NUMBER

TRACI_CONST int libsumo::VAR_LAST_INTERVAL_MEAN_HALTING_NUMBER = 0x20

Definition at line 771 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable().

◆ VAR_LAST_INTERVAL_NUMBER

TRACI_CONST int libsumo::VAR_LAST_INTERVAL_NUMBER = 0x29

◆ VAR_LAST_INTERVAL_OCCUPANCY

TRACI_CONST int libsumo::VAR_LAST_INTERVAL_OCCUPANCY = 0x27

◆ VAR_LAST_INTERVAL_SPEED

TRACI_CONST int libsumo::VAR_LAST_INTERVAL_SPEED = 0x28

◆ VAR_LAST_INTERVAL_TRAVELTIME

TRACI_CONST int libsumo::VAR_LAST_INTERVAL_TRAVELTIME = 0x58

Definition at line 768 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable().

◆ VAR_LAST_INTERVAL_VEHICLE_NUMBER

TRACI_CONST int libsumo::VAR_LAST_INTERVAL_VEHICLE_NUMBER = 0x21

Definition at line 774 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable().

◆ VAR_LASTACTIONTIME

TRACI_CONST int libsumo::VAR_LASTACTIONTIME = 0x7f

Definition at line 969 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::handleVariable().

◆ VAR_LATALIGNMENT

◆ VAR_LEADER

◆ VAR_LENGTH

◆ VAR_LINE

◆ VAR_LOADED_LIST

TRACI_CONST int libsumo::VAR_LOADED_LIST = 0x24

Definition at line 1326 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::handleVariable().

◆ VAR_LOADED_VEHICLES_IDS

◆ VAR_LOADED_VEHICLES_NUMBER

◆ VAR_MAXSPEED

◆ VAR_MAXSPEED_LAT

◆ VAR_MIN_EXPECTED_VEHICLES

TRACI_CONST int libsumo::VAR_MIN_EXPECTED_VEHICLES = 0x7d

◆ VAR_MINGAP

◆ VAR_MINGAP_LAT

◆ VAR_MOVE_TO

◆ VAR_NAME

◆ VAR_NEIGHBORS

TRACI_CONST int libsumo::VAR_NEIGHBORS = 0xbf

Definition at line 1111 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processGet().

◆ VAR_NET_BOUNDING_BOX

TRACI_CONST int libsumo::VAR_NET_BOUNDING_BOX = 0x7c

◆ VAR_NEXT_EDGE

TRACI_CONST int libsumo::VAR_NEXT_EDGE = 0xc1

◆ VAR_NEXT_LINKS

TRACI_CONST int libsumo::VAR_NEXT_LINKS = 0x33

Definition at line 1185 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processGet().

◆ VAR_NEXT_STOPS

TRACI_CONST int libsumo::VAR_NEXT_STOPS = 0x73

Definition at line 1179 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processGet().

◆ VAR_NEXT_STOPS2

TRACI_CONST int libsumo::VAR_NEXT_STOPS2 = 0x74

Definition at line 1182 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processGet().

◆ VAR_NEXT_TLS

TRACI_CONST int libsumo::VAR_NEXT_TLS = 0x70

◆ VAR_NOISEEMISSION

◆ VAR_NOXEMISSION

◆ VAR_OPTION

TRACI_CONST int libsumo::VAR_OPTION = 0x32

◆ VAR_PARAMETER

TRACI_CONST int libsumo::VAR_PARAMETER = 0x7e

Definition at line 1332 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIScopeWrapper::getParameter(), LIBSUMO_NAMESPACE::BusStop::handleVariable(), LIBSUMO_NAMESPACE::Calibrator::handleVariable(), LIBSUMO_NAMESPACE::ChargingStation::handleVariable(), LIBSUMO_NAMESPACE::Edge::handleVariable(), LIBSUMO_NAMESPACE::InductionLoop::handleVariable(), LIBSUMO_NAMESPACE::Junction::handleVariable(), LIBSUMO_NAMESPACE::Lane::handleVariable(), LIBSUMO_NAMESPACE::LaneArea::handleVariable(), LIBSUMO_NAMESPACE::MeanData::handleVariable(), LIBSUMO_NAMESPACE::MultiEntryExit::handleVariable(), LIBSUMO_NAMESPACE::OverheadWire::handleVariable(), LIBSUMO_NAMESPACE::ParkingArea::handleVariable(), LIBSUMO_NAMESPACE::Person::handleVariable(), LIBSUMO_NAMESPACE::POI::handleVariable(), LIBSUMO_NAMESPACE::Polygon::handleVariable(), LIBSUMO_NAMESPACE::Rerouter::handleVariable(), LIBSUMO_NAMESPACE::Route::handleVariable(), LIBSUMO_NAMESPACE::RouteProbe::handleVariable(), LIBSUMO_NAMESPACE::Simulation::handleVariable(), LIBSUMO_NAMESPACE::TrafficLight::handleVariable(), LIBSUMO_NAMESPACE::VariableSpeedSign::handleVariable(), LIBSUMO_NAMESPACE::Vehicle::handleVariable(), LIBSUMO_NAMESPACE::VehicleType::handleVariableWithID(), TraCIServerAPI_BusStop::processSet(), TraCIServerAPI_Calibrator::processSet(), TraCIServerAPI_ChargingStation::processSet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_InductionLoop::processSet(), TraCIServerAPI_Junction::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_LaneArea::processSet(), TraCIServerAPI_MultiEntryExit::processSet(), TraCIServerAPI_OverheadWire::processSet(), TraCIServerAPI_ParkingArea::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Rerouter::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_RouteProbe::processSet(), TraCIServerAPI_Simulation::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VariableSpeedSign::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIServerAPI_VehicleType::setVariable(), and TraCIServer::TraCIServer().

◆ VAR_PARAMETER_WITH_KEY

◆ VAR_PARKING_ENDING_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_PARKING_ENDING_VEHICLES_IDS = 0x6f

◆ VAR_PARKING_ENDING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_PARKING_ENDING_VEHICLES_NUMBER = 0x6e

◆ VAR_PARKING_MANEUVERING_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_PARKING_MANEUVERING_VEHICLES_IDS = 0x3b

Definition at line 1284 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processGet().

◆ VAR_PARKING_MANEUVERING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_PARKING_MANEUVERING_VEHICLES_NUMBER = 0x3a

Definition at line 1281 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processGet().

◆ VAR_PARKING_STARTING_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_PARKING_STARTING_VEHICLES_IDS = 0x6d

◆ VAR_PARKING_STARTING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_PARKING_STARTING_VEHICLES_NUMBER = 0x6c

◆ VAR_PASSED

TRACI_CONST int libsumo::VAR_PASSED = 0x14

Definition at line 816 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Calibrator::handleVariable().

◆ VAR_PENDING_VEHICLES

◆ VAR_PERSON_CAPACITY

◆ VAR_PERSON_NUMBER

◆ VAR_PMXEMISSION

◆ VAR_POSITION

◆ VAR_POSITION3D

◆ VAR_PREV_SPEED

TRACI_CONST int libsumo::VAR_PREV_SPEED = 0x3c

◆ VAR_REMOVED

TRACI_CONST int libsumo::VAR_REMOVED = 0x16

Definition at line 822 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Calibrator::handleVariable().

◆ VAR_ROAD_ID

◆ VAR_ROUTE

TRACI_CONST int libsumo::VAR_ROUTE = 0x57

◆ VAR_ROUTE_ID

◆ VAR_ROUTE_INDEX

TRACI_CONST int libsumo::VAR_ROUTE_INDEX = 0x69

◆ VAR_ROUTE_PROBE

TRACI_CONST int libsumo::VAR_ROUTE_PROBE = 0x17

Definition at line 825 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Calibrator::handleVariable().

◆ VAR_ROUTE_VALID

TRACI_CONST int libsumo::VAR_ROUTE_VALID = 0x92

◆ VAR_ROUTING_MODE

◆ VAR_SAMPLE_CURRENT

TRACI_CONST int libsumo::VAR_SAMPLE_CURRENT = 0x21

Definition at line 1404 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::RouteProbe::handleVariable().

◆ VAR_SAMPLE_LAST

TRACI_CONST int libsumo::VAR_SAMPLE_LAST = 0x20

Definition at line 1401 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::RouteProbe::handleVariable().

◆ VAR_SCALE

◆ VAR_SCREENSHOT

TRACI_CONST int libsumo::VAR_SCREENSHOT = 0xa5

◆ VAR_SECURE_GAP

TRACI_CONST int libsumo::VAR_SECURE_GAP = 0x1e

◆ VAR_SELECT

TRACI_CONST int libsumo::VAR_SELECT = 0xa4

◆ VAR_SHAPE

◆ VAR_SHAPECLASS

◆ VAR_SIGNALS

◆ VAR_SLOPE

◆ VAR_SPEED

◆ VAR_SPEED_DEVIATION

◆ VAR_SPEED_FACTOR

◆ VAR_SPEED_LAT

TRACI_CONST int libsumo::VAR_SPEED_LAT = 0x32

◆ VAR_SPEED_WITHOUT_TRACI

TRACI_CONST int libsumo::VAR_SPEED_WITHOUT_TRACI = 0xb1

◆ VAR_SPEEDSETMODE

◆ VAR_STAGE

TRACI_CONST int libsumo::VAR_STAGE = 0xc0

◆ VAR_STAGES_REMAINING

TRACI_CONST int libsumo::VAR_STAGES_REMAINING = 0xc2

◆ VAR_STOP_ARRIVALDELAY

TRACI_CONST int libsumo::VAR_STOP_ARRIVALDELAY = 0x22

◆ VAR_STOP_DELAY

TRACI_CONST int libsumo::VAR_STOP_DELAY = 0x1f

◆ VAR_STOP_ENDING_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_STOP_ENDING_VEHICLES_IDS = 0x6b

◆ VAR_STOP_ENDING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_STOP_ENDING_VEHICLES_NUMBER = 0x6a

◆ VAR_STOP_PARAMETER

TRACI_CONST int libsumo::VAR_STOP_PARAMETER = 0x55

◆ VAR_STOP_SPEED

TRACI_CONST int libsumo::VAR_STOP_SPEED = 0x1d

◆ VAR_STOP_STARTING_VEHICLES_IDS

◆ VAR_STOP_STARTING_VEHICLES_NUMBER

◆ VAR_STOPSTATE

TRACI_CONST int libsumo::VAR_STOPSTATE = 0xb5

◆ VAR_TAU

◆ VAR_TAXI_FLEET

TRACI_CONST int libsumo::VAR_TAXI_FLEET = 0x20

◆ VAR_TAXI_RESERVATIONS

TRACI_CONST int libsumo::VAR_TAXI_RESERVATIONS = 0xc6

◆ VAR_TELEPORT_ENDING_VEHICLES_IDS

◆ VAR_TELEPORT_ENDING_VEHICLES_NUMBER

◆ VAR_TELEPORT_STARTING_VEHICLES_IDS

◆ VAR_TELEPORT_STARTING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_TELEPORT_STARTING_VEHICLES_NUMBER = 0x75

◆ VAR_TELEPORTING_LIST

TRACI_CONST int libsumo::VAR_TELEPORTING_LIST = 0x25

Definition at line 1329 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Vehicle::handleVariable().

◆ VAR_TIME

TRACI_CONST int libsumo::VAR_TIME = 0x66

◆ VAR_TIME_STEP

TRACI_CONST int libsumo::VAR_TIME_STEP = 0x70

◆ VAR_TIMELOSS

TRACI_CONST int libsumo::VAR_TIMELOSS = 0x8c

◆ VAR_TRACK_VEHICLE

TRACI_CONST int libsumo::VAR_TRACK_VEHICLE = 0xa6

Definition at line 1425 of file TraCIConstants.h.

Referenced by TraCIServerAPI_GUI::processSet().

◆ VAR_TYPE

◆ VAR_UPDATE_BESTLANES

TRACI_CONST int libsumo::VAR_UPDATE_BESTLANES = 0x6a

Definition at line 1020 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ VAR_VEHICLE

TRACI_CONST int libsumo::VAR_VEHICLE = 0xc3

◆ VAR_VEHICLECLASS

◆ VAR_VEHSPERHOUR

TRACI_CONST int libsumo::VAR_VEHSPERHOUR = 0x13

Definition at line 813 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Calibrator::handleVariable().

◆ VAR_VIA

◆ VAR_VIEW_BOUNDARY

TRACI_CONST int libsumo::VAR_VIEW_BOUNDARY = 0xa3

◆ VAR_VIEW_OFFSET

TRACI_CONST int libsumo::VAR_VIEW_OFFSET = 0xa1

◆ VAR_VIEW_SCHEMA

◆ VAR_VIEW_ZOOM

TRACI_CONST int libsumo::VAR_VIEW_ZOOM = 0xa0

◆ VAR_VIRTUAL_DETECTION

TRACI_CONST int libsumo::VAR_VIRTUAL_DETECTION = 0x22

◆ VAR_VTYPES

TRACI_CONST int libsumo::VAR_VTYPES = 0x1e

Definition at line 810 of file TraCIConstants.h.

Referenced by LIBSUMO_NAMESPACE::Calibrator::handleVariable().

◆ VAR_WAITING_TIME

◆ VAR_WIDTH