Mercurial > public > ostc4
comparison Discovery/Src/vpm.c @ 1049:d91345e9c009 GasConsumption
Added GF for surface:
The GF for the surface will now be shown in the lowerleft corner as well as in the customer summary view.
| author | Ideenmodellierer |
|---|---|
| date | Tue, 18 Nov 2025 18:53:21 +0100 |
| parents | 22d5b477c903 |
| children |
comparison
equal
deleted
inserted
replaced
| 1048:493a5903ec20 | 1049:d91345e9c009 |
|---|---|
| 288 } | 288 } |
| 289 pDECOINFO->output_time_to_surface_seconds = 0; | 289 pDECOINFO->output_time_to_surface_seconds = 0; |
| 290 pDECOINFO->output_ndl_seconds = 0; | 290 pDECOINFO->output_ndl_seconds = 0; |
| 291 pDECOINFO->output_ceiling_meter = 0; | 291 pDECOINFO->output_ceiling_meter = 0; |
| 292 pDECOINFO->super_saturation = 0; | 292 pDECOINFO->super_saturation = 0; |
| 293 pDECOINFO->gf_surf = 0; | |
| 293 uint8_t tmp_calc_status; | 294 uint8_t tmp_calc_status; |
| 294 for(int i=0;i<DECOINFO_STRUCT_MAX_STOPS;i++) | 295 for(int i=0;i<DECOINFO_STRUCT_MAX_STOPS;i++) |
| 295 { | 296 { |
| 296 pDECOINFO->output_stop_length_seconds[i] = 0; | 297 pDECOINFO->output_stop_length_seconds[i] = 0; |
| 297 } | 298 } |
