Mercurial > public > ostc4
diff Small_CPU/Inc/GNSS.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 | 17f02ac9da67 |
children |
line wrap: on
line diff
--- a/Small_CPU/Inc/GNSS.h Thu Sep 26 18:40:41 2024 +0200 +++ b/Small_CPU/Inc/GNSS.h Mon Sep 30 21:56:05 2024 +0200 @@ -133,7 +133,7 @@ static const uint8_t setPortableType[]={}; void GNSS_Init(GNSS_StateHandle *GNSS, UART_HandleTypeDef *huart); void GNSS_LoadConfig(GNSS_StateHandle *GNSS); -void GNSS_ParseBuffer(GNSS_StateHandle *GNSS); +uint8_t GNSS_ParseBuffer(GNSS_StateHandle *GNSS); void GNSS_GetUniqID(GNSS_StateHandle *GNSS); void GNSS_ParseUniqID(GNSS_StateHandle *GNSS);