Mercurial > public > ostc4
comparison Discovery/Src/settings.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 | 608d3e918146 |
children |
comparison
equal
deleted
inserted
replaced
898:fac13aa6ba93 | 899:2225c467f1e9 |
---|---|
41 static SSettingsStatus SettingsStatus; /* Structure containing number of corrections and first occurrence */ | 41 static SSettingsStatus SettingsStatus; /* Structure containing number of corrections and first occurrence */ |
42 | 42 |
43 SSettings Settings; | 43 SSettings Settings; |
44 | 44 |
45 const uint8_t RTErequiredHigh = 3; | 45 const uint8_t RTErequiredHigh = 3; |
46 const uint8_t RTErequiredLow = 3; | 46 const uint8_t RTErequiredLow = 4; |
47 | 47 |
48 const uint8_t FONTrequiredHigh = 1; | 48 const uint8_t FONTrequiredHigh = 1; |
49 const uint8_t FONTrequiredLow = 0; | 49 const uint8_t FONTrequiredLow = 0; |
50 | 50 |
51 uint8_t RTEactualHigh = 0; | 51 uint8_t RTEactualHigh = 0; |