comparison Common/Inc/data_central.h @ 249:cefee1448ea6

Merged in janlmulder/ostc4/bm-1 (pull request #16) Replace Relative GF by saturation
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Thu, 11 Apr 2019 10:26:22 +0000
parents 3949781096d4
children 2e58a4094770
comparison
equal deleted inserted replaced
245:c282f9e88c66 249:cefee1448ea6
84 { 84 {
85 unsigned short output_stop_length_seconds[DECOINFO_STRUCT_MAX_STOPS]; 85 unsigned short output_stop_length_seconds[DECOINFO_STRUCT_MAX_STOPS];
86 int output_time_to_surface_seconds; 86 int output_time_to_surface_seconds;
87 int output_ndl_seconds; 87 int output_ndl_seconds;
88 float output_ceiling_meter; 88 float output_ceiling_meter;
89 float output_relative_gradient; 89 float super_saturation;
90 uint32_t tickstamp; 90 uint32_t tickstamp;
91 } SDecoinfo; 91 } SDecoinfo;
92 92
93 93
94 typedef struct 94 typedef struct