comparison Discovery/Inc/tHome.h @ 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 18946846b95b
children
comparison
equal deleted inserted replaced
898:fac13aa6ba93 899:2225c467f1e9
78 CVIEW_CompassDebug, 78 CVIEW_CompassDebug,
79 CVIEW_SummaryOfLeftCorner, 79 CVIEW_SummaryOfLeftCorner,
80 CVIEW_Charger, 80 CVIEW_Charger,
81 CVIEW_CcrSummary, 81 CVIEW_CcrSummary,
82 CVIEW_Timer, 82 CVIEW_Timer,
83 CVIEW_Position,
83 CVIEW_END /* The ID is used in shift operation => 31 is the max number of supported views */ 84 CVIEW_END /* The ID is used in shift operation => 31 is the max number of supported views */
84 }; 85 };
85 86
86 enum CUSTOMVIEWS_BF 87 enum CUSTOMVIEWS_BF
87 { 88 {