open_simulation_interface
v3.4.0 (2021-11-18)
|
Additional value associated with a traffic sign or road marking, its unit and its text. The interpretation of this text is left to a user-defined procedure. More...
Public Types | |
enum | Unit { UNIT_UNKNOWN = 0 , UNIT_OTHER = 1 , UNIT_NO_UNIT = 2 , UNIT_KILOMETER_PER_HOUR = 3 , UNIT_MILE_PER_HOUR = 4 , UNIT_METER = 5 , UNIT_KILOMETER = 6 , UNIT_FEET = 7 , UNIT_MILE = 8 , UNIT_METRIC_TON = 9 , UNIT_LONG_TON = 10 , UNIT_SHORT_TON = 11 , UNIT_MINUTES = 12 , UNIT_DAY = 13 , UNIT_PERCENTAGE = 14 } |
Public Attributes | |
optional double | value = 1 |
optional Unit | value_unit = 2 |
optional string | text = 3 |
Additional value associated with a traffic sign or road marking, its unit and its text. The interpretation of this text is left to a user-defined procedure.
Unit for values on traffic sign.
optional string osi3::TrafficSignValue::text = 3 |
Text associated with a sign, e.g. the name of a location whose distance to the sign is indicated therein. The interpretation of this text is left to a user-defined procedure.
optional double osi3::TrafficSignValue::value = 1 |
Additional value associated with a traffic sign or road marking, e.g. value of a speed limit.
optional Unit osi3::TrafficSignValue::value_unit = 2 |
Unit for additional value.