Skip to content

Commit 777e4d1

Browse files
Markus Waldmannpmai
authored andcommitted
Changed descriptions in CloudLayer
Signed-off-by: Markus Waldmann <Markus.Waldmann@stud.hs-kempten.de>
1 parent cba8940 commit 777e4d1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

osi_environment.proto

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -384,43 +384,43 @@ message EnvironmentalConditions
384384
//
385385
CLOUD_LAYER_LEVEL_OTHER = 1;
386386

387-
// Cloudless (0/8)
387+
// 0/8 of the sky is covered with clouds.
388388
//
389389
CLOUD_LAYER_LEVEL_0 = 2;
390390

391-
// Sunny (1/8)
391+
// 1/8 of the sky is covered with clouds.
392392
//
393393
CLOUD_LAYER_LEVEL_1 = 3;
394394

395-
// Serene (2/8))
395+
// 2/8 of the sky is covered with clouds.
396396
//
397397
CLOUD_LAYER_LEVEL_2 = 4;
398398

399-
// Slightly Cloudy (3/8)
399+
// 3/8 of the sky is covered with clouds.
400400
//
401401
CLOUD_LAYER_LEVEL_3 = 5;
402402

403-
// Light Cloudy (4/8)
403+
// 4/8 of the sky is covered with clouds.
404404
//
405405
CLOUD_LAYER_LEVEL_4 = 6;
406406

407-
// Cloudy (5/8)
407+
// 5/8 of the sky is covered with clouds.
408408
//
409409
CLOUD_LAYER_LEVEL_5 = 7;
410410

411-
// Heavy Cloudy (6/8)
411+
// 6/8 of the sky is covered with clouds.
412412
//
413413
CLOUD_LAYER_LEVEL_6 = 8;
414414

415-
// Almost Covered (7/8)
415+
// 7/8 of the sky is covered with clouds.
416416
//
417417
CLOUD_LAYER_LEVEL_7 = 9;
418418

419-
// Covered (8/8)
419+
// 8/8 of the sky is covered with clouds.
420420
//
421421
CLOUD_LAYER_LEVEL_8 = 10;
422422

423-
// Sky obscured, describes situations where the sky is not perceivable.
423+
// Sky obscured, describes situations where the sky is not perceivable, e.g. in dense fog.
424424
//
425425
CLOUD_LAYER_LEVEL_SKY_OBSCURED = 11;
426426
}

0 commit comments

Comments
 (0)