Mercurial > public > ostc4
comparison Common/Inc/data_central.h @ 247:3949781096d4 bm-1
feature: Relative GF to Saturation renames
Rename relevant code from Relative GF to Saturation. Involving UI elements,
variable names, translated texts (that still need to be done), etc. No
functional changes. Notice that I chose super_saturation as name, to provide
a better link to the hwOS repo. Further notice that the TXT variable name is
not changed. This is intensional, as there is also a desaturation variable,
so things might get confusing renaming the TXT variable name.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author | Jan Mulder <jlmulder@xs4all.nl> |
---|---|
date | Tue, 09 Apr 2019 16:30:21 +0200 |
parents | 2bb1db22b5f5 |
children | 2e58a4094770 |
comparison
equal
deleted
inserted
replaced
246:ff0d23625cd5 | 247:3949781096d4 |
---|---|
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 |