Mercurial > public > ostc4
diff Discovery/Inc/data_exchange_main.h @ 308:1203255481e4 cleanup-4
cleanup: introduce function setAvgDepth
The simulator and the realtime code shared a literally identical piece
of code to compute a running depth average. This is simply poor coding
style, so factor this out and create a function to do this work.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author | Jan Mulder <jlmulder@xs4all.nl> |
---|---|
date | Fri, 24 May 2019 09:02:46 +0200 |
parents | cc9c18075e00 |
children | b11e50415982 |
line wrap: on
line diff
--- a/Discovery/Inc/data_exchange_main.h Wed May 22 22:22:15 2019 +0200 +++ b/Discovery/Inc/data_exchange_main.h Fri May 24 09:02:46 2019 +0200 @@ -48,7 +48,7 @@ uint32_t DataEX_lost_connection_count(void); void DataEX_control_connection_while_asking_for_sleep(void); uint8_t DataEX_check_RTE_version__needs_update(void); - +void setAvgDepth(SDiveState *pStateReal); SDataReceiveFromMaster * dataOutGetPointer(void);