Skip to content

Commit dd9aa84

Browse files
ReinhardBiegelIntechpmai
authored andcommitted
Add ReferenceLine Type documantation
Signed-off-by: Reinhard Biegel <reinhard.biegel@in-tech.com>
1 parent 6ec28c4 commit dd9aa84

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

osi_referenceline.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,17 @@ message ReferenceLine
3131
//
3232
optional Identifier id = 1;
3333

34+
// The type of the reference line.
35+
//
3436
optional Type type = 3;
3537

38+
// ReferenceLine types
39+
//
40+
// ReferenceLinePoints might be interpreted diffrently depending on the type
41+
// of the ReferenceLine.
42+
//
43+
// See also: "Adding T coordinates"
44+
//
3645
enum Type
3746
{
3847
// ReferenceLine is a polyline, where the coordinates of points are

0 commit comments

Comments
 (0)