comparison Discovery/Src/tMenuEditCustom.c @ 899:2225c467f1e9 Evo_2_23

Added data path and visualization for position data: The GNSS data exchange is now initialized and triggered on a cyclic basis (once a second). RTE verion has been increased because of interface change. For now only the position data is shown in a T7 surface views. The functionality may be switched on/off using the compile switch ENABLE_GNSS.
author Ideenmodellierer
date Mon, 30 Sep 2024 21:56:05 +0200
parents b2aad621aeb0
children
comparison
equal deleted inserted replaced
898:fac13aa6ba93 899:2225c467f1e9
501 text = TXT2BYTE_Summary; 501 text = TXT2BYTE_Summary;
502 break; 502 break;
503 case CVIEW_Timer: 503 case CVIEW_Timer:
504 text = TXT2BYTE_Timer; 504 text = TXT2BYTE_Timer;
505 break; 505 break;
506 case CVIEW_Position:
507 text = TXT2BYTE_Position;
508 break;
506 case CVIEW_noneOrDebug: 509 case CVIEW_noneOrDebug:
507 text = TXT2BYTE_DispNoneDbg; 510 text = TXT2BYTE_DispNoneDbg;
508 break; 511 break;
509 default: 512 default:
510 break; 513 break;