Skip to content

Commit 72f0ce0

Browse files
Markus WaldmannMarkus Waldmann
authored andcommitted
Definition text rules and unit Sun changed
The definition within the Sun message was not divided into units, rules and description Signed-off-by: Markus Waldmann <Markus.Waldmann@stud.hs-kempten.de>
1 parent cf99dc0 commit 72f0ce0

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

osi_environment.proto

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,15 +436,40 @@ message EnvironmentalConditions
436436
//
437437
message Sun
438438
{
439-
// Azimuth of the sun, counted counterclockwise, 0=north, PI/2 = east, PI=south, 3/2 PI=west. Unit: radian; Range: [0..2PI].
439+
// Azimuth of the sun
440+
//
441+
// Unit: rad
442+
//
443+
// \rules
444+
// Range: [0..2PI]
445+
// counted counterclockwise
446+
// 0=north
447+
// PI/2 = east
448+
// PI=south
449+
// 3/2 PI=west
450+
// \endrules
440451
//
441452
optional double azimuth = 1;
442453

443-
// Solar elevation angle, 0=x/y plane, PI/2=zenith. Unit: rad; Range: [-PI..PI].
454+
// Solar elevation angle
455+
//
456+
// Unit: rad
457+
//
458+
// \rules
459+
// Range: [-PI..PI]
460+
// 0=x/y plane
461+
// PI/2=zenith
462+
// \endrules
444463
//
445464
optional double elevation = 2;
446465

447-
// Illuminance of the sun, direct sunlight is around 100,00 lx. Unit: lux; Range: [0..inf[.
466+
// Illuminance of the sun, direct sunlight is around 100,00 lx.
467+
//
468+
// Unit: lx
469+
//
470+
// \rules
471+
// Range: [0..inf[
472+
// \endrules
448473
//
449474
optional double intensity = 3;
450475
}

0 commit comments

Comments
 (0)