comparison Common/Inc/data_exchange.h @ 931:5a9bc2e6112d Evo_2_23 tip

Added Sat Status Overview: In addition to the navigation data now information regarding the satelliete and signal status are visualized. To enable the a new command has been added to the communication protocol and the position view has been extended.
author Ideenmodellierer
date Tue, 03 Dec 2024 20:32:51 +0100
parents 2225c467f1e9
children
comparison
equal deleted inserted replaced
930:25948e805406 931:5a9bc2e6112d
196 uint8_t button_setting[4]; /* see dependency to SlaveData->buttonPICdata */ 196 uint8_t button_setting[4]; /* see dependency to SlaveData->buttonPICdata */
197 uint8_t SPARE1; 197 uint8_t SPARE1;
198 //debug 198 //debug
199 uint32_t pressure_uTick; 199 uint32_t pressure_uTick;
200 uint32_t compass_uTick; 200 uint32_t compass_uTick;
201 float fLat; 201 SGnssInfo gnssInfo;
202 float fLon;
203 202
204 } SExchangeData; 203 } SExchangeData;
205 204
206 typedef struct 205 typedef struct
207 { 206 {