Eclipse SUMO - Simulation of Urban MObility
libsumo Namespace Reference

Data Structures

class  Calibrator
 
class  Helper
 C++ TraCI client API implementation. More...
 
class  POI
 
class  Polygon
 
class  Subscription
 Representation of a subscription. More...
 
struct  TraCIBestLanesData
 
struct  TraCIColor
 A color. More...
 
class  TraCIConnection
 
struct  TraCIDouble
 
class  TraCIException
 
struct  TraCIInt
 
struct  TraCILeaderDistance
 A leaderId and distance to leader. More...
 
class  TraCILink
 
class  TraCILogic
 
struct  TraCINextStopData
 
struct  TraCINextStopDataVector
 A list of vehicle stops. More...
 
struct  TraCINextTLSData
 
class  TraCIPhase
 
struct  TraCIPosition
 A 3D-position. More...
 
class  TraCIReservation
 
struct  TraCIResult
 
struct  TraCIRoadPosition
 An edgeId, position and laneIndex. More...
 
class  TraCIStage
 
struct  TraCIString
 
struct  TraCIStringList
 
struct  TraCIVehicleData
 mirrors MSInductLoop::VehicleData More...
 
class  VariableWrapper
 

Typedefs

Structures definitions
typedef std::vector< TraCIPositionTraCIPositionVector
 
typedef std::map< int, std::shared_ptr< TraCIResult > > TraCIResults
 {variable->value} More...
 
typedef std::map< std::string, TraCIResultsSubscriptionResults
 {object->{variable->value}} More...
 
typedef std::map< std::string, 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_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_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 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_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_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 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_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 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_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 = 20
 
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_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_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_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_DEPARTED_VEHICLES_IDS = 0x74
 
TRACI_CONST int VAR_DEPARTED_VEHICLES_NUMBER = 0x73
 
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_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_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_IMPERFECTION = 0x5d
 
TRACI_CONST int VAR_INSERTED = 0x15
 
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_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_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_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_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_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_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_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_TIME = 0x66
 
TRACI_CONST int VAR_TIME_STEP = 0x70
 
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_VTYPES = 0x1e
 
TRACI_CONST int VAR_WAITING_TIME = 0x7a
 
TRACI_CONST int VAR_WIDTH = 0x4d
 

Typedef Documentation

◆ ContextSubscriptionResults

Definition at line 251 of file TraCIDefs.h.

◆ SubscriptionResults

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

{object->{variable->value}}

Definition at line 250 of file TraCIDefs.h.

◆ TraCIPositionVector

Definition at line 196 of file TraCIDefs.h.

◆ TraCIResults

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

{variable->value}

Definition at line 248 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 34 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 608 of file TraCIConstants.h.

◆ ARRIVALFLAG_POS_MAX

TRACI_CONST int libsumo::ARRIVALFLAG_POS_MAX = -0x03

Definition at line 612 of file TraCIConstants.h.

◆ ARRIVALFLAG_POS_RANDOM

TRACI_CONST int libsumo::ARRIVALFLAG_POS_RANDOM = -0x02

Definition at line 611 of file TraCIConstants.h.

◆ ARRIVALFLAG_SPEED_CURRENT

TRACI_CONST int libsumo::ARRIVALFLAG_SPEED_CURRENT = -0x02

Definition at line 609 of file TraCIConstants.h.

◆ AUTOMATIC_CONTEXT_SUBSCRIPTION

TRACI_CONST int libsumo::AUTOMATIC_CONTEXT_SUBSCRIPTION = 0x03

Definition at line 683 of file TraCIConstants.h.

◆ AUTOMATIC_VARIABLES_SUBSCRIPTION

TRACI_CONST int libsumo::AUTOMATIC_VARIABLES_SUBSCRIPTION = 0x02

Definition at line 680 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 1181 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processSet().

◆ CMD_CLOSE

◆ CMD_GET_BUSSTOP_VARIABLE

TRACI_CONST int libsumo::CMD_GET_BUSSTOP_VARIABLE = 0xaf

◆ CMD_GET_CALIBRATOR_VARIABLE

TRACI_CONST int libsumo::CMD_GET_CALIBRATOR_VARIABLE = 0x27

◆ CMD_GET_CHARGINGSTATION_VARIABLE

TRACI_CONST int libsumo::CMD_GET_CHARGINGSTATION_VARIABLE = 0x25

◆ CMD_GET_EDGE_VARIABLE

◆ CMD_GET_GUI_VARIABLE

TRACI_CONST int libsumo::CMD_GET_GUI_VARIABLE = 0xac

◆ CMD_GET_INDUCTIONLOOP_VARIABLE

◆ CMD_GET_JUNCTION_VARIABLE

◆ CMD_GET_LANE_VARIABLE

◆ CMD_GET_LANEAREA_VARIABLE

TRACI_CONST int libsumo::CMD_GET_LANEAREA_VARIABLE = 0xad

◆ 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

TRACI_CONST int libsumo::CMD_GET_PARKINGAREA_VARIABLE = 0x24

◆ 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_LOAD

TRACI_CONST int libsumo::CMD_LOAD = 0x01

◆ CMD_LOAD_SIMSTATE

TRACI_CONST int libsumo::CMD_LOAD_SIMSTATE = 0x96

Definition at line 1187 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processSet().

◆ 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 82 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_REROUTE_EFFORT

TRACI_CONST int libsumo::CMD_REROUTE_EFFORT = 0x91

Definition at line 1227 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 64 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_REROUTE_TRAVELTIME

◆ CMD_RESUME

TRACI_CONST int libsumo::CMD_RESUME = 0x19

Definition at line 67 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_SAVE_SIMSTATE

TRACI_CONST int libsumo::CMD_SAVE_SIMSTATE = 0x95

Definition at line 1184 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processSet().

◆ 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 764 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

Definition at line 109 of file TraCIConstants.h.

◆ CMD_SET_JUNCTION_VARIABLE

TRACI_CONST int libsumo::CMD_SET_JUNCTION_VARIABLE = 0xc9

Definition at line 244 of file TraCIConstants.h.

◆ CMD_SET_LANE_VARIABLE

TRACI_CONST int libsumo::CMD_SET_LANE_VARIABLE = 0xc3

Definition at line 154 of file TraCIConstants.h.

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

◆ CMD_SET_LANEAREA_VARIABLE

TRACI_CONST int libsumo::CMD_SET_LANEAREA_VARIABLE = 0xcd

Definition at line 304 of file TraCIConstants.h.

◆ CMD_SET_MEANDATA_VARIABLE

TRACI_CONST int libsumo::CMD_SET_MEANDATA_VARIABLE = 0x4a

Definition at line 439 of file TraCIConstants.h.

◆ CMD_SET_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::CMD_SET_MULTIENTRYEXIT_VARIABLE = 0xc1

Definition at line 124 of file TraCIConstants.h.

◆ 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

TRACI_CONST int libsumo::CMD_SET_SIM_VARIABLE = 0xcb

◆ CMD_SET_TL_VARIABLE

◆ CMD_SET_VARIABLESPEEDSIGN_VARIABLE

TRACI_CONST int libsumo::CMD_SET_VARIABLESPEEDSIGN_VARIABLE = 0x49

◆ CMD_SET_VEHICLE_VARIABLE

◆ 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

Definition at line 326 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_BUSSTOP_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_BUSSTOP_VARIABLE = 0xdf

Definition at line 336 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_CALIBRATOR_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_CALIBRATOR_CONTEXT = 0x07

Definition at line 386 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_CALIBRATOR_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_CALIBRATOR_VARIABLE = 0x57

Definition at line 396 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_CHARGINGSTATION_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_CHARGINGSTATION_CONTEXT = 0x05

Definition at line 356 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_CHARGINGSTATION_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_CHARGINGSTATION_VARIABLE = 0x55

Definition at line 366 of file TraCIConstants.h.

◆ 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

Definition at line 261 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_GUI_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_CONTEXT = 0x8c

Definition at line 281 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_GUI_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_VARIABLE = 0xdc

Definition at line 291 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 246 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

Definition at line 156 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_LANEAREA_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_CONTEXT = 0x8d

Definition at line 296 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ 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 431 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_MEANDATA_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_MEANDATA_VARIABLE = 0x5a

Definition at line 441 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x81

Definition at line 116 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ 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 446 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_OVERHEADWIRE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_OVERHEADWIRE_VARIABLE = 0x5b

Definition at line 456 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_PARKINGAREA_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_PARKINGAREA_CONTEXT = 0x04

Definition at line 341 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_PARKINGAREA_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_PARKINGAREA_VARIABLE = 0x54

Definition at line 351 of file TraCIConstants.h.

◆ 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 216 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 231 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_REROUTER_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_REROUTER_CONTEXT = 0x08

Definition at line 401 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_REROUTER_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_REROUTER_VARIABLE = 0x58

Definition at line 411 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_ROUTE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_CONTEXT = 0x86

Definition at line 191 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_ROUTE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_VARIABLE = 0xd6

Definition at line 201 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_ROUTEPROBE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTEPROBE_CONTEXT = 0x06

Definition at line 371 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_ROUTEPROBE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTEPROBE_VARIABLE = 0x56

Definition at line 381 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_SIM_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_CONTEXT = 0x8b

Definition at line 266 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ 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 131 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_TL_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_VARIABLE = 0xd2

Definition at line 141 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT = 0x09

Definition at line 416 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE = 0x59

Definition at line 426 of file TraCIConstants.h.

◆ CMD_SUBSCRIBE_VEHICLE_CONTEXT

◆ CMD_SUBSCRIBE_VEHICLE_VARIABLE

◆ CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x85

Definition at line 176 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xd5

Definition at line 186 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_TAXI_DISPATCH

TRACI_CONST int libsumo::CMD_TAXI_DISPATCH = 0x21

Definition at line 88 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ COPY

◆ DEPARTFLAG_CONTAINER_TRIGGERED

TRACI_CONST int libsumo::DEPARTFLAG_CONTAINER_TRIGGERED = -0x02

Definition at line 590 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_ALLOWED_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_ALLOWED_FREE = -0x04

Definition at line 598 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_BEST_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_BEST_FREE = -0x05

Definition at line 599 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_FIRST_ALLOWED

TRACI_CONST int libsumo::DEPARTFLAG_LANE_FIRST_ALLOWED = -0x06

Definition at line 600 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_FREE = -0x03

Definition at line 597 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_LANE_RANDOM = -0x02

Definition at line 596 of file TraCIConstants.h.

◆ DEPARTFLAG_NOW

TRACI_CONST int libsumo::DEPARTFLAG_NOW = -0x03

Definition at line 591 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_BASE

TRACI_CONST int libsumo::DEPARTFLAG_POS_BASE = -0x04

Definition at line 604 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_FREE

TRACI_CONST int libsumo::DEPARTFLAG_POS_FREE = -0x03

Definition at line 603 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_LAST

TRACI_CONST int libsumo::DEPARTFLAG_POS_LAST = -0x05

Definition at line 605 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM = -0x02

Definition at line 602 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_RANDOM_FREE

TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM_FREE = -0x06

Definition at line 606 of file TraCIConstants.h.

◆ DEPARTFLAG_SPEED_MAX

TRACI_CONST int libsumo::DEPARTFLAG_SPEED_MAX = -0x03

Definition at line 594 of file TraCIConstants.h.

◆ DEPARTFLAG_SPEED_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_SPEED_RANDOM = -0x02

Definition at line 593 of file TraCIConstants.h.

◆ DEPARTFLAG_TRIGGERED

TRACI_CONST int libsumo::DEPARTFLAG_TRIGGERED = -0x01

Definition at line 589 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 638 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 1221 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 686 of file TraCIConstants.h.

◆ ID_COUNT

◆ INVALID_DOUBLE_VALUE

TRACI_CONST double libsumo::INVALID_DOUBLE_VALUE = -1073741824.0

Definition at line 515 of file TraCIConstants.h.

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

◆ INVALID_INT_VALUE

◆ JAM_LENGTH_METERS

TRACI_CONST int libsumo::JAM_LENGTH_METERS = 0x19

Definition at line 716 of file TraCIConstants.h.

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

◆ JAM_LENGTH_VEHICLE

TRACI_CONST int libsumo::JAM_LENGTH_VEHICLE = 0x18

Definition at line 713 of file TraCIConstants.h.

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

◆ LANE_ALLOWED

◆ 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

◆ 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 519 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 553 of file TraCIConstants.h.

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

◆ MOVE_TELEPORT

TRACI_CONST int libsumo::MOVE_TELEPORT = 0x01

Definition at line 551 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

TRACI_CONST int libsumo::POSITION_LON_LAT_ALT = 0x02

◆ POSITION_ROADMAP

◆ REMOVE

◆ REMOVE_ARRIVED

TRACI_CONST int libsumo::REMOVE_ARRIVED = 0x02

Definition at line 539 of file TraCIConstants.h.

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

◆ REMOVE_PARKING

TRACI_CONST int libsumo::REMOVE_PARKING = 0x01

Definition at line 537 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 535 of file TraCIConstants.h.

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

◆ REMOVE_TELEPORT_ARRIVED

TRACI_CONST int libsumo::REMOVE_TELEPORT_ARRIVED = 0x04

Definition at line 543 of file TraCIConstants.h.

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

◆ REMOVE_VAPORIZED

TRACI_CONST int libsumo::REMOVE_VAPORIZED = 0x03

Definition at line 541 of file TraCIConstants.h.

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

◆ REPLACE_STAGE

TRACI_CONST int libsumo::REPLACE_STAGE = 0xcd

Definition at line 1248 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 332 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 392 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 362 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 257 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 287 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 107 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 242 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 152 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 302 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 437 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 122 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 452 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 347 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 317 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 212 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 227 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 407 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 197 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 377 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 272 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 137 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 422 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 167 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 182 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 328 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_BUSSTOP_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_BUSSTOP_VARIABLE = 0xef

Definition at line 338 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 388 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_CALIBRATOR_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CALIBRATOR_VARIABLE = 0x67

Definition at line 398 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_CHARGINGSTATION_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CHARGINGSTATION_CONTEXT = 0x15

Definition at line 358 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_CHARGINGSTATION_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_CHARGINGSTATION_VARIABLE = 0x65

Definition at line 368 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_EDGE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_CONTEXT = 0x9a

Definition at line 253 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_EDGE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_VARIABLE = 0xea

Definition at line 263 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_GUI_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_CONTEXT = 0x9c

Definition at line 283 of file TraCIConstants.h.

Referenced by TraCITestClient::validateSubscription().

◆ RESPONSE_SUBSCRIBE_GUI_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_VARIABLE = 0xec

Definition at line 293 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 103 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 238 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE = 0xe9

Definition at line 248 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_LANE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_CONTEXT = 0x93

Definition at line 148 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_LANE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_VARIABLE = 0xe3

Definition at line 158 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT = 0x9d

Definition at line 298 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE = 0xed

Definition at line 308 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_MEANDATA_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MEANDATA_CONTEXT = 0x1a

Definition at line 433 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_MEANDATA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MEANDATA_VARIABLE = 0x6a

Definition at line 443 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x91

Definition at line 118 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xe1

Definition at line 128 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_OVERHEADWIRE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_OVERHEADWIRE_CONTEXT = 0x1b

Definition at line 448 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_OVERHEADWIRE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_OVERHEADWIRE_VARIABLE = 0x6b

Definition at line 458 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 343 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_PARKINGAREA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PARKINGAREA_VARIABLE = 0x64

Definition at line 353 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 313 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_PERSON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_VARIABLE = 0xee

Definition at line 323 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 208 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_POI_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_VARIABLE = 0xe7

Definition at line 218 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_POLYGON_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_CONTEXT = 0x98

Definition at line 223 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_POLYGON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_VARIABLE = 0xe8

Definition at line 233 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_REROUTER_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_REROUTER_CONTEXT = 0x18

Definition at line 403 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_REROUTER_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_REROUTER_VARIABLE = 0x68

Definition at line 413 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_ROUTE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_CONTEXT = 0x96

Definition at line 193 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_ROUTE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_VARIABLE = 0xe6

Definition at line 203 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_ROUTEPROBE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTEPROBE_CONTEXT = 0x16

Definition at line 373 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_ROUTEPROBE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTEPROBE_VARIABLE = 0x66

Definition at line 383 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_SIM_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_CONTEXT = 0x9b

Definition at line 268 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_SIM_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_VARIABLE = 0xeb

Definition at line 278 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_TL_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_CONTEXT = 0x92

Definition at line 133 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_TL_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_VARIABLE = 0xe2

Definition at line 143 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_CONTEXT = 0x19

Definition at line 418 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VARIABLESPEEDSIGN_VARIABLE = 0x69

Definition at line 428 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT = 0x94

Definition at line 163 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE = 0xe4

Definition at line 173 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x95

Definition at line 178 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xe5

Definition at line 188 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ ROUTING_MODE_AGGREGATED

TRACI_CONST int libsumo::ROUTING_MODE_AGGREGATED = 0x01

◆ ROUTING_MODE_COMBINED

TRACI_CONST int libsumo::ROUTING_MODE_COMBINED = 0x03

Definition at line 624 of file TraCIConstants.h.

Referenced by MSNet::getIntermodalRouter().

◆ ROUTING_MODE_DEFAULT

TRACI_CONST int libsumo::ROUTING_MODE_DEFAULT = 0x00

Definition at line 618 of file TraCIConstants.h.

◆ ROUTING_MODE_EFFORT

TRACI_CONST int libsumo::ROUTING_MODE_EFFORT = 0x02

Definition at line 622 of file TraCIConstants.h.

◆ RTYPE_ERR

◆ RTYPE_NOTIMPLEMENTED

◆ RTYPE_OK

TRACI_CONST int libsumo::RTYPE_OK = 0x00

Definition at line 505 of file TraCIConstants.h.

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

◆ STAGE_ACCESS

TRACI_CONST int libsumo::STAGE_ACCESS = 0x04

Definition at line 567 of file TraCIConstants.h.

◆ STAGE_DRIVING

◆ STAGE_TRANSHIP

TRACI_CONST int libsumo::STAGE_TRANSHIP = 0x06

Definition at line 571 of file TraCIConstants.h.

◆ STAGE_TRIP

TRACI_CONST int libsumo::STAGE_TRIP = 0x05

Definition at line 569 of file TraCIConstants.h.

◆ STAGE_WAITING

◆ STAGE_WAITING_FOR_DEPART

TRACI_CONST int libsumo::STAGE_WAITING_FOR_DEPART = 0x00

Definition at line 559 of file TraCIConstants.h.

◆ STAGE_WALKING

◆ STOP_BUS_STOP

TRACI_CONST int libsumo::STOP_BUS_STOP = 0x08

Definition at line 580 of file TraCIConstants.h.

◆ STOP_CHARGING_STATION

TRACI_CONST int libsumo::STOP_CHARGING_STATION = 0x20

Definition at line 582 of file TraCIConstants.h.

◆ STOP_CONTAINER_STOP

TRACI_CONST int libsumo::STOP_CONTAINER_STOP = 0x10

Definition at line 581 of file TraCIConstants.h.

◆ STOP_CONTAINER_TRIGGERED

TRACI_CONST int libsumo::STOP_CONTAINER_TRIGGERED = 0x04

Definition at line 579 of file TraCIConstants.h.

◆ STOP_DEFAULT

TRACI_CONST int libsumo::STOP_DEFAULT = 0x00

Definition at line 576 of file TraCIConstants.h.

◆ STOP_OVERHEAD_WIRE

TRACI_CONST int libsumo::STOP_OVERHEAD_WIRE = 0x80

Definition at line 584 of file TraCIConstants.h.

◆ STOP_PARKING

TRACI_CONST int libsumo::STOP_PARKING = 0x01

Definition at line 577 of file TraCIConstants.h.

◆ STOP_PARKING_AREA

TRACI_CONST int libsumo::STOP_PARKING_AREA = 0x40

Definition at line 583 of file TraCIConstants.h.

◆ STOP_TRIGGERED

TRACI_CONST int libsumo::STOP_TRIGGERED = 0x02

Definition at line 578 of file TraCIConstants.h.

◆ TL_BLOCKING_VEHICLES

TRACI_CONST int libsumo::TL_BLOCKING_VEHICLES = 0x25

Definition at line 779 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_CONTROLLED_JUNCTIONS

TRACI_CONST int libsumo::TL_CONTROLLED_JUNCTIONS = 0x2a

Definition at line 800 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 812 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 797 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 794 of file TraCIConstants.h.

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ TRACI_ID_LIST

◆ TRACI_VERSION

TRACI_CONST int libsumo::TRACI_VERSION = 20

◆ TRAFFICLIGHT_TYPE_ACTUATED

TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_ACTUATED = 0x03

Definition at line 630 of file TraCIConstants.h.

◆ TRAFFICLIGHT_TYPE_DELAYBASED

TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_DELAYBASED = 0x04

Definition at line 631 of file TraCIConstants.h.

◆ TRAFFICLIGHT_TYPE_STATIC

TRACI_CONST int libsumo::TRAFFICLIGHT_TYPE_STATIC = 0x00

Definition at line 629 of file TraCIConstants.h.

◆ TYPE_BYTE

◆ TYPE_COLOR

◆ TYPE_COMPOUND

TRACI_CONST int libsumo::TYPE_COMPOUND = 0x0F

Definition at line 494 of file TraCIConstants.h.

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

◆ TYPE_DOUBLE

TRACI_CONST int libsumo::TYPE_DOUBLE = 0x0B

Definition at line 488 of file TraCIConstants.h.

Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIAPI::VehicleScope::addSubscriptionFilterFloat(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::VehicleScope::changeSublane(), TraCIServerAPI_Simulation::commandDistanceRequest(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::EdgeScope::getAdaptedTraveltime(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), libtraci::Connection::getDouble(), TraCIAPI::TraCIScopeWrapper::getDouble(), TraCIAPI::EdgeScope::getEffort(), TraCIAPI::VehicleScope::getFollower(), TraCIAPI::VehicleScope::getFollowSpeed(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::VehicleScope::getSecureGap(), TraCIAPI::VehicleScope::getStopSpeed(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingDouble(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::VehicleTypeScope::setAccel(), TraCIAPI::VehicleTypeScope::setApparentDecel(), TraCIAPI::VehicleTypeScope::setDecel(), libtraci::Connection::setDouble(), TraCIAPI::TraCIScopeWrapper::setDouble(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::VehicleTypeScope::setEmergencyDecel(), TraCIAPI::PersonScope::setHeight(), TraCIAPI::VehicleTypeScope::setHeight(), TraCIAPI::VehicleTypeScope::setImperfection(), TraCIAPI::PersonScope::setLength(), TraCIAPI::VehicleTypeScope::setLength(), TraCIAPI::PolygonScope::setLineWidth(), TraCIAPI::VehicleTypeScope::setMaxSpeed(), TraCIAPI::VehicleScope::setMaxSpeed(), TraCIAPI::VehicleTypeScope::setMaxSpeedLat(), TraCIAPI::PersonScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGap(), TraCIAPI::VehicleScope::setMinGap(), TraCIAPI::VehicleTypeScope::setMinGapLat(), TraCIAPI::TrafficLightScope::setPhaseDuration(), TraCIAPI::VehicleScope::setPreviousSpeed(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::PersonScope::setSpeed(), TraCIAPI::VehicleScope::setSpeed(), TraCIAPI::VehicleTypeScope::setSpeedDeviation(), TraCIAPI::VehicleTypeScope::setSpeedFactor(), TraCIAPI::VehicleScope::setSpeedFactor(), TraCIAPI::VehicleScope::setStop(), TraCIAPI::VehicleTypeScope::setTau(), TraCITestClient::setValueTypeDependant(), TraCIAPI::PersonScope::setWidth(), TraCIAPI::VehicleTypeScope::setWidth(), TraCIAPI::VehicleScope::slowDown(), TraCIServer::wrapDouble(), TraCIServerAPI_Vehicle::writeNextStops(), and TraCIServerAPI_Simulation::writeStage().

◆ TYPE_DOUBLELIST

TRACI_CONST int libsumo::TYPE_DOUBLELIST = 0x10

Definition at line 496 of file TraCIConstants.h.

Referenced by TraCIServer::readTypeCheckingDoubleList().

◆ TYPE_INTEGER

TRACI_CONST int libsumo::TYPE_INTEGER = 0x09

Definition at line 486 of file TraCIConstants.h.

Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::PersonScope::getEdges(), libtraci::Connection::getInt(), TraCIAPI::TraCIScopeWrapper::getInt(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::TrafficLightScope::getServedPersonCount(), TraCIAPI::PersonScope::getStage(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingInt(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::POIScope::remove(), TraCIAPI::PolygonScope::remove(), TraCIAPI::PersonScope::removeStage(), TraCIAPI::GUIScope::screenshot(), libtraci::Connection::setInt(), TraCIAPI::TraCIScopeWrapper::setInt(), TraCIAPI::VehicleScope::setLaneChangeMode(), TraCIAPI::TrafficLightScope::setPhase(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::VehicleScope::setRoutingMode(), TraCIAPI::VehicleScope::setSignals(), TraCIAPI::VehicleScope::setSpeedMode(), TraCITestClient::setValueTypeDependant(), TraCIServer::wrapInt(), TraCIServerAPI_Vehicle::writeNextStops(), TraCIServerAPI_Simulation::writeStage(), and TraCIServerAPI_Simulation::writeVehicleStateNumber().

◆ TYPE_POLYGON

◆ TYPE_STRING

TRACI_CONST int libsumo::TYPE_STRING = 0x0C

Definition at line 490 of file TraCIConstants.h.

Referenced by TraCIAPI::PersonScope::add(), TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeTarget(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::VehicleTypeScope::copy(), TraCIAPI::SimulationScope::findRoute(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::VehicleScope::getFollowSpeed(), TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIAPI::TraCIScopeWrapper::getParameterWithKey(), TraCIAPI::VehicleScope::getSecureGap(), libtraci::Connection::getString(), TraCIAPI::TraCIScopeWrapper::getString(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServer::processSingleSubscription(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingString(), libtraci::Connection::readVariables(), TraCIAPI::readVariables(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::VehicleTypeScope::setEmissionClass(), TraCIAPI::VehicleScope::setEmissionClass(), TraCIAPI::VehicleTypeScope::setLateralAlignment(), TraCIAPI::VehicleScope::setLine(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::TrafficLightScope::setPhaseName(), TraCIAPI::TrafficLightScope::setProgram(), TraCIAPI::TrafficLightScope::setProgramLogic(), TraCIAPI::TrafficLightScope::setRedYellowGreenState(), TraCIAPI::VehicleScope::setRouteID(), TraCIAPI::VehicleTypeScope::setShapeClass(), TraCIAPI::VehicleScope::setShapeClass(), TraCIAPI::VehicleScope::setStop(), libtraci::Connection::setString(), TraCIAPI::TraCIScopeWrapper::setString(), TraCIAPI::PersonScope::setType(), TraCIAPI::PolygonScope::setType(), TraCIAPI::VehicleScope::setType(), TraCITestClient::setValueTypeDependant(), TraCIAPI::VehicleTypeScope::setVehicleClass(), TraCIServer::wrapString(), TraCIAPI::SimulationScope::writeMessage(), TraCIServerAPI_Vehicle::writeNextStops(), and TraCIServerAPI_Simulation::writeStage().

◆ TYPE_STRINGLIST

◆ TYPE_UBYTE

◆ VAR_ACCEL

◆ VAR_ACCELERATION

TRACI_CONST int libsumo::VAR_ACCELERATION = 0x72

◆ 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 953 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 1082 of file TraCIConstants.h.

◆ VAR_ARRIVALPOS

TRACI_CONST int libsumo::VAR_ARRIVALPOS = 0x75

Definition at line 1079 of file TraCIConstants.h.

◆ VAR_ARRIVALSPEED

TRACI_CONST int libsumo::VAR_ARRIVALSPEED = 0x77

Definition at line 1085 of file TraCIConstants.h.

◆ VAR_ARRIVED_VEHICLES_IDS

◆ VAR_ARRIVED_VEHICLES_NUMBER

◆ VAR_BEGIN

TRACI_CONST int libsumo::VAR_BEGIN = 0x1c

Definition at line 740 of file TraCIConstants.h.

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

◆ VAR_BEST_LANES

TRACI_CONST int libsumo::VAR_BEST_LANES = 0xb2

◆ VAR_BUS_STOP_ID_LIST

TRACI_CONST int libsumo::VAR_BUS_STOP_ID_LIST = 0x9f

Definition at line 1043 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processGet().

◆ 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_COLOR

◆ VAR_CURRENT_TRAVELTIME

◆ VAR_DECEL

◆ VAR_DELTA_T

◆ VAR_DEPARTED_VEHICLES_IDS

◆ VAR_DEPARTED_VEHICLES_NUMBER

◆ 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

TRACI_CONST int libsumo::VAR_END = 0x1d

Definition at line 743 of file TraCIConstants.h.

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

◆ VAR_FILL

TRACI_CONST int libsumo::VAR_FILL = 0x55

◆ VAR_FOES

TRACI_CONST int libsumo::VAR_FOES = 0x37

◆ VAR_FOLLOW_SPEED

TRACI_CONST int libsumo::VAR_FOLLOW_SPEED = 0x1c

◆ VAR_FOLLOWER

◆ VAR_FUELCONSUMPTION

◆ VAR_HAS_VIEW

TRACI_CONST int libsumo::VAR_HAS_VIEW = 0xa7

Definition at line 1284 of file TraCIConstants.h.

Referenced by TraCIServerAPI_GUI::processGet().

◆ VAR_HCEMISSION

◆ VAR_HEIGHT

◆ VAR_HIGHLIGHT

TRACI_CONST int libsumo::VAR_HIGHLIGHT = 0x6c

◆ VAR_IMAGEFILE

◆ VAR_IMPERFECTION

◆ VAR_INSERTED

TRACI_CONST int libsumo::VAR_INSERTED = 0x15

Definition at line 755 of file TraCIConstants.h.

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

◆ VAR_LANE_ID

◆ VAR_LANE_INDEX

◆ VAR_LANECHANGE_MODE

◆ VAR_LANEPOSITION

◆ VAR_LANEPOSITION_LAT

TRACI_CONST int libsumo::VAR_LANEPOSITION_LAT = 0xb8

◆ VAR_LANES

TRACI_CONST int libsumo::VAR_LANES = 0x30

◆ VAR_LASTACTIONTIME

TRACI_CONST int libsumo::VAR_LASTACTIONTIME = 0x7f

Definition at line 878 of file TraCIConstants.h.

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

◆ VAR_LATALIGNMENT

◆ VAR_LEADER

◆ VAR_LENGTH

◆ VAR_LINE

◆ VAR_LOADED_VEHICLES_IDS

◆ VAR_LOADED_VEHICLES_NUMBER

◆ VAR_MAXSPEED

◆ VAR_MAXSPEED_LAT

◆ VAR_MIN_EXPECTED_VEHICLES

◆ VAR_MINGAP

◆ VAR_MINGAP_LAT

◆ VAR_MOVE_TO

◆ VAR_NAME

◆ VAR_NEIGHBORS

TRACI_CONST int libsumo::VAR_NEIGHBORS = 0xbf

Definition at line 1014 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_STOPS

TRACI_CONST int libsumo::VAR_NEXT_STOPS = 0x73

Definition at line 1070 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processGet().

◆ VAR_NEXT_STOPS2

TRACI_CONST int libsumo::VAR_NEXT_STOPS2 = 0x74

Definition at line 1073 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_PARAMETER

TRACI_CONST int libsumo::VAR_PARAMETER = 0x7e

Definition at line 1190 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIServerAPI_BusStop::processGet(), TraCIServerAPI_Calibrator::processGet(), TraCIServerAPI_ChargingStation::processGet(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_MeanData::processGet(), TraCIServerAPI_OverheadWire::processGet(), TraCIServerAPI_ParkingArea::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_Rerouter::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_RouteProbe::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VariableSpeedSign::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_BusStop::processSet(), TraCIServerAPI_Calibrator::processSet(), TraCIServerAPI_ChargingStation::processSet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_Lane::processSet(), TraCIServerAPI_OverheadWire::processSet(), TraCIServerAPI_ParkingArea::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Rerouter::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_RouteProbe::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_VariableSpeedSign::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_VehicleType::processSet(), TraCIAPI::TraCIScopeWrapper::setParameter(), and TraCIServerAPI_VehicleType::setVariable().

◆ 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 1160 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 1157 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 752 of file TraCIConstants.h.

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

◆ 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 758 of file TraCIConstants.h.

Referenced by libsumo::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 761 of file TraCIConstants.h.

Referenced by libsumo::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 1260 of file TraCIConstants.h.

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

◆ VAR_SAMPLE_LAST

TRACI_CONST int libsumo::VAR_SAMPLE_LAST = 0x20

Definition at line 1257 of file TraCIConstants.h.

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

◆ 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_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_TIME

◆ VAR_TIME_STEP

◆ VAR_TRACK_VEHICLE

TRACI_CONST int libsumo::VAR_TRACK_VEHICLE = 0xa6

◆ VAR_TYPE

◆ VAR_UPDATE_BESTLANES

TRACI_CONST int libsumo::VAR_UPDATE_BESTLANES = 0x6a

Definition at line 923 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 749 of file TraCIConstants.h.

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

◆ VAR_VIA

◆ VAR_VIEW_BOUNDARY

◆ VAR_VIEW_OFFSET

◆ VAR_VIEW_SCHEMA

◆ VAR_VIEW_ZOOM

◆ VAR_VTYPES

TRACI_CONST int libsumo::VAR_VTYPES = 0x1e

Definition at line 746 of file TraCIConstants.h.

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

◆ VAR_WAITING_TIME

◆ VAR_WIDTH