We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a27e17 commit 92e670dCopy full SHA for 92e670d
NAV_Algorithms/data_structures.h
@@ -67,13 +67,15 @@ typedef struct
67
float dummy2;
68
#endif
69
coordinates_t c;
70
+ float sound_intensity;
71
} observations_type;
72
73
//! combination of all input and output data in one structure
74
typedef struct
75
{
76
measurement_data_t m;
77
78
79
float IAS;
80
float TAS;
81
float vario_uncompensated;
0 commit comments