comparison Discovery/Inc/text_multilanguage.h @ 899:2225c467f1e9 Evo_2_23 tip

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 608d3e918146
children
comparison
equal deleted inserted replaced
898:fac13aa6ba93 899:2225c467f1e9
379 379
380 TXT2BYTE_Timer, 380 TXT2BYTE_Timer,
381 TXT2BYTE_Starting, 381 TXT2BYTE_Starting,
382 TXT2BYTE_Finished, 382 TXT2BYTE_Finished,
383 383
384 TXT2BYTE_Position,
384 TXT2BYTE_Page, 385 TXT2BYTE_Page,
385 386
386 TXT2BYTE_END, 387 TXT2BYTE_END,
387 }; 388 };
388 389