osi3::TrafficSignValue Struct Reference
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... | |
Detailed Description
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
Member Enumeration Documentation
◆ Unit
Unit for values on traffic sign.
Member Data Documentation
◆ value
optional double osi3::TrafficSignValue::value = 1 |
Additional value associated with a traffic sign or road marking, e.g.
value of a speed limit.
◆ value_unit
optional Unit osi3::TrafficSignValue::value_unit = 2 |
Unit for additional value.
◆ text
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.
- osi_trafficsign.proto