File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -101,17 +101,31 @@ message TrafficSignValue
101
101
// Unit: tn. sh.
102
102
//
103
103
UNIT_SHORT_TON = 11 ;
104
+
105
+ // Time of day.
106
+ // Hours since midnight. Starting with 0.
107
+ //
108
+ // Unit: h
109
+ //
110
+ UNIT_HOUR = 15 ;
104
111
105
112
// Time of day.
106
- // Hour since midnight .
113
+ // Minutes since last hour. Starting with 0 .
107
114
//
108
115
// Unit: min
109
116
//
110
117
UNIT_MINUTES = 12 ;
118
+
119
+ // Day of the month.
120
+ // Starting with 1.
121
+ //
122
+ UNIT_DAY_OF_MONTH = 16 ;
111
123
112
124
// Day of the week.
113
125
// Days since Monday. Monday = 0; Tuesday = 1; ...
114
126
//
127
+ // \note For consistency this field will be renamed to UNIT_DAY_OF_WEEK in v4.0.0 .
128
+ //
115
129
UNIT_DAY = 13 ;
116
130
117
131
// Percentage.
@@ -120,6 +134,24 @@ message TrafficSignValue
120
134
// Unit: %
121
135
//
122
136
UNIT_PERCENTAGE = 14 ;
137
+
138
+ // Duration in days.
139
+ //
140
+ // Unit: day
141
+ //
142
+ UNIT_DURATION_DAY = 17 ;
143
+
144
+ // Duration in hours.
145
+ //
146
+ // Unit: h
147
+ //
148
+ UNIT_DURATION_HOUR = 18 ;
149
+
150
+ // Duration in minutes.
151
+ //
152
+ // Unit: min
153
+ //
154
+ UNIT_DURATION_MINUTE = 19 ;
123
155
}
124
156
125
157
// Text associated with a sign, e.g. the name of a location whose distance
You can’t perform that action at this time.
0 commit comments