Skip to content

Commit 92e670d

Browse files
Added float value for sound intensity to observation data.
1 parent 5a27e17 commit 92e670d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NAV_Algorithms/data_structures.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,15 @@ typedef struct
6767
float dummy2;
6868
#endif
6969
coordinates_t c;
70+
float sound_intensity;
7071
} observations_type;
7172

7273
//! combination of all input and output data in one structure
7374
typedef struct
7475
{
7576
measurement_data_t m;
7677
coordinates_t c;
78+
float sound_intensity;
7779
float IAS;
7880
float TAS;
7981
float vario_uncompensated;

0 commit comments

Comments
 (0)