TraCI/POI Value Retrieval
generated on 2015-09-02 00:02:08.038633 from the wiki page for TraCI/POI_Value_Retrieval for SUMO 0.24.0
Command 0xa7: Get PoI Variable
| ubyte | string |
| Variable | PoI ID |
|---|
Asks for the value of a certain variable of the named poi.
The following variable values can be retrieved, the type of the return value is also shown in the table.
| Variable | ValueType | Description |
|---|---|---|
| id list (0x00) | stringList | Returns a list of ids of all poi (the given poi ID is ignored) |
| count (0x01) | int | Returns the number of pois (the given poi ID is ignored) |
| type (0x4f) | string | Returns the (abstract) type of the poi |
| color (0x45) | ubyte,ubyte,ubyte,ubyte | Returns the color of this poi (rgba) |
| position (0x42) | 2D-position | Returns the position of this poi |
Response 0xb7: PoI Variable
| ubyte | string | ubyte | <return_type> |
| Variable | PoI ID | Return type of the variable | <VARIABLE_VALUE> |
|---|
The respond to a "Command Get PoI Variable".
This page was last modified on 6 August 2013, at 12:52.