comparison Discovery/Src/t7.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 52fd91414b6c
children 88b6ab90c55a
comparison
equal deleted inserted replaced
1048:493a5903ec20 1049:d91345e9c009
3346 break; 3346 break;
3347 3347
3348 /* actual GF */ 3348 /* actual GF */
3349 case LLC_GF: 3349 case LLC_GF:
3350 headerText[2] = TXT_ActualGradient; 3350 headerText[2] = TXT_ActualGradient;
3351 snprintf(text,TEXTSIZE,"\020%.0f\016\016%%\017",100 * pDecoinfoStandard->super_saturation); 3351 snprintf(text,TEXTSIZE,"\020\002\016\016%3.0f%% @ C\017\n\r\002\016\016%3.0f%% @ 0\017",100 * pDecoinfoStandard->super_saturation
3352 ,100 * pDecoinfoStandard->gf_surf);
3353 tinyHeaderFont = 1;
3354 line = 1;
3352 break; 3355 break;
3353 3356
3354 case LLC_ScrubberTime: 3357 case LLC_ScrubberTime:
3355 tinyHeaderFont = 1; 3358 tinyHeaderFont = 1;
3356 headerText[2] = TXT_ScrubTime; 3359 headerText[2] = TXT_ScrubTime;
4144 text[textpointer++] = '\n'; 4147 text[textpointer++] = '\n';
4145 text[textpointer++] = '\r'; 4148 text[textpointer++] = '\r';
4146 text[textpointer++] = TXT_ActualGradient; 4149 text[textpointer++] = TXT_ActualGradient;
4147 text[textpointer++] = '\n'; 4150 text[textpointer++] = '\n';
4148 text[textpointer++] = '\r'; 4151 text[textpointer++] = '\r';
4152 text[textpointer++] = TXT_ActualGradient;
4153 text[textpointer++] = '\n';
4154 text[textpointer++] = '\r';
4149 text[textpointer++] = TXT_CNS; 4155 text[textpointer++] = TXT_CNS;
4150 text[textpointer++] = '\n'; 4156 text[textpointer++] = '\n';
4151 text[textpointer++] = '\r'; 4157 text[textpointer++] = '\r';
4152 text[textpointer++] = TXT_FutureTTS; 4158 text[textpointer++] = TXT_FutureTTS;
4153 text[textpointer++] = '\n'; 4159 text[textpointer++] = '\n';
4185 else 4191 else
4186 textpointer += snprintf(&text[textpointer],10,"\020%01.1f",pDecoinfoStandard->output_ceiling_meter); 4192 textpointer += snprintf(&text[textpointer],10,"\020%01.1f",pDecoinfoStandard->output_ceiling_meter);
4187 text[textpointer++] = '\n'; 4193 text[textpointer++] = '\n';
4188 text[textpointer++] = '\r'; 4194 text[textpointer++] = '\r';
4189 text[textpointer++] = '\t'; 4195 text[textpointer++] = '\t';
4190 textpointer += snprintf(&text[textpointer],10,"\020%.0f\016\016%%\017", 100 * pDecoinfoStandard->super_saturation); 4196 textpointer += snprintf(&text[textpointer],15,"\020%.0f\016\016%%\017 @ C", 100 * pDecoinfoStandard->super_saturation);
4197 text[textpointer++] = '\n';
4198 text[textpointer++] = '\r';
4199 text[textpointer++] = '\t';
4200 textpointer += snprintf(&text[textpointer],15,"\020%.0f\016\016%%\017 @ 0", 100 * pDecoinfoStandard->gf_surf);
4191 text[textpointer++] = '\n'; 4201 text[textpointer++] = '\n';
4192 text[textpointer++] = '\r'; 4202 text[textpointer++] = '\r';
4193 text[textpointer++] = '\t'; 4203 text[textpointer++] = '\t';
4194 textpointer += snprintf(&text[textpointer],10,"\020%.0f\016\016%%\017",fCNS); 4204 textpointer += snprintf(&text[textpointer],10,"\020%.0f\016\016%%\017",fCNS);
4195 text[textpointer++] = '\n'; 4205 text[textpointer++] = '\n';