Skip to content

Commit 8ce8b94

Browse files
Markus WaldmannMarkus Waldmann
authored andcommitted
Changed the message name Clouds to CloudLayer
Signed-off-by: Markus Waldmann <Markus.Waldmann@stud.hs-kempten.de>
1 parent 62ff243 commit 8ce8b94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_environment.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ message EnvironmentalConditions
103103

104104
// Definition of clouds.
105105
//
106-
optional Clouds clouds = 10;
106+
optional CloudLayer clouds = 10;
107107

108108
// Definition of the wind properties.
109109
//
@@ -338,11 +338,11 @@ message EnvironmentalConditions
338338
}
339339

340340
//
341-
// \brief Specification of the cloud states.
341+
// \brief Specification of the cloud layer.
342342
//
343343
// \note within this message there is the cloud state level.
344344
//
345-
message Clouds
345+
message CloudLayer
346346
{
347347
// Definition of the cloud state level, i.e. cloud state and sky visualization settings.
348348
//

0 commit comments

Comments
 (0)