open_simulation_interface
vv3.5.0(01.06.2022)
|
Additional value associated with a traffic sign or road marking, its unit and its text. 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 } |
Unit for values on traffic sign. More... | |
Public Attributes | |
optional double | value = 1 |
Additional value associated with a traffic sign or road marking, e.g. More... | |
optional Unit | value_unit = 2 |
Unit for additional value. More... | |
optional string | text = 3 |
Text associated with a sign, e.g. More... | |
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 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.
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.