Mercurial > public > ostc4
comparison Discovery/Src/vpm.c @ 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 | e1d66bc78f9a |
children | 5e0bb91d4a12 |
comparison
equal
deleted
inserted
replaced
246:ff0d23625cd5 | 247:3949781096d4 |
---|---|
304 vpm_calc_what = calc_what; | 304 vpm_calc_what = calc_what; |
305 /**clear decoInfo*/ | 305 /**clear decoInfo*/ |
306 pDECOINFO->output_time_to_surface_seconds = 0; | 306 pDECOINFO->output_time_to_surface_seconds = 0; |
307 pDECOINFO->output_ndl_seconds = 0; | 307 pDECOINFO->output_ndl_seconds = 0; |
308 pDECOINFO->output_ceiling_meter = 0; | 308 pDECOINFO->output_ceiling_meter = 0; |
309 pDECOINFO->output_relative_gradient = 0; | 309 pDECOINFO->super_saturation = 0; |
310 uint8_t tmp_calc_status; | 310 uint8_t tmp_calc_status; |
311 for(int i=0;i<DECOINFO_STRUCT_MAX_STOPS;i++) | 311 for(int i=0;i<DECOINFO_STRUCT_MAX_STOPS;i++) |
312 { | 312 { |
313 pDECOINFO->output_stop_length_seconds[i] = 0; | 313 pDECOINFO->output_stop_length_seconds[i] = 0; |
314 } | 314 } |