Eclipse SUMO - Simulation of Urban MObility
libsumo Namespace Reference

Data Structures

class  Edge
 
class  Helper
 C++ TraCI client API implementation. More...
 
class  InductionLoop
 
class  Junction
 
class  Lane
 
class  LaneArea
 
class  MultiEntryExit
 
class  Person
 
class  POI
 
class  Polygon
 
class  Route
 
class  Simulation
 
class  Subscription
 Representation of a subscription. More...
 
struct  TraCIBestLanesData
 
struct  TraCIColor
 A color. More...
 
class  TraCIConnection
 
struct  TraCIDouble
 
class  TraCIException
 
struct  TraCIInt
 
class  TraCILink
 
class  TraCILogic
 
struct  TraCINextStopData
 
struct  TraCINextTLSData
 
class  TraCIPhase
 
struct  TraCIPosition
 A 3D-position. More...
 
struct  TraCIResult
 
struct  TraCIRoadPosition
 An edgeId, position and laneIndex. More...
 
class  TraCIStage
 
struct  TraCIString
 
struct  TraCIStringList
 
struct  TraCIVehicleData
 mirrors MSInductLoop::VehicleData More...
 
class  TrafficLight
 
class  VariableWrapper
 
class  Vehicle
 
class  VehicleType
 

Typedefs

Structures definitions
typedef std::vector< 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_NO_RTREE = SUBS_FILTER_DOWNSTREAM_DIST | SUBS_FILTER_UPSTREAM_DIST | SUBS_FILTER_LANES | SUBS_FILTER_TURN | SUBS_FILTER_LEAD_FOLLOW, SUBS_FILTER_MANEUVER = SUBS_FILTER_TURN | SUBS_FILTER_LEAD_FOLLOW
}
 Filter types for context subscriptions. More...
 

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_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_MULTIENTRYEXIT_VARIABLE = 0xa1
 
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_ROUTE_VARIABLE = 0xa6
 
TRACI_CONST int CMD_GET_SIM_VARIABLE = 0xab
 
TRACI_CONST int CMD_GET_TL_VARIABLE = 0xa2
 
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_OPENGAP = 0x16
 
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_EDGE_VARIABLE = 0xca
 
TRACI_CONST int CMD_SET_GUI_VARIABLE = 0xcc
 
TRACI_CONST int CMD_SET_JUNCTION_VARIABLE = 0xc9
 
TRACI_CONST int CMD_SET_LANE_VARIABLE = 0xc3
 
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_ROUTE_VARIABLE = 0xc6
 
TRACI_CONST int CMD_SET_SIM_VARIABLE = 0xcb
 
TRACI_CONST int CMD_SET_TL_VARIABLE = 0xc2
 
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_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_MULTIENTRYEXIT_CONTEXT = 0x81
 
TRACI_CONST int CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xd1
 
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_ROUTE_CONTEXT = 0x86
 
TRACI_CONST int CMD_SUBSCRIBE_ROUTE_VARIABLE = 0xd6
 
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_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 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_LANES = 0x01
 
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_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_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_MULTIENTRYEXIT_VARIABLE = 0xb1
 
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_ROUTE_VARIABLE = 0xb6
 
TRACI_CONST int RESPONSE_GET_SIM_VARIABLE = 0xbb
 
TRACI_CONST int RESPONSE_GET_TL_VARIABLE = 0xb2
 
TRACI_CONST int RESPONSE_GET_VEHICLE_VARIABLE = 0xb4
 
TRACI_CONST int RESPONSE_GET_VEHICLETYPE_VARIABLE = 0xb5
 
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_MULTIENTRYEXIT_CONTEXT = 0x91
 
TRACI_CONST int RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xe1
 
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_ROUTE_CONTEXT = 0x96
 
TRACI_CONST int RESPONSE_SUBSCRIBE_ROUTE_VARIABLE = 0xe6
 
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_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_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_PARKING = 0x01
 
TRACI_CONST int STOP_PARKING_AREA = 0x40
 
TRACI_CONST int STOP_TRIGGERED = 0x02
 
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_PROGRAM = 0x23
 
TRACI_CONST int TL_RED_YELLOW_GREEN_STATE = 0x20
 
TRACI_CONST int TRACI_ID_LIST = 0x00
 
TRACI_CONST int TRACI_VERSION = 20
 
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_ARRIVED_VEHICLES_IDS = 0x7a
 
TRACI_CONST int VAR_ARRIVED_VEHICLES_NUMBER = 0x79
 
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_FILL = 0x55
 
TRACI_CONST int VAR_FOES = 0x37
 
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_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_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_TLS = 0x70
 
TRACI_CONST int VAR_NOISEEMISSION = 0x66
 
TRACI_CONST int VAR_NOXEMISSION = 0x64
 
TRACI_CONST int VAR_PARAMETER = 0x7e
 
TRACI_CONST int VAR_PARKING_ENDING_VEHICLES_IDS = 0x6f
 
TRACI_CONST int VAR_PARKING_ENDING_VEHICLES_NUMBER = 0x6e
 
TRACI_CONST int VAR_PARKING_STARTING_VEHICLES_IDS = 0x6d
 
TRACI_CONST int VAR_PARKING_STARTING_VEHICLES_NUMBER = 0x6c
 
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_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_VALID = 0x92
 
TRACI_CONST int VAR_ROUTING_MODE = 0x89
 
TRACI_CONST int VAR_SCREENSHOT = 0xa5
 
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_ENDING_VEHICLES_IDS = 0x6b
 
TRACI_CONST int VAR_STOP_ENDING_VEHICLES_NUMBER = 0x6a
 
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_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_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_WAITING_TIME = 0x7a
 
TRACI_CONST int VAR_WIDTH = 0x4d
 

Typedef Documentation

◆ ContextSubscriptionResults

Definition at line 205 of file TraCIDefs.h.

◆ SubscriptionResults

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

{object->{variable->value}}

Definition at line 204 of file TraCIDefs.h.

◆ TraCIPositionVector

Definition at line 150 of file TraCIDefs.h.

◆ TraCIResults

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

{variable->value}

Definition at line 202 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_NO_RTREE 
SUBS_FILTER_MANEUVER 

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

◆ ARRIVALFLAG_POS_MAX

TRACI_CONST int libsumo::ARRIVALFLAG_POS_MAX = -0x03

Definition at line 447 of file TraCIConstants.h.

◆ ARRIVALFLAG_POS_RANDOM

TRACI_CONST int libsumo::ARRIVALFLAG_POS_RANDOM = -0x02

Definition at line 446 of file TraCIConstants.h.

◆ ARRIVALFLAG_SPEED_CURRENT

TRACI_CONST int libsumo::ARRIVALFLAG_SPEED_CURRENT = -0x02

Definition at line 444 of file TraCIConstants.h.

◆ AUTOMATIC_CONTEXT_SUBSCRIPTION

TRACI_CONST int libsumo::AUTOMATIC_CONTEXT_SUBSCRIPTION = 0x03

Definition at line 505 of file TraCIConstants.h.

◆ AUTOMATIC_VARIABLES_SUBSCRIPTION

TRACI_CONST int libsumo::AUTOMATIC_VARIABLES_SUBSCRIPTION = 0x02

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

Referenced by TraCIServerAPI_Simulation::processSet().

◆ CMD_CLOSE

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

◆ CMD_GET_PERSON_VARIABLE

◆ CMD_GET_POI_VARIABLE

◆ CMD_GET_POLYGON_VARIABLE

◆ CMD_GET_ROUTE_VARIABLE

◆ CMD_GET_SIM_VARIABLE

◆ CMD_GET_TL_VARIABLE

◆ CMD_GET_VEHICLE_VARIABLE

TRACI_CONST int libsumo::CMD_GET_VEHICLE_VARIABLE = 0xa4

Definition at line 150 of file TraCIConstants.h.

Referenced by LaneStoringVisitor::add(), libsumo::Helper::collectObjectsInRange(), TraCIAPI::VehicleScope::getAccel(), TraCIAPI::VehicleScope::getAcceleration(), TraCIAPI::VehicleScope::getAccumulatedWaitingTime(), TraCIAPI::VehicleScope::getAllowedSpeed(), TraCIAPI::VehicleScope::getAngle(), TraCIAPI::VehicleScope::getBestLanes(), TraCIAPI::VehicleScope::getCO2Emission(), TraCIAPI::VehicleScope::getCOEmission(), TraCIAPI::VehicleScope::getColor(), TraCIAPI::VehicleScope::getDecel(), TraCIAPI::VehicleScope::getDistance(), TraCIAPI::VehicleScope::getElectricityConsumption(), TraCIAPI::VehicleScope::getEmissionClass(), TraCIAPI::VehicleScope::getFuelConsumption(), TraCIAPI::VehicleScope::getHCEmission(), TraCIAPI::VehicleScope::getHeight(), TraCIAPI::VehicleScope::getIDCount(), TraCIAPI::VehicleScope::getIDList(), TraCIAPI::VehicleScope::getImperfection(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::VehicleScope::getLaneID(), TraCIAPI::VehicleScope::getLaneIndex(), TraCIAPI::VehicleScope::getLanePosition(), TraCIAPI::VehicleScope::getLateralAlignment(), TraCIAPI::VehicleScope::getLateralLanePosition(), TraCIAPI::VehicleScope::getLateralSpeed(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::VehicleScope::getLength(), TraCIAPI::VehicleScope::getLine(), TraCIAPI::VehicleScope::getMaxSpeed(), TraCIAPI::VehicleScope::getMaxSpeedLat(), TraCIAPI::VehicleScope::getMinGap(), TraCIAPI::VehicleScope::getMinGapLat(), TraCIAPI::VehicleScope::getNextTLS(), TraCIAPI::VehicleScope::getNoiseEmission(), TraCIAPI::VehicleScope::getNOxEmission(), TraCIAPI::VehicleScope::getPersonCapacity(), TraCIAPI::VehicleScope::getPersonIDList(), TraCIAPI::VehicleScope::getPersonNumber(), TraCIAPI::VehicleScope::getPMxEmission(), TraCIAPI::VehicleScope::getPosition(), TraCIAPI::VehicleScope::getPosition3D(), TraCIAPI::VehicleScope::getRoadID(), TraCIAPI::VehicleScope::getRoute(), TraCIAPI::VehicleScope::getRouteID(), TraCIAPI::VehicleScope::getRouteIndex(), TraCIAPI::VehicleScope::getRoutingMode(), TraCIAPI::VehicleScope::getShapeClass(), TraCIAPI::VehicleScope::getSignals(), TraCIAPI::VehicleScope::getSlope(), TraCIAPI::VehicleScope::getSpeed(), TraCIAPI::VehicleScope::getSpeedDeviation(), TraCIAPI::VehicleScope::getSpeedFactor(), TraCIAPI::VehicleScope::getSpeedMode(), TraCIAPI::VehicleScope::getSpeedWithoutTraCI(), TraCIAPI::VehicleScope::getStopState(), TraCIAPI::VehicleScope::getTau(), TraCIAPI::VehicleScope::getTypeID(), TraCIAPI::VehicleScope::getVehicleClass(), TraCIAPI::VehicleScope::getVia(), TraCIAPI::VehicleScope::getWaitingTime(), TraCIAPI::VehicleScope::getWidth(), libsumo::Helper::handleSingleSubscription(), TraCIAPI::VehicleScope::isRouteValid(), TraCIServer::isVehicleToVehicleContextSubscription(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Vehicle::processSet(), TraCITestClient::testAPI(), and TraCIServer::TraCIServer().

◆ CMD_GET_VEHICLETYPE_VARIABLE

◆ CMD_GETVERSION

TRACI_CONST int libsumo::CMD_GETVERSION = 0x00

◆ CMD_LOAD

TRACI_CONST int libsumo::CMD_LOAD = 0x01

◆ CMD_OPENGAP

TRACI_CONST int libsumo::CMD_OPENGAP = 0x16

◆ CMD_REROUTE_EFFORT

TRACI_CONST int libsumo::CMD_REROUTE_EFFORT = 0x91

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

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_REROUTE_TRAVELTIME

◆ CMD_RESUME

TRACI_CONST int libsumo::CMD_RESUME = 0x19

Definition at line 65 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ CMD_SAVE_SIMSTATE

TRACI_CONST int libsumo::CMD_SAVE_SIMSTATE = 0x95

Definition at line 925 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processSet().

◆ CMD_SET_EDGE_VARIABLE

◆ CMD_SET_GUI_VARIABLE

◆ CMD_SET_JUNCTION_VARIABLE

TRACI_CONST int libsumo::CMD_SET_JUNCTION_VARIABLE = 0xc9

Definition at line 229 of file TraCIConstants.h.

◆ CMD_SET_LANE_VARIABLE

◆ CMD_SET_PERSON_VARIABLE

◆ CMD_SET_POI_VARIABLE

◆ CMD_SET_POLYGON_VARIABLE

◆ CMD_SET_ROUTE_VARIABLE

TRACI_CONST int libsumo::CMD_SET_ROUTE_VARIABLE = 0xc6

◆ CMD_SET_SIM_VARIABLE

TRACI_CONST int libsumo::CMD_SET_SIM_VARIABLE = 0xcb

◆ CMD_SET_TL_VARIABLE

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

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_GUI_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_CONTEXT = 0x8c

Definition at line 266 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_GUI_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_GUI_VARIABLE = 0xdc

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

Definition at line 98 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

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

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_LANEAREA_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_CONTEXT = 0x8d

Definition at line 281 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_LANEAREA_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_LANEAREA_VARIABLE = 0xdd

Definition at line 289 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x81

Definition at line 103 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xd1

Definition at line 111 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_PERSON_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_PERSON_CONTEXT = 0x8e

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

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_ROUTE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_CONTEXT = 0x86

Definition at line 176 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_ROUTE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_ROUTE_VARIABLE = 0xd6

Definition at line 186 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_SIM_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_SIM_CONTEXT = 0x8b

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

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_TL_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_TL_VARIABLE = 0xd2

Definition at line 126 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_VEHICLE_CONTEXT

◆ CMD_SUBSCRIBE_VEHICLE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLE_VARIABLE = 0xd4

◆ CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x85

Definition at line 161 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE

TRACI_CONST int libsumo::CMD_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xd5

Definition at line 171 of file TraCIConstants.h.

Referenced by TraCIServer::dispatchCommand().

◆ COPY

◆ DEPARTFLAG_CONTAINER_TRIGGERED

TRACI_CONST int libsumo::DEPARTFLAG_CONTAINER_TRIGGERED = -0x02

Definition at line 425 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_ALLOWED_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_ALLOWED_FREE = -0x04

Definition at line 433 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_BEST_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_BEST_FREE = -0x05

Definition at line 434 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_FIRST_ALLOWED

TRACI_CONST int libsumo::DEPARTFLAG_LANE_FIRST_ALLOWED = -0x06

Definition at line 435 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_FREE

TRACI_CONST int libsumo::DEPARTFLAG_LANE_FREE = -0x03

Definition at line 432 of file TraCIConstants.h.

◆ DEPARTFLAG_LANE_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_LANE_RANDOM = -0x02

Definition at line 431 of file TraCIConstants.h.

◆ DEPARTFLAG_NOW

TRACI_CONST int libsumo::DEPARTFLAG_NOW = -0x03

Definition at line 426 of file TraCIConstants.h.

Referenced by TraCIAPI::PersonScope::~PersonScope().

◆ DEPARTFLAG_POS_BASE

TRACI_CONST int libsumo::DEPARTFLAG_POS_BASE = -0x04

Definition at line 439 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_FREE

TRACI_CONST int libsumo::DEPARTFLAG_POS_FREE = -0x03

Definition at line 438 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_LAST

TRACI_CONST int libsumo::DEPARTFLAG_POS_LAST = -0x05

Definition at line 440 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM = -0x02

Definition at line 437 of file TraCIConstants.h.

◆ DEPARTFLAG_POS_RANDOM_FREE

TRACI_CONST int libsumo::DEPARTFLAG_POS_RANDOM_FREE = -0x06

Definition at line 441 of file TraCIConstants.h.

◆ DEPARTFLAG_SPEED_MAX

TRACI_CONST int libsumo::DEPARTFLAG_SPEED_MAX = -0x03

Definition at line 429 of file TraCIConstants.h.

◆ DEPARTFLAG_SPEED_RANDOM

TRACI_CONST int libsumo::DEPARTFLAG_SPEED_RANDOM = -0x02

Definition at line 428 of file TraCIConstants.h.

◆ DEPARTFLAG_TRIGGERED

TRACI_CONST int libsumo::DEPARTFLAG_TRIGGERED = -0x01

Definition at line 424 of file TraCIConstants.h.

◆ DISTANCE_REQUEST

◆ FILTER_TYPE_DOWNSTREAM_DIST

TRACI_CONST int libsumo::FILTER_TYPE_DOWNSTREAM_DIST = 0x03

◆ FILTER_TYPE_LANES

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

Referenced by TraCIServerAPI_Simulation::processGet().

◆ FIND_ROUTE

TRACI_CONST int libsumo::FIND_ROUTE = 0x86

Definition at line 953 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Simulation::processGet().

◆ GENERIC_ATTRIBUTE

TRACI_CONST int libsumo::GENERIC_ATTRIBUTE = 0x03

Definition at line 508 of file TraCIConstants.h.

◆ ID_COUNT

◆ INVALID_DOUBLE_VALUE

◆ INVALID_INT_VALUE

◆ JAM_LENGTH_METERS

TRACI_CONST int libsumo::JAM_LENGTH_METERS = 0x19

Definition at line 538 of file TraCIConstants.h.

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

◆ JAM_LENGTH_VEHICLE

TRACI_CONST int libsumo::JAM_LENGTH_VEHICLE = 0x18

Definition at line 535 of file TraCIConstants.h.

Referenced by libsumo::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

TRACI_CONST int libsumo::LAST_STEP_PERSON_ID_LIST = 0x1a

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

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

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

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

◆ REMOVE_PARKING

TRACI_CONST int libsumo::REMOVE_PARKING = 0x01

Definition at line 385 of file TraCIConstants.h.

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

◆ REMOVE_STAGE

TRACI_CONST int libsumo::REMOVE_STAGE = 0xc5

◆ REMOVE_TELEPORT

TRACI_CONST int libsumo::REMOVE_TELEPORT = 0x00

Definition at line 383 of file TraCIConstants.h.

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

◆ REMOVE_TELEPORT_ARRIVED

TRACI_CONST int libsumo::REMOVE_TELEPORT_ARRIVED = 0x04

Definition at line 391 of file TraCIConstants.h.

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

◆ REMOVE_VAPORIZED

TRACI_CONST int libsumo::REMOVE_VAPORIZED = 0x03

Definition at line 389 of file TraCIConstants.h.

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

◆ REPLACE_STAGE

TRACI_CONST int libsumo::REPLACE_STAGE = 0xcd

Definition at line 983 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Person::processSet().

◆ REQUEST_AIRDIST

◆ REQUEST_DRIVINGDIST

◆ RESPONSE_GET_EDGE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_EDGE_VARIABLE = 0xba

Definition at line 242 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 272 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 96 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 227 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 137 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 287 of file TraCIConstants.h.

Referenced by TraCIServerAPI_LaneArea::processGet().

◆ RESPONSE_GET_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_MULTIENTRYEXIT_VARIABLE = 0xb1

Definition at line 109 of file TraCIConstants.h.

Referenced by TraCIServerAPI_MultiEntryExit::processGet().

◆ RESPONSE_GET_PERSON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_PERSON_VARIABLE = 0xbe

Definition at line 300 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 197 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 212 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Polygon::processGet().

◆ RESPONSE_GET_ROUTE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_ROUTE_VARIABLE = 0xb6

Definition at line 182 of file TraCIConstants.h.

Referenced by TraCIServerAPI_Route::processGet().

◆ RESPONSE_GET_SIM_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_SIM_VARIABLE = 0xbb

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

Referenced by TraCIServerAPI_TrafficLight::processGet().

◆ RESPONSE_GET_VEHICLE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_GET_VEHICLE_VARIABLE = 0xb4

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

Referenced by TraCIServerAPI_VehicleType::processGet().

◆ RESPONSE_SUBSCRIBE_EDGE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_CONTEXT = 0x9a

Definition at line 238 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_EDGE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_EDGE_VARIABLE = 0xea

Definition at line 248 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_GUI_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_CONTEXT = 0x9c

Definition at line 268 of file TraCIConstants.h.

Referenced by TraCITestClient::validateSubscription().

◆ RESPONSE_SUBSCRIBE_GUI_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_GUI_VARIABLE = 0xec

Definition at line 278 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 92 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 223 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_JUNCTION_VARIABLE = 0xe9

Definition at line 233 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_LANE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_CONTEXT = 0x93

Definition at line 133 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_LANE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANE_VARIABLE = 0xe3

Definition at line 143 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_CONTEXT = 0x9d

Definition at line 283 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_LANEAREA_VARIABLE = 0xed

Definition at line 291 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_CONTEXT = 0x91

Definition at line 105 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_MULTIENTRYEXIT_VARIABLE = 0xe1

Definition at line 113 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_PERSON_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_CONTEXT = 0x9e

Definition at line 296 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_PERSON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_PERSON_VARIABLE = 0xee

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

◆ RESPONSE_SUBSCRIBE_POI_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POI_VARIABLE = 0xe7

Definition at line 203 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_POLYGON_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_CONTEXT = 0x98

Definition at line 208 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_POLYGON_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_POLYGON_VARIABLE = 0xe8

Definition at line 218 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_ROUTE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_CONTEXT = 0x96

Definition at line 178 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_ROUTE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_ROUTE_VARIABLE = 0xe6

Definition at line 188 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_SIM_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_CONTEXT = 0x9b

Definition at line 253 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_SIM_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_SIM_VARIABLE = 0xeb

Definition at line 263 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_TL_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_CONTEXT = 0x92

Definition at line 118 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_TL_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_TL_VARIABLE = 0xe2

Definition at line 128 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_CONTEXT = 0x94

Definition at line 148 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLE_VARIABLE = 0xe4

Definition at line 158 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_CONTEXT = 0x95

Definition at line 163 of file TraCIConstants.h.

◆ RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE

TRACI_CONST int libsumo::RESPONSE_SUBSCRIBE_VEHICLETYPE_VARIABLE = 0xe5

Definition at line 173 of file TraCIConstants.h.

Referenced by TraCIAPI::TraCIAPI().

◆ ROUTING_MODE_AGGREGATED

TRACI_CONST int libsumo::ROUTING_MODE_AGGREGATED = 0x01

Definition at line 455 of file TraCIConstants.h.

Referenced by libsumo::Simulation::findRoute(), and TraCITestClient::testAPI().

◆ ROUTING_MODE_COMBINED

TRACI_CONST int libsumo::ROUTING_MODE_COMBINED = 0x03

Definition at line 459 of file TraCIConstants.h.

Referenced by MSNet::getIntermodalRouter().

◆ ROUTING_MODE_DEFAULT

TRACI_CONST int libsumo::ROUTING_MODE_DEFAULT = 0x00

Definition at line 453 of file TraCIConstants.h.

◆ ROUTING_MODE_EFFORT

TRACI_CONST int libsumo::ROUTING_MODE_EFFORT = 0x02

Definition at line 457 of file TraCIConstants.h.

◆ RTYPE_ERR

◆ RTYPE_NOTIMPLEMENTED

◆ RTYPE_OK

TRACI_CONST int libsumo::RTYPE_OK = 0x00

◆ STAGE_ACCESS

TRACI_CONST int libsumo::STAGE_ACCESS = 0x04

Definition at line 405 of file TraCIConstants.h.

◆ STAGE_DRIVING

TRACI_CONST int libsumo::STAGE_DRIVING = 0x03

◆ STAGE_TRIP

TRACI_CONST int libsumo::STAGE_TRIP = 0x05

Definition at line 407 of file TraCIConstants.h.

◆ STAGE_WAITING

TRACI_CONST int libsumo::STAGE_WAITING = 0x01

Definition at line 399 of file TraCIConstants.h.

Referenced by TraCIAPI::PersonScope::appendWaitingStage().

◆ STAGE_WAITING_FOR_DEPART

TRACI_CONST int libsumo::STAGE_WAITING_FOR_DEPART = 0x00

Definition at line 397 of file TraCIConstants.h.

◆ STAGE_WALKING

TRACI_CONST int libsumo::STAGE_WALKING = 0x02

◆ STOP_BUS_STOP

TRACI_CONST int libsumo::STOP_BUS_STOP = 0x08

Definition at line 416 of file TraCIConstants.h.

◆ STOP_CHARGING_STATION

TRACI_CONST int libsumo::STOP_CHARGING_STATION = 0x20

Definition at line 418 of file TraCIConstants.h.

◆ STOP_CONTAINER_STOP

TRACI_CONST int libsumo::STOP_CONTAINER_STOP = 0x10

Definition at line 417 of file TraCIConstants.h.

◆ STOP_CONTAINER_TRIGGERED

TRACI_CONST int libsumo::STOP_CONTAINER_TRIGGERED = 0x04

Definition at line 415 of file TraCIConstants.h.

◆ STOP_DEFAULT

TRACI_CONST int libsumo::STOP_DEFAULT = 0x00

Definition at line 412 of file TraCIConstants.h.

◆ STOP_PARKING

TRACI_CONST int libsumo::STOP_PARKING = 0x01

Definition at line 413 of file TraCIConstants.h.

◆ STOP_PARKING_AREA

TRACI_CONST int libsumo::STOP_PARKING_AREA = 0x40

Definition at line 419 of file TraCIConstants.h.

◆ STOP_TRIGGERED

TRACI_CONST int libsumo::STOP_TRIGGERED = 0x02

Definition at line 414 of file TraCIConstants.h.

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

Referenced by libsumo::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 583 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_PROGRAM

TRACI_CONST int libsumo::TL_PROGRAM = 0x23

◆ TL_RED_YELLOW_GREEN_STATE

◆ TRACI_ID_LIST

◆ TRACI_VERSION

TRACI_CONST int libsumo::TRACI_VERSION = 20

Definition at line 41 of file TraCIConstants.h.

Referenced by TraCIServer::commandGetVersion().

◆ TYPE_BYTE

◆ TYPE_COLOR

◆ TYPE_COMPOUND

TRACI_CONST int libsumo::TYPE_COMPOUND = 0x0F

Definition at line 342 of file TraCIConstants.h.

Referenced by TraCIAPI::EdgeScope::adaptTraveltime(), TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeLane(), TraCIAPI::VehicleScope::changeLaneRelative(), TraCIAPI::SimulationScope::convert2D(), TraCIAPI::SimulationScope::convert3D(), TraCIAPI::SimulationScope::convertGeo(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::VehicleScope::getBestLanes(), TraCIAPI::TrafficLightScope::getCompleteRedYellowGreenDefinition(), TraCIAPI::TrafficLightScope::getControlledLinks(), TraCIAPI::SimulationScope::getDistance2D(), TraCIAPI::SimulationScope::getDistanceRoad(), TraCIAPI::VehicleScope::getLaneChangeState(), TraCIAPI::VehicleScope::getLeader(), TraCIAPI::LaneScope::getLinks(), TraCIAPI::VehicleScope::getNextTLS(), TraCIAPI::getTraCIStage(), TraCIAPI::InductionLoopScope::getVehicleData(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIAPI::VehicleScope::openGap(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServerAPI_Edge::processSet(), TraCIServerAPI_TrafficLight::processSet(), TraCIServerAPI_POI::processSet(), TraCIServerAPI_Polygon::processSet(), TraCIServerAPI_Route::processSet(), TraCIServerAPI_Vehicle::processSet(), TraCIServerAPI_GUI::processSet(), TraCIServerAPI_Person::processSet(), TraCIServerAPI_Lane::processSet(), TraCITestClient::readAndReportTypeDependent(), TraCIAPI::VehicleScope::rerouteTraveltime(), TraCIAPI::PersonScope::rerouteTraveltime(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), TraCIAPI::EdgeScope::setEffort(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::VehicleScope::setStop(), TraCITestClient::setValueTypeDependant(), TraCIServerAPI_VehicleType::setVariable(), TraCIAPI::VehicleScope::slowDown(), and TraCIServerAPI_Simulation::writeStage().

◆ TYPE_DOUBLE

TRACI_CONST int libsumo::TYPE_DOUBLE = 0x0B

Definition at line 336 of file TraCIConstants.h.

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

◆ TYPE_DOUBLELIST

TRACI_CONST int libsumo::TYPE_DOUBLELIST = 0x10

Definition at line 344 of file TraCIConstants.h.

Referenced by TraCIServer::readTypeCheckingDoubleList().

◆ TYPE_INTEGER

◆ TYPE_POLYGON

◆ TYPE_STRING

TRACI_CONST int libsumo::TYPE_STRING = 0x0C

Definition at line 338 of file TraCIConstants.h.

Referenced by TraCIAPI::POIScope::add(), TraCIAPI::PolygonScope::add(), TraCIAPI::VehicleScope::add(), TraCIAPI::PersonScope::add(), TraCIAPI::PersonScope::appendDrivingStage(), TraCIAPI::PersonScope::appendStage(), TraCIAPI::PersonScope::appendWaitingStage(), TraCIAPI::PersonScope::appendWalkingStage(), TraCIAPI::VehicleScope::changeTarget(), TraCIAPI::SimulationScope::convertRoad(), TraCIAPI::VehicleTypeScope::copy(), TraCIAPI::LaneScope::getFoes(), TraCIAPI::TraCIScopeWrapper::getParameter(), TraCIAPI::getString(), TraCIAPI::VehicleScope::moveTo(), TraCIAPI::VehicleScope::moveToXY(), TraCIServerAPI_Edge::processGet(), TraCIServerAPI_InductionLoop::processGet(), TraCIServerAPI_Polygon::processGet(), TraCIServerAPI_POI::processGet(), TraCIServerAPI_Route::processGet(), TraCIServerAPI_TrafficLight::processGet(), TraCIServerAPI_VehicleType::processGet(), TraCIServerAPI_Vehicle::processGet(), TraCIServerAPI_GUI::processGet(), TraCIServerAPI_Simulation::processGet(), TraCIServerAPI_Person::processGet(), TraCIServerAPI_Lane::processGet(), TraCIServer::processSingleSubscription(), TraCITestClient::readAndReportTypeDependent(), TraCIServer::readTypeCheckingString(), TraCIAPI::readVariables(), TraCIAPI::GUIScope::screenshot(), TraCIAPI::TrafficLightScope::setCompleteRedYellowGreenDefinition(), TraCIAPI::VehicleTypeScope::setEmissionClass(), TraCIAPI::VehicleScope::setEmissionClass(), TraCIAPI::POIScope::setImageFile(), TraCIAPI::VehicleTypeScope::setLateralAlignment(), TraCIAPI::VehicleScope::setLine(), TraCIAPI::TraCIScopeWrapper::setParameter(), TraCIAPI::TrafficLightScope::setPhaseName(), TraCIAPI::TrafficLightScope::setProgram(), TraCIAPI::TrafficLightScope::setRedYellowGreenState(), TraCIAPI::VehicleScope::setRouteID(), TraCIAPI::GUIScope::setSchema(), TraCIAPI::VehicleTypeScope::setShapeClass(), TraCIAPI::VehicleScope::setShapeClass(), TraCIAPI::VehicleScope::setStop(), TraCIAPI::POIScope::setType(), TraCIAPI::PolygonScope::setType(), TraCIAPI::VehicleScope::setType(), TraCIAPI::PersonScope::setType(), TraCITestClient::setValueTypeDependant(), TraCIAPI::VehicleTypeScope::setVehicleClass(), TraCIAPI::GUIScope::trackVehicle(), TraCIServer::wrapString(), and TraCIServerAPI_Simulation::writeStage().

◆ 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 718 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_ARRIVED_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_ARRIVED_VEHICLES_IDS = 0x7a

◆ VAR_ARRIVED_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_ARRIVED_VEHICLES_NUMBER = 0x79

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

Referenced by TraCIServerAPI_Simulation::processGet().

◆ VAR_BUS_STOP_WAITING

◆ VAR_BUS_STOP_WAITING_IDS

TRACI_CONST int libsumo::VAR_BUS_STOP_WAITING_IDS = 0xef

◆ 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

TRACI_CONST int libsumo::VAR_DEPARTED_VEHICLES_IDS = 0x74

◆ VAR_DEPARTED_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_DEPARTED_VEHICLES_NUMBER = 0x73

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

TRACI_CONST int libsumo::VAR_FILL = 0x55

◆ VAR_FOES

TRACI_CONST int libsumo::VAR_FOES = 0x37

◆ VAR_FUELCONSUMPTION

◆ VAR_HAS_VIEW

TRACI_CONST int libsumo::VAR_HAS_VIEW = 0xa7

Definition at line 1007 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_LANE_ID

◆ VAR_LANE_INDEX

◆ VAR_LANECHANGE_MODE

TRACI_CONST int libsumo::VAR_LANECHANGE_MODE = 0xb6

◆ VAR_LANEPOSITION

◆ VAR_LANEPOSITION_LAT

TRACI_CONST int libsumo::VAR_LANEPOSITION_LAT = 0xb8

◆ VAR_LASTACTIONTIME

TRACI_CONST int libsumo::VAR_LASTACTIONTIME = 0x7f

Definition at line 646 of file TraCIConstants.h.

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

◆ VAR_LATALIGNMENT

◆ VAR_LEADER

◆ VAR_LENGTH

◆ VAR_LINE

◆ VAR_LOADED_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_LOADED_VEHICLES_IDS = 0x72

◆ VAR_LOADED_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_LOADED_VEHICLES_NUMBER = 0x71

◆ 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 779 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 832 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

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

◆ VAR_PERSON_NUMBER

TRACI_CONST int libsumo::VAR_PERSON_NUMBER = 0x67

◆ VAR_PMXEMISSION

◆ VAR_POSITION

◆ VAR_POSITION3D

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

TRACI_CONST int libsumo::VAR_ROUTE_VALID = 0x92

◆ VAR_ROUTING_MODE

◆ VAR_SCREENSHOT

TRACI_CONST int libsumo::VAR_SCREENSHOT = 0xa5

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

TRACI_CONST int libsumo::VAR_STOP_STARTING_VEHICLES_IDS = 0x69

◆ VAR_STOP_STARTING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_STOP_STARTING_VEHICLES_NUMBER = 0x68

◆ VAR_STOPSTATE

TRACI_CONST int libsumo::VAR_STOPSTATE = 0xb5

◆ VAR_TAU

◆ VAR_TELEPORT_ENDING_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_TELEPORT_ENDING_VEHICLES_IDS = 0x78

◆ VAR_TELEPORT_ENDING_VEHICLES_NUMBER

TRACI_CONST int libsumo::VAR_TELEPORT_ENDING_VEHICLES_NUMBER = 0x77

◆ VAR_TELEPORT_STARTING_VEHICLES_IDS

TRACI_CONST int libsumo::VAR_TELEPORT_STARTING_VEHICLES_IDS = 0x76

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

Referenced by TraCIServerAPI_Vehicle::processSet().

◆ VAR_VEHICLE

TRACI_CONST int libsumo::VAR_VEHICLE = 0xc3

◆ VAR_VEHICLECLASS

◆ VAR_VIA

◆ VAR_VIEW_BOUNDARY

◆ VAR_VIEW_OFFSET

◆ VAR_VIEW_SCHEMA

◆ VAR_VIEW_ZOOM

◆ VAR_WAITING_TIME

◆ VAR_WIDTH