Skip to content

Commit 9528936

Browse files
committed
mark possible deprecated messages
1 parent da26bc3 commit 9528936

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

osi_trafficsign.proto

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ message TrafficSign
225225

226226
// The type of the traffic sign.
227227
//
228+
// May be deprecated or changed in the future.
229+
// Discussions will continue in Harmonization OpenX group.
228230
optional Type type = 2;
229231

230232
// Additional value associated with the traffic sign, e.g. value of
@@ -256,6 +258,8 @@ message TrafficSign
256258
// might have been intentionally unmounted and, hence, not be in
257259
// effect.
258260
//
261+
// May be deprecated or changed in the future.
262+
// Discussions will continue in Harmonization OpenX group.
259263
optional DirectionScope direction_scope = 4;
260264

261265
// The IDs of the lanes that the sign is assigned to.
@@ -280,8 +284,8 @@ message TrafficSign
280284
// As for every boolean in the protocol buffers language, the
281285
// default value of \c #vertically_mirrored is \c false.
282286
//
283-
// May be deprecated in the future.
284-
// Discussions will continue in OSI Harmonization OpenX group.
287+
// May be deprecated or changed in the future.
288+
// Discussions will continue in Harmonization OpenX group.
285289
optional bool vertically_mirrored = 6;
286290

287291
// Boolean flag to indicate that a traffic sign is taken out of service.
@@ -323,6 +327,8 @@ message TrafficSign
323327
// https://www.gesetze-im-internet.de/stvo_2013/anlage_4.html
324328
// (Verkehrseinrichtungen) \arg https://traffic-rules.com/
325329
//
330+
// May be deprecated or changed in the future.
331+
// Discussions will continue in Harmonization OpenX group.
326332
enum Type
327333
{
328334
// Type of traffic sign is unknown (must not be used in ground
@@ -5515,6 +5521,8 @@ message TrafficSign
55155521

55165522
// Type of the supplementary sign.
55175523
//
5524+
// May be deprecated or changed in the future.
5525+
// Discussions will continue in Harmonization OpenX group.
55185526
optional Type type = 2;
55195527

55205528
// Additional value(s) associated with the traffic sign, e.g.
@@ -5544,10 +5552,14 @@ message TrafficSign
55445552
// bikes, cars, trucks and so on), that the supplementary sign
55455553
// makes reference to.
55465554
//
5555+
// May be deprecated or changed in the future.
5556+
// Discussions will continue in Harmonization OpenX group.
55475557
repeated Actor actor = 5;
55485558

55495559
// A direction arrow shown on the supplementary sign.
55505560
//
5561+
// May be deprecated or changed in the future.
5562+
// Discussions will continue in Harmonization OpenX group.
55515563
repeated Arrow arrow = 6;
55525564

55535565
// Boolean flag to indicate that the supplementary traffic sign is taken out of service.
@@ -5583,6 +5595,9 @@ message TrafficSign
55835595
// text, \c Type is used in descending order in the following
55845596
// sequence: \c #TYPE_EXCEPT, \c #TYPE_CONSTRAINED_TO, \c
55855597
// #TYPE_ARROW, \c #TYPE_TIME, \c #TYPE_SPACE, \c #TYPE_TEXT.
5598+
//
5599+
// May be deprecated or changed in the future.
5600+
// Discussions will continue in Harmonization OpenX group.
55865601
enum Type
55875602
{
55885603
// Type of supplementary sign is unknown (must not be used in
@@ -8998,6 +9013,8 @@ message TrafficSign
89989013
// Definition of the traffic actors the supplementary sign makes
89999014
// reference to. E.g. bikes, trucks, cars, etc.
90009015
//
9016+
// May be deprecated or changed in the future.
9017+
// Discussions will continue in Harmonization OpenX group.
90019018
enum Actor
90029019
{
90039020
// An unknown actor
@@ -9223,6 +9240,8 @@ message TrafficSign
92239240

92249241
// The direction to which the arrow points to
92259242
//
9243+
// May be deprecated or changed in the future.
9244+
// Discussions will continue in Harmonization OpenX group.
92269245
enum Direction
92279246
{
92289247
// Direction of sign is unknown (must not be used in ground

0 commit comments

Comments
 (0)